[IMP] put computed balance field.

bzr revid: nco@tinyerp.com-20130528114216-2ow9907o6ckrse12
This commit is contained in:
Nimesh Contractor (OpenERP) 2013-05-28 17:12:16 +05:30
parent 6644f6555b
commit 87f3996894
1 changed files with 7 additions and 0 deletions

View File

@ -609,6 +609,13 @@
</field>
</page>
</notebook>
<group class="oe_subtotal_footer oe_right" colspan="2" name="sale_total">
<div class="oe_subtotal_footer_separator oe_inline">
<label for="balance_end" />
</div>
<field name="balance_end" nolabel="1" class="oe_subtotal_footer_separator" widget='monetary' options="{'currency_field': 'currency_id'}"/>
</group>
<div class="oe_clear"/>
</sheet>
</form>
</field>