mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
d53ae16a85
*: theme_anelusia, theme_avantgarde, theme_bookstore, theme_buzzy, theme_real_estate, theme_treehouse Since website refactor [1], a silent error would occur while rendering the theme tab, because of the use of `t-foreach`, leading to nothing being displayed depending of the theme. This was caused by a duplicate key in the `$o-selected-color-palettes-names` scss variable, added by some theme, which would make the `t-foreach` crash in `website.ThemeColorsOption`. Steps to reproduce: - Create a website using any of the above themes, through the wizard - Enter edit mode - Click on theme tab - Nothing is rendered [1]: https://github.com/odoo/odoo/commit/9fe45e2b7ddbbfd0445ffe25a859e67a316d02b2 opw-5020952 opw-5040694 closes odoo/design-themes#1132 Related: odoo/odoo#224076 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>