** Attachment added: "description.ogv" https://bugs.launchpad.net/openobject-addons/+bug/1110399/+attachment/3507497/+files/description.ogv
-- 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): Confirmed 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 _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

