partner not filled on task with project_mrp

Bug #983764 reported by gde (OpenERP)
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Wishlist
OpenERP R&D Addons Team 1
OpenERP Community Backports (Addons)
Status tracked in 7.0
6.1
Fix Committed
Low
Yann Papouin
7.0
New
Undecided
Unassigned

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.

Tags: mrp project

Related branches

Revision history for this message
Ravish(OpenERP) (rmu-openerp) wrote :

Hello Gde,

I have checked your issue. But it's not a bug , just a improvement.

Let me explain

When SO will conformed procurement generated then task will create . We don't have partner field in procurement.So task not write partner ,we have to define it manually

 It's needs improvement ,So I am assigning it as wishlist.

Thanks!!

Changed in openobject-addons:
status: New → Incomplete
status: Incomplete → Confirmed
importance: Undecided → Wishlist
assignee: nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1)
Revision history for this message
Yann Papouin (yann-papouin) wrote :

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

tags: added: mrp project
removed: profserv
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.