hello,
i add a parameter to config setting , i want be true as defualt i add defualt = True to field but i could not chang the value later it still true
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
full_hide = fields.Boolean(string='Full hide',config_parameter='sd_module.full_hide',default=True)
then how can i get this value in form in another module form