Analyze A Task - odoo-ps/psbe-process GitHub Wiki
Guess what, the first step is to pick up a task and set yourself as the "Task Owner". When this is done, you access this link and access the "Analysis" module.
Create a new task and start by defining the Task ID, this will trigger a method that will compute most of the values on the Info tab of the form.
Analyze the task and fill in the different fields that apply to the task. You have different tabs on the tool, here is a quick explanation of what their purpose is:
- Data Model: You will define the different models and fields to create or override
- Back-end view: This is where you'll mention the views to create or edit
- Business Flow is where you define the different actions to create, these can be computes, methods, base automations, crons, etc...
The other tabs are quite straightforward so I will not go over them.
When everything is completed, determine the estimated time needed to complete the different tasks mentioned on the different tabs. There are some guidelines to follow for that.
As a general rule of thumb, here are the templates to follow:
- Data Model: 10 minutes per model, 5 minutes per field