Skip to content

Commit

Permalink
[FIX] ..partner_name: use sudo() to read config
Browse files Browse the repository at this point in the history
  • Loading branch information
NL66278 committed Oct 8, 2024
1 parent 81416ab commit b6d935c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_nl_partner_name/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def _l10n_nl_partner_name_infixes(self):
map(
str.strip,
self.env["ir.config_parameter"]
.sudo()
.get_param(
"l10n_nl_partner_name_infixes", "van,der,den,op,ter,de,v/d,d','t,te"
)
Expand Down

0 comments on commit b6d935c

Please sign in to comment.