Ravi Gohil (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-580457-rgo into
lp:openobject-addons/6.1.
Requested reviews:
Naresh(OpenERP) (nch-openerp)
Related bugs:
Bug #1066127 in OpenERP Addons: "The return packing wizard doesn't take into
accout the field "Invoice control""
https://bugs.launchpad.net/openobject-addons/+bug/1066127
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-580457-rgo/+merge/129854
Hello,
Find the steps to reproduce the issue in bug report lp:1066127
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-580457-rgo/+merge/129854
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-580457-rgo.
=== modified file 'stock/stock.py'
--- stock/stock.py 2012-10-05 07:47:57 +0000
+++ stock/stock.py 2012-10-16 11:35:24 +0000
@@ -697,8 +697,6 @@
default['name'] = self.pool.get('ir.sequence').get(cr, uid, seq_obj_name)
default['origin'] = ''
default['backorder_id'] = False
- if picking_obj.invoice_state == 'invoiced':
- default['invoice_state'] = '2binvoiced'
res=super(stock_picking, self).copy(cr, uid, id, default, context)
if res:
picking_obj = self.browse(cr, uid, res, context=context)
_______________________________________________
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