dynamize general ledger

This commit is contained in:
Jordi Ballester
2017-12-01 10:02:59 +01:00
committed by Borruso
parent cdf59c4033
commit 7213521d04
5 changed files with 1129 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ class AccountTax(models.Model):
context.get('from_date', fields.Date.context_today(self)),
context.get('to_date', fields.Date.context_today(self)),
context.get('company_id', self.env.user.company_id.id),
context.get('target_move', 'posted')
context.get('target_move', 'posted'),
)
def _account_tax_ids_with_moves(self):