Merge lp:~openerp-dev/openobject-addons/trunk-bug-1110399-fka into lp:openobject-addons

Proposed by Foram Katharotiya (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1110399-fka
Merge into: lp:openobject-addons
Diff against target: 23 lines (+0/-2)
2 files modified
procurement/procurement.py (+0/-1)
sale_stock/sale_stock.py (+0/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1110399-fka
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+146388@code.launchpad.net

This proposal supersedes a proposal from 2013-02-04.

Description of the change

Hello,

 Fix the issue of description shows 2 times when create task from sale order.

Thanks,
FKA

To post a comment you must log in.

Unmerged revisions

8531. By Foram Katharotiya (OpenERP)

[FIX] from sale order display 2 times value of description in task

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'procurement/procurement.py'
2--- procurement/procurement.py 2012-12-20 11:47:30 +0000
3+++ procurement/procurement.py 2013-02-04 11:42:26 +0000
4@@ -115,7 +115,6 @@
5 ('waiting','Waiting')], 'Status', required=True, track_visibility='onchange',
6 help='When a procurement is created the status is set to \'Draft\'.\n If the procurement is confirmed, the status is set to \'Confirmed\'.\
7 \nAfter confirming the status is set to \'Running\'.\n If any exception arises in the order then the status is set to \'Exception\'.\n Once the exception is removed the status becomes \'Ready\'.\n It is in \'Waiting\'. status when the procurement is waiting for another one to finish.'),
8- 'note': fields.text('Note'),
9 'company_id': fields.many2one('res.company','Company',required=True),
10 }
11 _defaults = {
12
13=== modified file 'sale_stock/sale_stock.py'
14--- sale_stock/sale_stock.py 2012-12-21 16:48:08 +0000
15+++ sale_stock/sale_stock.py 2013-02-04 11:42:26 +0000
16@@ -280,7 +280,6 @@
17 'procure_method': line.type,
18 'move_id': move_id,
19 'company_id': order.company_id.id,
20- 'note': line.name,
21 }
22
23 def _prepare_order_line_move(self, cr, uid, order, line, picking_id, date_planned, context=None):

Subscribers

People subscribed via source and target branches

to all changes: