c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34719
[Bug 873258] Re: Incorrect Origin in Purchase Requisitions
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)
--
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):
Confirmed
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