Skip to content

Commit

Permalink
fixup! [FIX] partner_display_name_line_break: Do not split with empty…
Browse files Browse the repository at this point in the history
… name
  • Loading branch information
grindtildeath committed Oct 29, 2024
1 parent ec621ad commit dab8348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partner_display_name_line_break/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class ResPartner(models.Model):
"show_vat",
"lang",
"_two_lines_partner_address",
"_keep_partner_address_type",
)
def _compute_display_name(self): # pylint: disable=W8110
super()._compute_display_name()
Expand Down

0 comments on commit dab8348

Please sign in to comment.