Skip to content

Commit

Permalink
Fix lint error from master
Browse files Browse the repository at this point in the history
  • Loading branch information
leemannd committed May 17, 2017
1 parent 3b13d73 commit 8f088c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odoo/local-src/specific_sale/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def _compute_validation_required(self):
if (cat.process_validation_required and
not so.process_validation_id):
so.process_validation_required = True

@api.multi
@api.depends('amount_total', 'holding_currency_id')
def _compute_holding_currency_amount(self):
Expand Down

0 comments on commit 8f088c3

Please sign in to comment.