Skip to content

Commit

Permalink
[FIX] fiscal year display
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois committed Apr 2, 2024
1 parent a6265e6 commit 65e4d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_be_cooperator/models/tax_shelter_declaration.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TaxShelterDeclaration(models.Model):
_description = "Tax Shelter Declaration"

name = fields.Char(string="Declaration year", required=True)
fiscal_year = fields.Char(required=True)
fiscal_year = fields.Char(required=True, widget="char")
tax_shelter_certificates = fields.One2many(
"tax.shelter.certificate",
"declaration_id",
Expand Down

0 comments on commit 65e4d2f

Please sign in to comment.