dynamize general ledger
parent
ec088ca30d
commit
584e7cf093
|
@ -39,7 +39,7 @@ class AccountTax(models.Model):
|
||||||
context.get('from_date', fields.Date.context_today(self)),
|
context.get('from_date', fields.Date.context_today(self)),
|
||||||
context.get('to_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('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):
|
def _account_tax_ids_with_moves(self):
|
||||||
|
|
Loading…
Reference in New Issue