Skip to content

Commit 4d9d692

Browse files
committed
[FIX] l10n_es_aeat_mod296: Yearly period
The 296 report is annually. https://sede.agenciatributaria.gob.es/Sede/procedimientoini/GI22.shtml MT-14058 @moduon
1 parent e1b9a6b commit 4d9d692

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

l10n_es_aeat_mod296/models/mod296.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ class L10nEsAeatMod296Report(models.Model):
1313
_inherit = "l10n.es.aeat.report.tax.mapping"
1414
_name = "l10n.es.aeat.mod296.report"
1515
_aeat_number = "296"
16+
_period_quarterly = False
17+
_period_monthly = False
18+
_period_yearly = True
1619

1720
casilla_01 = fields.Integer(
1821
string="[01] # Recipients",

0 commit comments

Comments
 (0)