diff options
Diffstat (limited to 'indoteknik_custom/models/stock_quant.py')
| -rw-r--r-- | indoteknik_custom/models/stock_quant.py | 8 |
1 files changed, 0 insertions, 8 deletions
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 |
