Foram Katharotiya (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-1110399-fka into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #1110399 in OpenERP Addons: "Procurement note value comes wrong from SO"
https://bugs.launchpad.net/openobject-addons/+bug/1110399
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1110399-fka/+merge/146388
Hello,
Fix the issue of description shows 2 times when create task from sale order.
Thanks,
FKA
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1110399-fka/+merge/146388
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-1110399-fka.
=== modified file 'procurement/procurement.py'
--- procurement/procurement.py 2012-12-20 11:47:30 +0000
+++ procurement/procurement.py 2013-02-04 11:42:26 +0000
@@ -115,7 +115,6 @@
('waiting','Waiting')], 'Status', required=True, track_visibility='onchange',
help='When a procurement is created the status is set to \'Draft\'.\n If the procurement is confirmed, the status is set to \'Confirmed\'.\
\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.'),
- 'note': fields.text('Note'),
'company_id': fields.many2one('res.company','Company',required=True),
}
_defaults = {
=== modified file 'sale_stock/sale_stock.py'
--- sale_stock/sale_stock.py 2012-12-21 16:48:08 +0000
+++ sale_stock/sale_stock.py 2013-02-04 11:42:26 +0000
@@ -280,7 +280,6 @@
'procure_method': line.type,
'move_id': move_id,
'company_id': order.company_id.id,
- 'note': line.name,
}
def _prepare_order_line_move(self, cr, uid, order, line, picking_id, date_planned, context=None):
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp