Welcome!

Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

Sign up

You need to be registered to interact with the community.
This question has been flagged
1 Reply
149 Views

change the line background color

Avatar
Discard
Author Best Answer

To change the line background color in the list view in Odoo, you can use the XML or CSS customization. Odoo allows for dynamic styling based on conditions using the

 t-att-class

attribute within the view's XML file. You can apply conditional formatting to change the row background color depending on certain conditions (e.g., status or value). Alternatively, you can also add custom CSS rules if you want a static color for all rows in a list view.

Avatar
Discard