diff options
Diffstat (limited to 'fixco_custom/models/manage_stock.py')
| -rw-r--r-- | fixco_custom/models/manage_stock.py | 1 |
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) |
