跳至内容
菜单
此问题已终结
3 回复
10236 查看

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.

形象
丢弃
相关帖文 回复 查看 活动
6
1月 19
9211
1
3月 15
4739
2
4月 25
9017
2
1月 25
2719
1
7月 24
2472