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.py6
1 files changed, 6 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..05335115
--- /dev/null
+++ b/indoteknik_custom/models/stock_quant.py
@@ -0,0 +1,6 @@
+from odoo import _, api, fields, models
+
+class StockQuant(models.Model):
+ _inherit = 'stock.quant'
+
+ note = fields.Char(string="Note") \ No newline at end of file