[IMP] account, pos: added string 'Closing Balance' to fields 'balance_end_real' & 'cash_register_balance_end_real'

bzr revid: cha@tinyerp.com-20130315095454-ljh2bjd1brds80m5
This commit is contained in:
Ajay Chauhan (OpenERP) 2013-03-15 15:24:54 +05:30
parent bcd4ee5cd2
commit 0a7683d39f
2 changed files with 2 additions and 2 deletions

View File

@ -2356,7 +2356,7 @@
</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="balance_end_real" readonly="1" string="Closing Balance" class="oe_subtotal_footer_separator" widget="monetary" options="{'currency_field': 'currency'}"/>
<label for="difference" class="oe_force_bold oe_account_ening_total"/>
<field name="difference" nolabel="1" class="oe_bold oe_account_total" widget="monetary" options="{'currency_field': 'currency'}"/>
</group>

View File

@ -938,7 +938,7 @@
<group class="oe_subtotal_footer oe_right" attrs="{'invisible': ['|', ('cash_control', '=', False), ('state', '=', 'opening_control')]}">
<field name="cash_register_balance_end_real" class="oe_subtotal_footer_separator"/>
<field name="cash_register_balance_end_real" string="Closing Balance" class="oe_subtotal_footer_separator"/>
<field name="cash_register_difference" class="oe_subtotal_footer_separator"/>
</group>
</group>