[FIX] website, theme_default: restore website creation UI
Commit https://github.com/odoo/odoo/commit/88e910e187346c095a6f0eeb8be647da1e391035 merged the inheritance of a view into the base view while the inherit was in fact a primary mode inherit. The modal buttons of website creation modal thus appeared in all website forms by mistake. This commit also takes advantage of the fix to fix the design of that creation modal (wrong classes on buttons). Also fixes https://github.com/odoo/odoo/commit/986415cf050efbd38a5834f9bbd3a37db1fd7933 which added a data file & folder in demo data by mistake. closes odoo/odoo#40175 Signed-off-by:Quentin Smetz (qsm) <qsm@odoo.com>
Showing
- addons/theme_default/__manifest__.py 1 addition, 1 deletionaddons/theme_default/__manifest__.py
- addons/website/models/res_config_settings.py 1 addition, 1 deletionaddons/website/models/res_config_settings.py
- addons/website/views/website_views.xml 13 additions, 3 deletionsaddons/website/views/website_views.xml
Please register or sign in to comment