Skip to content

Commit

Permalink
[ADD] matching types by rule, from OCA/sale-workflow#716
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoRubi committed Jan 4, 2019
1 parent eebb95a commit e6a2528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website_sale_order_type/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ def _cart_update(
if self.partner_id.sale_type:
self.type_id = self.partner_id.sale_type
self.onchange_type_id()
self.match_order_type()
return res

0 comments on commit e6a2528

Please sign in to comment.