Giter VIP home page Giter VIP logo

crnd_web_diagram_plus's Introduction

Web Diagram Plus

License: LGPL-3 badge5 badge6

This is fork of web_diagram addon.

Changes:

  • Applied Pull Request
  • Possible 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.

Usage

See real example of usage at Bureaucrat Helpdesk Lite

Simple example for 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">
            </node>
            <arrow object="name.of.model"
                   source="source_field(from)"
                   destination="destination_field(to)"
                   label="['name_of_label_field']">
            </arrow>
        </diagram_plus>
    </field>
</record>

Launch your own ITSM system in 60 seconds:

Create your own Bureaucrat ITSM database

badge3

Bug Tracker

Bugs are tracked on https://crnd.pro/requests. In case of trouble, please report there.

Maintainer

https://crnd.pro/web/image/3699/300x140/crnd.png

Our web site: https://crnd.pro/

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.

For any questions contact us.

crnd_web_diagram_plus's People

Contributors

vkyc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.