Procurement note value comes wrong from SO
Bug #1110399 reported by
Hiral Patel (OpenERP)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Low
|
OpenERP R&D Addons Team 3 |
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_
'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.
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-1110399-fka
Ready for review
for merging
into
lp://staging/openobject-addons
- OpenERP Core Team: Pending requested
-
Diff: 23 lines (+0/-2)2 files modifiedprocurement/procurement.py (+0/-1)
sale_stock/sale_stock.py (+0/-1)
Changed in openobject-addons: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | Fix Committed → In Progress |
Changed in openobject-addons: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Hello,
- It has been Fixed in https:/ /code.launchpad .net/~openerp- dev/openobject- addons/ trunk-bug- 1110399- fka.
revno : 8531
Thanks