Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Dec 18, 2024
1 parent 0deef76 commit 1c62244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_mdfe/models/seguro_carga.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ class MDFENaver(models.Model):
_description = "Número da Averbação"
_rec_name = "mdfe30_nAver"

mdfe30_nAver = fields.Char(string="Nome da Averbação", xsd_required=True)
mdfe30_nAver = fields.Char(string="Nome da Averbação")

0 comments on commit 1c62244

Please sign in to comment.