summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/models/purchase_order_line.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order_line.py b/indoteknik_custom/models/purchase_order_line.py
index 6b7bbfc1..74b46e4c 100644
--- a/indoteknik_custom/models/purchase_order_line.py
+++ b/indoteknik_custom/models/purchase_order_line.py
@@ -53,7 +53,7 @@ class PurchaseOrderLine(models.Model):
)
self.price_unit = price_unit
- return
+ #return
price_unit = self.env['account.tax']._fix_tax_included_price_company(seller.price,
self.product_id.supplier_taxes_id,