summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/partner.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/partner.py')
-rw-r--r--indoteknik_custom/models/partner.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/models/partner.py b/indoteknik_custom/models/partner.py
new file mode 100644
index 00000000..46dc751a
--- /dev/null
+++ b/indoteknik_custom/models/partner.py
@@ -0,0 +1,7 @@
+from odoo import fields, models, api, _
+from odoo.exceptions import AccessError, UserError, ValidationError
+
+class kota(models.Model):
+ _inherit = 'vit.kota'
+
+ is_jabodetabek = fields.Boolean(string='Jabodetabek', default=False) \ No newline at end of file