[IMP] added sum attribute to subtotal_closing

bzr revid: cha@tinyerp.com-20130308072042-e088oo32vyzpf2f4
This commit is contained in:
Ajay Chauhan (OpenERP) 2013-03-08 12:50:42 +05:30
parent 02237190cc
commit 3a554a9486
1 changed files with 1 additions and 1 deletions

View File

@ -2335,7 +2335,7 @@
<tree string="Closing Cashbox Lines" editable="bottom">
<field name="pieces" readonly="1" />
<field name="number_closing" string="Closing Unit Numbers" on_change="on_change_sub_closing(pieces, number_closing, parent.balance_end)"/>
<field name="subtotal_closing" string="Closing Subtotal"/>
<field name="subtotal_closing" string="Closing Subtotal" sum="Total"/>
</tree>
</field>
</group>