From 826f19a3f5de7747192fd8ed4ba0c247084ed03c Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 20 Oct 2025 16:13:29 +0700 Subject: push locator --- indoteknik_custom/models/stock_quant.py | 6 ++++++ 1 file changed, 6 insertions(+) create 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 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 -- cgit v1.2.3