ODOO Workflow Package 2.0
ODOO workflow Package has four addons. The release is a package, and the source codes of the four addons are in the Widgets directory.
just_todo: for workflow task executor to do tasks or approve
just_widget_colorpicker: for workflow node and trans set color and board
just_workflow_bpmn,: using bmpn.io for the diagramming part,
just_workflow_engine: A custom development, for Drive Workflow Execution,
ODOO Workflow Package 2.0 has major changes compared to version 1.0. Users who have purchased and downloaded version 1.0 must pay attention to the subversive changes in model definition and driver execution of version 2.0.
Main features of version 2.0
- Redistribute the functions burdened by node and trans. The activities, events, transfers and interactions of the workflow are taken over by node and changed to node driver.
- workflow definition becomes simpler, and the workflow style is more consistent with bpmn. The node change category will have different icon marks, trans will be responsible for conditional branches and script execution that may be required before and after node.
- The workflow of or-sign approval, counter-sign approval, notification, designated node rollback, etc. had improved.
- Flexible workflow role definition supports dynamic calculation of workflow roles based on the identity of the approval node.
- Support sub-process definition