Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
10431 Widoki

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 ?

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

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>
Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
6
sty 19
9402
1
mar 15
4888
2
kwi 25
9193
2
sty 25
2960
1
lip 24
2666