partner not filled on task with project_mrp
Bug #983764 reported by
gde (OpenERP)
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.
Related branches
lp://staging/~yann-papouin/ocb-addons/6.1-bug-983764-partner-task-procurement
- Pedro Manuel Baeza: Approve (code review)
- Guewen Baconnier @ Camptocamp: Approve (code review)
- Holger Brunn (Therp): Approve (code review)
-
Diff: 11 lines (+1/-0)1 file modifiedproject_mrp/project_procurement.py (+1/-0)
tags: |
added: mrp project removed: profserv |
To post a comment you must log in.
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!!