Project Tasks Revisions and Version Control
Advanced Project Tasks Revision Workflow
Project Tasks Revision Flow Odoo App
This module introduces a Revision Method feature on the Project form view, available under the Extra Info tab. Users can select a default revision method for the project as either Major or Minor. This selected method will automatically apply to all tasks associated with the project, although it can be individually changed per task if needed.
A Create Revision button is provided to generate a duplicate of the task. During this process, a Revision field is updated with a sequential revision number based on the selected revision method:
- Major Revision: Generates revisions as 1.0, 2.0, 3.0, etc.
- Minor Revision: Generates revisions as 1.0, 1.1, 1.2, etc.
- Revision Method on Project Level
- A new field Revision Method is added on the Project form view under the Extra Info tab.
- Users can choose a default revision method: Major or Minor.
- The selected method is automatically applied to all tasks under the project.
- Per Task Revision Method Override
- Although the revision method is inherited from the project, users can manually change it on each individual task to either Major or Minor as needed.
- Create Revision Button
- A Create Revision button is available on the Task form view.
- Clicking this button creates a duplicate of the current task with an auto-generated Revision number.
- The revision sequence is based on the selected method:
- Major Revision: Generates revisions like 1.0, 2.0, 3.0, etc.
- Minor Revision: Generates revisions like 1.0, 1.1, 1.2, etc.
- Revision Field on Task
- A dedicated Revision field displays the current revision number for each task.
- Smart Buttons: Previous and Next Revision
- Added Previous Revision and Next Revision smart buttons on the Task form view.
- These buttons allow users to quickly navigate between revisions of the same task.
- Each button displays the corresponding revision number for easy identification.
- Revision Tab on Task
- A new Revision tab is added on the Task form view.
- This tab includes:
- The selected Revision Method (editable).
- Information on the Previous and Next revisions of the task.
-
Additional Information::
Kindly refer to the screenshots and video provided for further information and a visual demonstration of the features.