[FIX](5.0 - 6.0) Sale : Sale order list view should have sum attribute

bzr revid: vra@tinyerp.com-20100511134234-adh6ocpqjranmi55
This commit is contained in:
Jay(Open ERP) 2010-05-11 19:12:34 +05:30 committed by vra
parent 3a5456b794
commit 59e3a48a9c
1 changed files with 2 additions and 2 deletions

View File

@ -189,9 +189,9 @@
</field>
<newline/>
<group col="7" colspan="4">
<field name="amount_untaxed" sum="Untaxed amount"/>
<field name="amount_untaxed"/>
<field name="amount_tax"/>
<field name="amount_total" sum="Total amount"/>
<field name="amount_total"/>
<button name="button_dummy" states="draft" string="Compute" type="object" icon="gtk-execute"/>
</group>
<group col="13" colspan="4">