Skip to content

Commit

Permalink
Merge pull request #84 from kmee/14.0-fix-l10n_br-sa-ord-pro-ava-inline
Browse files Browse the repository at this point in the history
[FIX] l10n_br_sale_order_product_availability_inline: name with descr…
  • Loading branch information
mileo authored Dec 14, 2024
2 parents f8861fd + d43a398 commit 001095c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ def product_id_change(self):
self.name = self.product_id.display_name.replace(
self.product_id.availability_text_get(), ""
)
if self.product_id.description_sale:
self.name += "\n" + self.product_id.description_sale
return res

0 comments on commit 001095c

Please sign in to comment.