summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_quant.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/stock_quant.py')
-rw-r--r--indoteknik_custom/models/stock_quant.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_quant.py b/indoteknik_custom/models/stock_quant.py
new file mode 100644
index 00000000..9affcf4b
--- /dev/null
+++ b/indoteknik_custom/models/stock_quant.py
@@ -0,0 +1,8 @@
+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