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)