Dynamic Workflow Engine
A no-code Workflow Builder for Odoo. Transform any model with powerful workflow configuration: define stages, conditional transitions, field rules, and approval logic without writing a single line of XML or modifying Python models.
Core Features
Any Model, Zero Code
Attach a workflow to any existing model. The transition buttons and stage statusbar are automatically injected into the form view.
Smart Approvals
Gate transitions by User Groups or Python Filter Conditions. Detailed "Approval Info" shows exactly who can approve right now.
Native Field Integration
If the model has a native `state` field, the workflow drives it directly. Import existing stages with one click.
Workflow Configuration Made Simple
Use the built-in Workflow Builder to configure stages and transitions effortlessly. Setup initial and final stages, assign responsible groups, and easily map to existing model state values. The user interface is intuitive and requires absolutely no technical knowledge for basic pipelines.
Powerful Transitions with Python
Take full control of how records move between stages. Restrict buttons by security groups, or write a quick Python condition (e.g. `record.amount > 1000`) right in the interface. Run custom Python scripts automatically when a stage is reached!
Dynamic Field Attribute Rules
Make any field on the target model Read Only, Required, or Invisible based on the current stage! No XML needed. You can even combine stage checks with Python conditions for ultimate flexibility on your form views.
Transparent Approvals & History
See the full history of every stage change and transition. The unique "Approval Info" screen dynamically calculates and shows exactly which users can approve a pending transition, respecting groups, python conditions, and Odoo record rules.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 1373 |
| Technical Name |
dynamic_workflow_engine |
| License | OPL-1 |
| Website | https://www.linkedin.com/in/sami-adam-9ab3a598/ |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module