From 39495df4a7abaf16e0b4b5453d11fffb43d2a499 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Sat, 13 Aug 2022 10:30:20 +0700 Subject: fix purchase pricelist custom with no return in default code --- indoteknik_custom/models/purchase_order_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3