Merge lp:~openerp-dev/openobject-addons/trunk-bug-1097633-mansi into lp:openobject-addons

Proposed by Mansi Kariya(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1097633-mansi
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
purchase/purchase_workflow.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1097633-mansi
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+156798@code.launchpad.net

Description of the change

Puchase order was not going to done state as the condition on invoice_method of the work flow was checking the status of invoice even it was picking.

To post a comment you must log in.

Unmerged revisions

8659. By Mansi Kariya(OpenERP)

[FIX] Done changes in purchase_workflow

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'purchase/purchase_workflow.xml'
2--- purchase/purchase_workflow.xml 2012-12-14 16:39:21 +0000
3+++ purchase/purchase_workflow.xml 2013-04-03 10:30:32 +0000
4@@ -147,7 +147,7 @@
5 <record id="trans_router_invoice_no_order" model="workflow.transition">
6 <field name="act_from" ref="act_router"/>
7 <field name="act_to" ref="act_invoice_end"/>
8- <field name="condition">invoice_method&lt;&gt;'order' and invoiced</field>
9+ <field name="condition">invoice_method&lt;&gt;'order'</field>
10 </record>
11 <record id="trans_except_picking_picking_done" model="workflow.transition">
12 <field name="act_from" ref="act_except_picking"/>

Subscribers

People subscribed via source and target branches

to all changes: