summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/uom_uom.py
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-11-03 12:06:14 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-11-03 12:06:14 +0700
commit215411bc6cf4413941f978e4bf4d2f0658f8bd58 (patch)
tree4b4b4754512761bdacab9e7a01141f45e2348ff5 /indoteknik_custom/models/uom_uom.py
parentd636c09592c484fddd436e6881c5052fd06c028a (diff)
<Miqdad> uom coretax id
Diffstat (limited to 'indoteknik_custom/models/uom_uom.py')
-rw-r--r--indoteknik_custom/models/uom_uom.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/models/uom_uom.py b/indoteknik_custom/models/uom_uom.py
new file mode 100644
index 00000000..32e53d73
--- /dev/null
+++ b/indoteknik_custom/models/uom_uom.py
@@ -0,0 +1,6 @@
+from odoo import fields, models, api, _
+
+class Uom(models.Model):
+ _inherit = 'uom.uom'
+
+ coretax_id = fields.Char(string='Coretax ID')