v 13.0 Third Party 585
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 2760
Technical Name crnd_web_diagram_plus
LicenseLGPL-3
Websitehttps://crnd.pro
Versions 16.0 15.0 12.0 13.0 14.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 2760
Technical Name crnd_web_diagram_plus
LicenseLGPL-3
Websitehttps://crnd.pro
Versions 16.0 15.0 12.0 13.0 14.0

CRnD Web Diagram Plus

License: LGPL-3 CR&D GitHub


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>
colored diagram


Launch your own ITSM system in 60 seconds:

Create your own Bureaucrat ITSM database yodoo.systems

Maintainer

CR&D
Website Contact us Bug Requests

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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
by
Abd El-Rehman Ali
on 8/18/22, 7:44 AM

please any idea how to use the module in v.15 ??? thank you