akretion / docky-odoo-template

This a project template to use with docky
2 stars 13 forks source link

always install web_responsive by default #90

Closed rvalyi closed 1 year ago

rvalyi commented 1 year ago

this way web_responsive is always installed when you create a dev database and you feel better.

metaminux commented 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...

rvalyi commented 1 year ago

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.

rvalyi commented 1 year ago

seems non trivial to get working indeed. Sorry for the noise, closing.