Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
10522 Представления

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
9489
1
мар. 15
4927
2
апр. 25
9272
2
янв. 25
3032
1
июл. 24
2712