İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
10151 Görünümler

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
Vazgeç
En İyi Yanıt

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

Avatar
Vazgeç
En İyi Yanıt

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
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
6
Oca 19
9152
1
Mar 15
4689
2
Nis 25
8957
2
Oca 25
2644
1
Tem 24
2365