Skip to content

Commit

Permalink
[FIX] mrp_bom_compute_sales_price
Browse files Browse the repository at this point in the history
  • Loading branch information
SMaciasOSI committed Jan 13, 2025
1 parent 020695f commit 49327b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mrp_bom_compute_sales_price/models/mrp_bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ def _compute_product_sale_price(self):
record.product_sale_price = 0
if record.bom_line_ids:
for line in record.bom_line_ids:
line.display_component_unit_sale_price = (
line.component_unit_sale_price
)
record.product_sale_price += line.component_total_sale_price
else:
record.product_sale_price = 0
Expand Down

0 comments on commit 49327b6

Please sign in to comment.