c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34729
[Bug 873258] Re: Incorrect Origin in Purchase Requisitions
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-873258-ksa
--
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 Committed
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