Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
10209 Tampilan

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
Buang
Jawaban Terbai

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

Avatar
Buang
Jawaban Terbai

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
6
Jan 19
9197
1
Mar 15
4721
2
Apr 25
8995
2
Jan 25
2696
1
Jul 24
2449