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 ?
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
            
                3
                
                    回覆
                
            
        
        
            
                11147
                
                    瀏覽次數
                
            
        
    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  | 9954 | ||
|  | 1 3月 15  | 5247 | ||
|  | 2 4月 25  | 9967 | ||
|  | 2 1月 25  | 3770 | ||
|  | 1 7月 24  | 3445 | 
