decoration in tree view odoo
1. decoration-bf: shows the record in Bold
2. decoration-it: shows the record in Italics
3. decoration-danger: shows the record in Light Red
4. decoration-info: shows the record in Light Blue
5. decoration-muted: shows the record in Light Gray
6. decoration-primary: shows the record in Light Purple
7. decoration-success: shows the record in Light Green
8. decoration-warning: shows the record in Light Brown
howto use?
<tree string="Danh sách" decoration-success="state == '3'" decoration-muted="state == '0'" >
OR
<field name="state" optional="show" decoration-success="state == '1'"/>