Web Diagram Position Saver

by
Odoo
v 11.0 Third Party 163
Download for v 11.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name web_diagram_position
LicenseLGPL-3
Websitehttps://www.modoolar.com/
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name web_diagram_position
LicenseLGPL-3
Websitehttps://www.modoolar.com/

Web Diagram Position Saver

Overview

This module enables user to persist positions of elements in Diagram view.

MODOOLAR

With extensive experience in implementing Odoo based applications, we can offer you a custom-tailored solution that perfectly meets your needs, and spanning through CRM, Sales management, Accounting, HR management, Project management, Document management, eCommerce, Webshop, and many more. With our hands-on expertise, we can help you get exclusive tailor-made apps for your unique business needs. Our knowledge extends beyond our tech-stack expertise - we follow startup trends, so that we can provide guidance to our clients regarding the business process, legal issues and marketing strategies.

Contact us
License: LGPL-v3

Web Diagram Position Saver

This module enables user to persist positions of elements in Diagram view.

Usage

To use this module functionality you need to decorate node element of the diagram view with the coordinate attributes xpos and ypos like in the example below.

<record id="view_project_workflow_diagram" model="ir.ui.view">
    <field name="name">project.workflow.diagram</field>
    <field name="model">project.workflow</field>
    <field name="arch" type="xml">
        <diagram string="Workflow Editor">
            <node object="project.workflow.state" xpos="xpos" ypos="ypos" shape="rectangle:True"
                  bgcolor="blue:type=='todo';yellow:type=='in_progress';green:type=='done'">
                <field name="name"/>
                <field name="stage_id"/>
                <field name="type" invisible="1"/>
            </node>
            <arrow object="project.workflow.transition" source="src_id" destination="dst_id" label="['name']">
                <field name="src_id"/>
                <field name="dst_id"/>
                <field name="name"/>
            </arrow>
        </diagram>
    </field>
</record>

Credits

Contributors

Maintainer

Modoolar

This module is maintained by Modoolar.

As Odoo Gold partner, our company is specialized in Odoo ERP customization and business solutions development.
Beside that, we build cool apps on top of Odoo platform.

To contribute to this module, please visit https://modoolar.com

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.