[IMP] sale order form

bzr revid: fp@openerp.com-20120714134105-omqlxtymeg1p15kh
This commit is contained in:
Fabien Pinckaers 2012-07-14 15:41:05 +02:00
parent 7481fe8cfb
commit 521189def0
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@
class="oe_edit_only"
attrs="{'invisible':['|',('carrier_id','=',False),('state','not in',('draft','sent'))]}"/>
<br/>
<label string="If you don't 'Add in Quote', the delivery charges will be invoiced based on real delivery order(s)."
<label string="If you don't 'Add in Quote', the charges will be invoiced based on real delivery order(s)."
class="oe_edit_only"
attrs="{'invisible':['|',('carrier_id','=',False),('state','not in',('draft','sent'))]}"/>
</div>

View File

@ -18,7 +18,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='order_line']/form//field[@name='delay']" position="after">
<xpath expr="//field[@name='order_line']/form//field[@name='tax_id']" position="after">
<field name="analytics_id" domain="[('plan_id','&lt;&gt;',False)]" groups="analytic.group_analytic_accounting"/>
</xpath>
</field>