← Back to team overview

openerp-india team mailing list archive

[Bug 1110399] [NEW] Procurement note value comes wrong from SO

 

Public bug reported:

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.

** Affects: openobject-addons
     Importance: Low
     Assignee: OpenERP R&D Addons Team 3 (openerp-dev-addons3)
         Status: Confirmed

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

-- 
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


Follow ups

References