openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #22898
[Bug 1110399] Re: Procurement note value comes wrong from SO
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1110399
Title:
Procurement note value comes wrong from SO
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
Hello,
When I creates a task form sale order (project_mrp installed) the task
description is duplicated the product description(I mean it shows two
time).
because as I see the code on project_procument.py task description is gerenated frokm following code.
'description': procurement.name + '\n' + (procurement.note or ''),
which is fine, but actual thing is procurement 's note doesn't
populated the sale ordrers note field's values but it takes the sale
order lines name field.
For more information I have attached the video.
Note: We have to fix on thayt method which creates a procurement from
the sale order.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1110399/+subscriptions
References