[FIX]Delivery: carrier information not propagated from sale order to pickings (Case: ref 595240)

closes lp:1192115
This commit is contained in:
Somesh Khare(OpenERP) 2013-07-24 14:37:27 +05:30 committed by Alexandre Fayolle
parent 548c8e6675
commit 81a3a4fcbb
1 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,7 @@ class sale_order(osv.osv):
'tax_id': [(6,0,taxes_ids)],
'type': 'make_to_stock'
})
#remove the value of the carrier_id field on the sale order
return self.write(cr, uid, ids, {'carrier_id': False}, context=context)
return True
#return {'type': 'ir.actions.act_window_close'} action reload?
sale_order()