c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #35182
[Bug 873258] Re: Incorrect Origin in Purchase Requisitions
fix released in revision 5405.
thanks
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/873258
Title:
Incorrect Origin in Purchase Requisitions
Status in OpenERP Addons (modules):
Fix Released
Bug description:
The origin field is derived from the name filed in procurement_order and is sometime incorrectly identifying the Origin.
Location purchase_requisition/purchase_requisition.py
def make_po(self, cr, uid, ids, context=None):
...
'origin': procurement.name,
Should that not be:
'origin': procurement.origin,
OpenERP V6.0 branch
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/873258/+subscriptions
References