Closed rvalyi closed 1 year ago
Hi @rvalyi
web_responsive is part of OCA/web, so we need to add it to the src/odoo/spec.yaml.jinja file
web_responsive depends on web and mail modules, so adding only web_responsive to server_wide_modules leads to "corrupted" database if you just create a new one without installing any module.
To reproduce, just create a brand new database from the database manager...
I think we can add both, no? in the very rare case somebody don't want it he could comment it. I personally find myself spending way more time installating web_responsive or forgetting it.
seems non trivial to get working indeed. Sorry for the noise, closing.
this way web_responsive is always installed when you create a dev database and you feel better.