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';
About: Software Engineer / Frontend Developer / Full Stack Developer - writes about JavaScript, Php, Python and more
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';