[IMP] account config settings: use stronger colors for the special sections

bzr revid: rco@openerp.com-20120625072315-e6px6os74iisoi06
This commit is contained in:
Raphael Collet 2012-06-25 09:23:15 +02:00
parent c63d55f036
commit ccd45a74f7
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<field name="expects_chart_of_accounts"/>
</group>
<div style="background-color: #FFCCAA; padding: 0px 5px;">
<div class="oe_form_button_save_dirty">
<group string="Select a Chart of Accounts to Install"
attrs="{'invisible': ['|', ('expects_chart_of_accounts','=',False), ('has_chart_of_accounts','=',True)]}">
<group>
@ -52,7 +52,7 @@
</group>
</div>
<div style="background-color: #FFCCAA; padding: 0px 5px;">
<div class="oe_form_button_save_dirty">
<group string="No Fiscal Year Defined for This Company"
attrs="{'invisible': ['|', ('expects_chart_of_accounts','=',False), ('has_fiscal_year','=',True)]}">
<label for="date_start" string="Date Range"/>