For ex : In my form there is field called stage_id it is many 2one field i need to show to sepearte color in tree view based on stage id. draft---> blue , open-->green , completed --> gray
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
3242
Views
Hi,
Here event_type is a many2one field and I checked like this;
<tree string="x"
create="false" edit="false" delete="false"
colors="grey:event_type = 'conference')">
This free app does it: https://www.odoo.com/apps/modules/8.0/web_tree_dynamic_colored_field/
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up