Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 2733 |
Technical Name |
crnd_web_diagram_plus |
License | LGPL-3 |
Website | https://crnd.pro |
Versions | 17.0 13.0 16.0 12.0 14.0 15.0 |
CRnD Web Diagram Plus
CR&D fork of web_diagram addon.
Changes:
- Applied the following Pull Request that fixes an error on the diagram view. It appears when the diagram object has 2 fields (one2many + many2one) that points to related nodes.
- Added possibility to specify background and foreground colors of nodes (via fields).
- Possible to store node position in database, thus there is no more need to rearrange flow manually each time you open diagram.
An example of internal usage:
<record id="some_id" model="ir.ui.view"> <field name="model">model.name</field> <field name="type">diagram_plus</field> <field name="arch" type="xml"> <diagram_plus> <node object="name.of.model" bgcolor="from_old_diagram_non_priority" bg_color_field="name_of_field_bg_color" fg_color_field="name_of_field_fg_color" d_position_field="name_of_field_to_store_position"> <field name="name_of_label_field"/> <field name="field_for_bgcolor_expr"/> <field name="name_of_field_bg_color"/> <field name="name_of_field_fg_color"/> </node> <arrow object="name.of.model" source="source_field(from)" destination="destination_field(to)" label="['name_of_label_field']"> <field name="source_field"/> <field name="destination_field"/> <field name="name_of_label_field"/> </arrow> </diagram_plus> </field> </record>
Launch your own ITSM system in 60 seconds:
Create your own Bureaucrat ITSM database
Maintainer
This module is maintained by the Center of Research & Development company.
We can provide you further Odoo Support, Odoo implementation, Odoo customization, Odoo 3rd Party development and integration software, consulting services. Our main goal is to provide the best quality product for you.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedGreat addon!!!
Great addon!
Odoo removed workflow since 12, but this addon give the chance to take it back.
There are no comments yet!