From 85493aa6f97429a561ebf0ff1fa6baa3da9bd50c Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 28 Feb 2024 14:47:00 +0700 Subject: Add inherit stock quant --- indoteknik_custom/models/stock_quant.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 indoteknik_custom/models/stock_quant.py (limited to 'indoteknik_custom/models/stock_quant.py') diff --git a/indoteknik_custom/models/stock_quant.py b/indoteknik_custom/models/stock_quant.py deleted file mode 100644 index 9affcf4b..00000000 --- a/indoteknik_custom/models/stock_quant.py +++ /dev/null @@ -1,8 +0,0 @@ -import logging - -from odoo import _, api, fields, models -from odoo.exceptions import UserError -class StockQuant(models.Model): - _inherit = 'stock.quant' - - \ No newline at end of file -- cgit v1.2.3