Availability |
Odoo Online
Odoo.sh
On Premise
|
Community Apps Dependencies | Show |
Lines of code | 7906 |
Technical Name |
app_web_tree_bgcolor |
License | LGPL-3 |
Website | https://www.odooai.cn |
Versions | 10.0 11.0 12.0 13.0 14.0 |
Dynamic Color in Tree View widget, set Background Color in Tree view List view

Key features:
- Lastest update: v13.19.04.28
- Dynamic background color widget, set Background Color in Tree view List view.
- Easy to setup in xml
- Support 6 color according bootstrap class.
- bg-danger bg-info bg-muted bg-primary bg-success bg-warning
- With sale order sample.
With app installed
Dynamic color by 'Validity' Field in Quotations, 5 days in red, 10 days in yellow.

Dynamic color by 'Commitment Date' Field in Sale Order, 5 days in red, 10 days in yellow.

================== How to use ===================
!! Remember to Restart odoo to take affect after app installed.
To enable sale order view alert. you must enable delivery date option.

Customize please follow this sample in "views/sale_order_views.xml" and "models/__init__.py"

It is the same usage as odoo origin 'decoration', you can get sample in sale app like
tree string="Sales Orders" decoration-bf="message_needaction==True" decoration-muted="state=='cancel'"
Use bg color as
tree string="Sales Orders" bg-muted="state=='cancel'" bg-danger="state=='draft'"
U need to commented in __manifest__.py and models/__init__.py if you don't need the feature in sale.
============ The follow apps is not include in this module =============
Date Alert in Sale Order, Color remind.
Click here to Buy it.

Please log in to comment on this module