[IMP] delivery message

bzr revid: fp@tinyerp.com-20120705150215-ew11xhtqx26g96pi
This commit is contained in:
Fabien Pinckaers 2012-07-05 17:02:15 +02:00
parent be58e60bb7
commit 8d4a1a9bd9
1 changed files with 2 additions and 1 deletions

View File

@ -263,7 +263,8 @@
<field name="carrier_id" context="{'order_id':active_id or False}" class="oe_inline"/>
<button name="delivery_set" states="draft" string="Add to Sale Order" type="object"/>
</div>
<label string="If you do not 'Add to Sale Order', the delivery charges will be added based on the delivery order."/>
<label string="If you do not 'Add to Sale Order', the delivery charges will be added based on the delivery order." colspan="2"
attrs="{'invisible':[('carried_id','&lt;&gt;',False)]}"/>
</group>
</xpath>
</field>