تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
10365 أدوات العرض

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
يناير 19
9348
1
مارس 15
4850
2
أبريل 25
9136
2
يناير 25
2846
1
يوليو 24
2582