Hello everyone,
My module for version 12 is conflicting with EE edition. I need to check by code if Odoo EE is installed and run a specific code based on the result.
Can anyone help me?
Thank you all in advance
Best regards
PM
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello everyone,
My module for version 12 is conflicting with EE edition. I need to check by code if Odoo EE is installed and run a specific code based on the result.
Can anyone help me?
Thank you all in advance
Best regards
PM
try to avoid having the same model names.
to check if it's enterprise you can try something like:
version_info = odoo.service.common.exp_version()version_info.get('server_version')version_info.get('server_version_info')
you need to check your code and change with different model,view id to avoid conflict.
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
juil. 22
|
3001 | ||
|
1
oct. 15
|
4505 | ||
|
3
mars 24
|
4579 | ||
|
1
juil. 23
|
1640 | ||
|
1
sept. 22
|
2693 |