Hi, good day. About workflow, it confused me when I got the answer from Gemini. I want to set a product price double confirming process.
Gemini told me like this:
In Dolibarr, creating and modifying product prices can be configured to require multiple-step approvals without necessarily utilizing the hook system. The existing system provides functionalities to implement this workflow.
Existing System Approach:
- Enable Product Approval Workflow: Navigate to Setup > Other > Workflow and enable the “Product” workflow. This activates the approval process for product modifications.
- Define Approval Steps: In the workflow editor, insert two steps after the “Create” or “Edit” step. Rename these steps to reflect the approval stages (e.g., “Approval 1” and “Approval 2”).
- Assign Roles: Assign the roles for each approval step. For instance, assign the first step to a product manager or supervisor and the second step to a higher-level manager or executive.
- Configure Conditions (Optional): If needed, set conditions for each approval step to determine when the product should move to the next step or be sent back for revision.
- Save Workflow: Save the modified workflow to apply the changes.
With this configuration, whenever a product price is created or modified, it will enter the approval workflow. The assigned approvers will receive notifications and can review and approve or reject the changes. Once both approvers have approved, the product price will be finalized and published.
However, I can not find ** Navigate to Setup > Other > Workflow and enable the “Product” workflow. Some one can help me?
Thanks




