Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
10698 Переглядів

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 ?

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Найкраща відповідь

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>
Аватар
Відмінити
Найкраща відповідь

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.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
6
січ. 19
9627
1
бер. 15
5030
2
квіт. 25
9523
2
січ. 25
3227
1
лип. 24
2911