Pankita Shah(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1043223-shp into 
lp:openobject-addons.

Requested reviews:
  Atul Patel(OpenERP) (atp-openerp)
Related bugs:
  Bug #1043223 in OpenERP Addons: "Sale order flow doesn't correct(with SO line 
wizard), If I delivered the product first."
  https://bugs.launchpad.net/openobject-addons/+bug/1043223

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1043223-shp/+merge/122276

hello,

i solve bug :1043223 -> correct sale order workflow.

thanks 

shp
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1043223-shp/+merge/122276
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1043223-shp.
=== modified file 'sale/wizard/sale_line_invoice.py'
--- sale/wizard/sale_line_invoice.py	2012-08-23 12:19:52 +0000
+++ sale/wizard/sale_line_invoice.py	2012-08-31 13:27:54 +0000
@@ -104,7 +104,7 @@
                     flag = False
                     break
             if flag:
-                wf_service.trg_validate(uid, 'sale.order', line.order_id.id, 'all_lines', cr)
+                wf_service.trg_validate(uid, 'sale.order', line.order_id.id, 'manual_invoice', cr)
                 sales_order_obj.write(cr, uid, [line.order_id.id], {'state': 'progress'})
 
         if not invoices:

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to