Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
10533 Vues

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
Ignorer
Meilleure réponse

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

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
6
janv. 19
9507
1
mars 15
4935
2
avr. 25
9294
2
janv. 25
3050
1
juil. 24
2721