From 10e171ea5389873fea3fb13c90242b322a37a990 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 18 Jul 2025 09:25:57 +0700 Subject: On change product otomatis terisi di requisition Create bills by search PO & SKU Create bills by upload --- fixco_custom/models/manage_stock.py | 1 - 1 file changed, 1 deletion(-) (limited to 'fixco_custom/models/manage_stock.py') diff --git a/fixco_custom/models/manage_stock.py b/fixco_custom/models/manage_stock.py index e654b4e..29d482f 100644 --- a/fixco_custom/models/manage_stock.py +++ b/fixco_custom/models/manage_stock.py @@ -78,7 +78,6 @@ class ManageStock(models.Model): 'partner_id': stock.vendor_id.id, 'taxes_id': stock.vendor_id.tax_id.id if stock.vendor_id.tax_id else False, 'price': price, - 'subtotal': subtotal, }) self.env['automatic.purchase.line'].create(lines_to_create) -- cgit v1.2.3