Ravi Gohil (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-574682-rgo into
lp:openobject-addons/6.0.
Requested reviews:
Naresh(OpenERP) (nch-openerp)
Related bugs:
Bug #789074 in OpenERP GTK Client: "[6.0] Purchase Orders can't be merged:
Invalid form, correct red fields"
https://bugs.launchpad.net/openobject-client/+bug/789074
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-574682-rgo/+merge/105491
Hello,
There is an issue with Purchase Order Merge Wizard, system doesn't allow to
merge the purchase orders showing falsy message,
Steps to reproduce the issue,
1) From already processed picking(state=done), click on button 'Return
Products' and press 'Cancel' button of that wizard.
2) Right after running this wizard, go to 'Requests For Quotations' tree view
and run the 'Purchase Order' merge wizard from 'Action' menu and click 'Merge
Orders' button.
A warning message says that "'Invalid form, correct red fields !" even if there
aren't any of them.
Better explanation given about the cause of this issue at the link
https://answers.launchpad.net/openobject-server/+question/158036. Kindly go
through it.
This fix solves the issue. Kindly review it.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-574682-rgo/+merge/105491
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-574682-rgo.
=== modified file 'stock/wizard/stock_return_picking.py'
--- stock/wizard/stock_return_picking.py 2011-01-18 13:41:41 +0000
+++ stock/wizard/stock_return_picking.py 2012-05-11 14:20:24 +0000
@@ -28,6 +28,7 @@
class stock_return_picking(osv.osv_memory):
_name = 'stock.return.picking'
_description = 'Return Picking'
+ _columns = {}
def default_get(self, cr, uid, fields, context=None):
"""
_______________________________________________
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