Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed May 17, 2017
1 parent 159cf8c commit b68aab1
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 b68aab1

Please sign in to comment.