Skip to content

Commit

Permalink
Merge pull request #339 from Vauxoo/15.0
Browse files Browse the repository at this point in the history
Syncing from upstream Vauxoo/addons-vauxoo (15.0)
  • Loading branch information
bt-admin authored Aug 27, 2024
2 parents a0a4c37 + 960242e commit 8ff96aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions product_cost_usd/models/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def _compute_purchase_price(self):
"""
res = super()._compute_purchase_price()
for line in self:
line = line.with_company(line.company_id)
pricelist = line.order_id.pricelist_id
date = line.order_id.date_order
if not line.product_id:
Expand Down

0 comments on commit 8ff96aa

Please sign in to comment.