Skip to content

Commit

Permalink
[REF] l10n_br_base: inscr_mun -> l10n_br_im_code
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Dec 31, 2024
1 parent 401fb34 commit 72cb610
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion l10n_br_base/models/party_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@ class PartyMixin(models.AbstractModel):
inverse_name="partner_id",
)

inscr_mun = fields.Char(
l10n_br_im_code = fields.Char(
string="Municipal Tax Number",
size=18,
unaccent=False,
)

# backward compat with v14:
inscr_est = fields.Char(related="l10n_br_im_code", readonly=False)

suframa = fields.Char(
size=18,
unaccent=False,
Expand Down

0 comments on commit 72cb610

Please sign in to comment.