need to create many2many values in base.config.settings but when open already created that field empty,
please guide me how to use many2many field in configuration model
class BaseConfigSettingsInherit(models.TransientModel):
_inherit = 'base.config.settings'
res_model_email = fields.Many2many('ir.model','partner_email_conf_relat','config_id','model_id',string="Models", help="Here Selected model Internal Log not only send email to Specfied Group users", store=True)