DEV Community

Jeevachaithanyan Sivanandan
Jeevachaithanyan Sivanandan

Posted on

Odoo check if a module is installed or not

If you need to check if a website is installed or not in the database for odoo

SELECT name,state FROM ir_module_module WHERE name = 'module_name';

Top comments (0)