Skip to Content
मेन्यू
This question has been flagged
3 Replies
10807 Views

When the field is marked as required=True in the field definition it shows up in the form view with blue background. I need to be able to change the background color of any field to any color I need, is this possible without making the field required ?

Avatar
Discard
Best Answer

I guess, this module may be of use: https://apps.odoo.com/apps/modules/8.0/colors_customization/

Avatar
Discard
Best Answer

f you want all fields color then give colors attribute in <tree>

<tree string="Configuration" colors="green:no == 0;red:no > 0">
    <field name="no" />
</tree>
Avatar
Discard
Best Answer

Hello,

Here is one module which is change the color etc.

http://www.zbeanztech.com/blog/openerp_7_web_color_theme

May be this will help you.

Avatar
Discard
Related Posts Replies Views Activity
6
जन॰ 19
9710
1
मार्च 15
5069
2
अप्रैल 25
9626
2
जन॰ 25
3348
1
जुल॰ 24
3028