added difference field in cash control tab

bzr revid: cha@tinyerp.com-20130308065837-ag6jp60q27mjrqwf
This commit is contained in:
Ajay Chauhan (OpenERP) 2013-03-08 12:28:37 +05:30
parent cba3ed3da4
commit 02237190cc
1 changed files with 2 additions and 1 deletions

View File

@ -2353,8 +2353,9 @@
<field name="last_closing_balance" readonly="1" string="Last Closing Balance" widget="monetary" options="{'currency_field': 'currency_id'}"/>
<field name="total_entry_encoding" widget="monetary" options="{'currency_field': 'currency_id'}"/>
</group>
<group string="Closing Balance">
<group string="Closing Balance" attrs="{'invisible' : [('state', '=', 'draft')]}">
<field name="balance_end" widget="monetary" options="{'currency_field': 'currency_id'}"/>
<field name="difference"/>
</group>
</group>
</sheet>