Skip to content

Commit

Permalink
Merge PR #3450 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by mileo
  • Loading branch information
OCA-git-bot committed Oct 18, 2024
2 parents 0e6c98d + 1928665 commit e42c38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_base/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _check_cnpj_inscr_est(self):
for partner in record.env["res.partner"].search(domain):
if (
partner.inscr_est == record.inscr_est
and not record.inscr_est
and record.inscr_est
):
raise ValidationError(
_(
Expand Down

0 comments on commit e42c38f

Please sign in to comment.