summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindoteknik_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 8a3b3930..7af84b48 100755
--- a/indoteknik_custom/models/purchase_order_line.py
+++ b/indoteknik_custom/models/purchase_order_line.py
@@ -82,7 +82,7 @@ class PurchaseOrderLine(models.Model):
'sale_id': sale_id,
}
- @api.constrains('price_unit')
+ # @api.constrains('price_unit')
def constrains_purchase_price(self):
for line in self:
matches_so = self.env['purchase.order.sales.match'].search([