How to automatically change the color of line in tree view after perticular time??????
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
But can i change the color based on perticular time intervel? .....for example after 30 minutes colour of line in tree view automatically get change....
Hello Yojana walnuj,
You can change the color of tree view conditionally/based on field value.
odoo supports following decoration attributes on tree views.
'decoration-bf',
'decoration-it',
'decoration-danger',
'decoration-info',
'decoration-muted',
'decoration-primary',
'decoration-success',
'decoration-warning',
You can use it like this decoration-muted="state=='cancel'" as an attribute in the tree view definition.
I hope this may help you.
Thanks
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden