25
25
<xpath expr="/form/notebook/page[@string='Sales Order']/group[2]" position="replace" >
27
27
<xpath expr="/form/notebook" position="after" >
28
29
<group col="13" colspan="10">
29
30
<field name="currency_id" readonly="1"/>
31
<field name="amount_untaxed" sum="Untaxed amount" attrs="{'invisible': [('vat_ok', '=', False)]}" />
32
33
<field name="amount_total"/>
33
34
<button name="button_dummy" states="draft" string="Compute" type="object" icon="gtk-execute"/>
35
36
<field name="functional_currency_id" readonly="1"/>
38
39
<field name="functional_amount_total"/>
40
41
<group col="14" colspan="4">