[FIX] purchase: On Delivery Invoice Option Shoud End the PO to done on delivery Done same as Sale Process

bzr revid: jam@tinyerp.com-20121112123232-5p53gft4ijxiw5rh
This commit is contained in:
Jigar Amin 2012-11-12 18:02:32 +05:30
parent 7377e48bbd
commit f4ab81afb8
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
<record id="trans_router_invoice_no_order" model="workflow.transition">
<field name="act_from" ref="act_router"/>
<field name="act_to" ref="act_invoice_end"/>
<field name="condition">invoice_method&lt;&gt;'order' and invoiced</field>
<field name="condition">invoice_method&lt;&gt;'order'</field>
</record>
<record id="trans_except_picking_picking_done" model="workflow.transition">
<field name="act_from" ref="act_except_picking"/>