c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34712
[Bug 873258] [NEW] Incorrect Origin in Purchase Requisitions
Public bug reported:
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
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References