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';
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';
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)