← Back to team overview

openerp-india team mailing list archive

[Bug 983764] Re: partner not filled on task with project_mrp

 

Can be easily fixed in 1-line:

"procurement.order" is inherited with a new column sale_line_id in
project_mrp.

In action_produce_assign_service, you just have to get the partner
assigned to the sale order of the sale_line_id and assign it to the one
newly created task_id = project_task.create

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

Title:
  partner not filled on task with project_mrp

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  On 6.1 with the web client, I create a task from my sales order.
  Everything ok here. But when I look at the task on the tab "Extra
  info", the field "Partner" is not taken from the Sales Order.

  Steps to reproduce:
  - Install project_mrp
  - Create a product: Service / MTO / Product, UoM : hour
  - Create a SO for that product
  - Confirm it
  --> A task is created but the field Partner is not taken from the sales order.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/983764/+subscriptions


References