Giter VIP home page Giter VIP logo

crnd_web_tree_colored_field's Introduction

CRND web tree colored field

License: LGPL-3 badge4 badge5

CRND Web Tree Colored Field widget provide to display tree cell with color from another field.

Read the Website Service Desk Module Guide for more information.

Usage

Simple example for internal usage:

line_bg_color = fields.Char('rgba(R,G,B[,A])')
line_label_color = fields.Char('rgba(R,G,B[,A])')
<record id="some_id" model="ir.ui.view">
    <field name="model">model.name</field>
    <field name="arch" type="xml">
        <tree>
            <field name="colored_field"
                   options="{
                       'field_bg_color': 'line_bg_color',
                       'field_label_color': 'line_label_color'}"/>
            <field name="line_bg_color" invisible="1"/>
            <field name="line_label_color" invisible="1"/>
        </tree>
    </field>
</record>

This module is part of the Bureaucrat ITSM project. You can try it by the references below.

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_tree_colored_field'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.