Commit Graph

2 Commits

Author SHA1 Message Date
Benjamin Vray 77b2b97f3d [FIX] theme_*: fix the activation and deactivation of assets
Before this commit:

- The assets were not enabled or disabled when installing themes because
we searched for assets with the "key" field instead of the "name" field.

- The "Ripple Effect" was not correctly installed on several themes.
Because the variable and the assets were not both activated. Even if the
variable is not used, it is still necessary for the proper functioning
of the option (e.g. _computeWidgetState).

task-2686370

closes odoo/design-themes#539

Related: odoo/odoo#79783
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-12-22 17:06:47 +00:00
Brieuc-brd b48fe33a0b [ADD] theme_buzzy: add new theme buzzy
task-2582420

closes odoo/design-themes#500

Related: odoo/odoo#77118
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-09-24 04:52:34 +00:00