Skip to content

Commit

Permalink
[FIX]Delivery: carrier information not propagated from sale order to …
Browse files Browse the repository at this point in the history
…pickings (Case: ref 595240)

closes lp:1192115
  • Loading branch information
skh-odoo authored and gurneyalex committed Jun 6, 2014
1 parent 548c8e6 commit 81a3a4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/delivery/sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ def delivery_set(self, cr, uid, ids, context=None):
'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()
Expand Down

0 comments on commit 81a3a4f

Please sign in to comment.