Browse Source

[FIX] store field for grouping

16.0
RemiFr82 4 weeks ago
parent
commit
4a9e41f731
  1. 1
      l10n_fr_tax_return/models/account_tax_return_year.py

1
l10n_fr_tax_return/models/account_tax_return_year.py

@ -15,6 +15,7 @@ class AccountTaxReturnYear(models.Model):
) )
line_type = fields.Selection( line_type = fields.Selection(
related="line_id.line_type", related="line_id.line_type",
store=True,
) )
amount = fields.Integer( amount = fields.Integer(
string="Amount", string="Amount",

Loading…
Cancel
Save