Hello, I've inherited the res.partner model and added 2 selection value in company_type field as like below
class InheritContract(models.Model):
_inherit = "res.partner"
company_type = fields.Selection(selection_add=[('vendor', 'Vendor'),('panel', 'Panel')])
These two selection value is showing but I can not select them. Does anyone have any solution? problem in the video link