Update account_tag.py

This commit is contained in:
Fekete Mihai
2018-03-15 12:37:30 +02:00
committed by GitHub
parent bb14ca1ecf
commit fd21d505d8

View File

@@ -12,6 +12,6 @@ class AccountAccountTag(models.Model):
string='Accounts',
help="Assigned accounts for custom reporting")
tax_ids = fields.Many2many(
'account.account.tag', 'account_tax_account_tag',
'account.tax', 'account_tax_account_tag',
string='Taxes',
help="Assigned taxes for custom reporting")