Odoo check if a module is installed or not
Jeevachaithanyan Sivanandan

Jeevachaithanyan Sivanandan @jeevanizm

About: Software Engineer / Frontend Developer / Full Stack Developer - writes about JavaScript, Php, Python and more

Location:
United Kingdom
Joined:
Oct 8, 2023

Odoo check if a module is installed or not

Publish Date: May 30
1 0

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';

Comments 0 total

    Add comment