تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
3851 أدوات العرض

Hi Guys,

I tried to check the multi-company is enabled or not. But it returning empty records.

Can anyone help me to find whether the multi-company is enabled or not?

Note: Without creating any additional records

Code Snippet

multi_company = self.env['res.config.settings'].sudo().search([])

Tried Snippet

multi_company = self.env['ir.config_parameter'].sudo().get_param('group_multi_company')

Thanks in Advance


الصورة الرمزية
إهمال
الكاتب أفضل إجابة

Hi Everyone,

Got a solution by using the below code

multi_company = self.env['res.users'].has_group('base.group_multi_company')

Thank You All

الصورة الرمزية
إهمال
أفضل إجابة
multi_company = self.env['res.config.settings'].sudo().search([])
print(multi_company.group_multi_company)

If multi_company.group_multi_company is True => Multi-Company is enabled, if False, disabled.
الصورة الرمزية
إهمال
الكاتب

HI Kripal,

Thanks for your answer. But it's not working and the same code added in my description.

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
نوفمبر 20
3819
1
مارس 15
4665
4
أكتوبر 24
4012
0
مايو 23
1804
1
أبريل 21
2733