summaryrefslogtreecommitdiff
path: root/fixco_custom/models/manage_stock.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-07-18 09:25:57 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-07-18 09:25:57 +0700
commit10e171ea5389873fea3fb13c90242b322a37a990 (patch)
tree9288e4c9693cb5ea1a3d18e66e0bb723f9be5133 /fixco_custom/models/manage_stock.py
parent66b6b5863a15377c91300079026b11e7f81d60e4 (diff)
On change product otomatis terisi di requisition
Create bills by search PO & SKU Create bills by upload
Diffstat (limited to 'fixco_custom/models/manage_stock.py')
-rw-r--r--fixco_custom/models/manage_stock.py1
1 files changed, 0 insertions, 1 deletions
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)