Skip to content

Commit

Permalink
[16.0][IMP] l10n_es_aeat: Add tax agency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasramos-com authored and almumu committed Feb 11, 2025
1 parent 52edbcd commit 35f0d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_es_aeat/models/l10n_es_aeat_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def _get_export_config(self, date):
error_count = fields.Integer(
compute="_compute_error_count",
)
tax_agency_ids = fields.Many2many("aeat.tax.agency", string="Tax Agency")
_sql_constraints = [
(
"name_uniq",
Expand Down

0 comments on commit 35f0d07

Please sign in to comment.