Skip to content

Commit

Permalink
made changes applicable to version 16.0
Browse files Browse the repository at this point in the history
Co-authored-by: augusto-weiss <[email protected]>
  • Loading branch information
jue-adhoc and augusto-weiss authored Nov 28, 2024
1 parent f95a579 commit 2f56e1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sale_product_pack/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ def _get_update_prices_lines(self):
res = super()._get_update_prices_lines()
return res.filtered(
lambda line: not line.pack_parent_line_id
or line.pack_parent_line_id.pack_component_price == "detailed"
)

0 comments on commit 2f56e1c

Please sign in to comment.