Flow Chart Designer widget in form views
This module provides a flow chart designer widget for char fields.
Installation
Usage
...
<field name="arch" type="xml">
<form string="View name">
...
<field name="name"/>
<field name="mychart" widget="field_flow_chart"/>
...
</form>
</field>
...
... <field name="arch" type="xml"> <form string="View name"> ... <field name="name"/> <field name="mychart" widget="field_flow_chart"/> ... </form> </field> ...
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Technical Name |
web_widget_flow_chart |
| License | LGPL-3 |
| Website | https://github.com/emanabdumalik/odoo.git |
Please log in to comment on this module
Easy to use widget to create workflow diagrams for all Odoo Apps
There are no comments yet!