[IMP] account: made 'difference' small & 'computed balance' bold

bzr revid: cha@tinyerp.com-20130314120504-30st2jl9mo5ylxqc
This commit is contained in:
Ajay Chauhan (OpenERP) 2013-03-14 17:35:04 +05:30
parent 1fc0935865
commit dbc91ddf99
1 changed files with 6 additions and 3 deletions

View File

@ -2349,13 +2349,16 @@
<group>
<group class="oe_subtotal_footer oe_right">
<field name="balance_start" readonly="1" string="Opening Balance" class="oe_subtotal_footer_separator" widget="monetary" options="{'currency_field': 'currency'}"/>
<field name="total_entry_encoding" readonly="1" string="+ Transactions" widget="monetary" options="{'currency_field': 'currency'}"/>
<field name="balance_end" widget="monetary" string="= Computed Balance" options="{'currency_field': 'currency'}"/>
<label for="total_entry_encoding" string="+ Transactions" style="font-weight:bold;"/>
<field name="total_entry_encoding" nolabel="1" class="oe_bold" widget="monetary" options="{'currency_field': 'currency'}"/>
<label for="balance_end" string="= Computed Balance" style="font-weight:bold;"/>
<field name="balance_end" nolabel="1" class="oe_bold" widget="monetary" options="{'currency_field': 'currency'}"/>
</group>
<div>
<group class="oe_subtotal_footer oe_right" attrs="{'invisible' : [('state', '=', 'draft')]}">
<field name="balance_end_real" readonly="1" class="oe_subtotal_footer_separator" widget="monetary" options="{'currency_field': 'currency'}"/>
<field name="difference" class="oe_subtotal_footer_separator" widget="monetary" options="{'currency_field': 'currency'}"/>
<label for="difference" style="font-weight:bold;"/>
<field name="difference" nolabel="1" class="oe_bold" widget="monetary" options="{'currency_field': 'currency'}"/>
</group>
</div>
</group>