[13.0][MIG] account_tax_balance

This commit is contained in:
Andrea
2019-09-30 11:57:59 +02:00
committed by Borruso
parent c4a0f593df
commit b8e91371e1
8 changed files with 44 additions and 58 deletions

View File

@@ -22,7 +22,6 @@ class AccountMove(models.Model):
selection='_selection_move_type',
compute='_compute_move_type', store=True, readonly=True)
@api.multi
@api.depends(
'line_ids.account_id.internal_type', 'line_ids.balance',
'line_ids.account_id.user_type_id.type'