[IMP] put computed balance field.
authorNimesh Contractor (OpenERP) <nco@tinyerp.com>
Tue, 28 May 2013 11:42:16 +0000 (17:12 +0530)
committerNimesh Contractor (OpenERP) <nco@tinyerp.com>
Tue, 28 May 2013 11:42:16 +0000 (17:12 +0530)
bzr revid: nco@tinyerp.com-20130528114216-2ow9907o6ckrse12

addons/account/account_view.xml

index 603c425..5c29d23 100644 (file)
                             </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>