Hi, everyone is there anyway to get values from configuration settings without using the set and get parameters method? because in my multi company case value is displayed in settings but i'm unable to get that like this:
self.env['ir.config_parameter'].sudo().get_param('real_estate.account_journal_id')
how can i do that?