I have faced an issue with the website module update related. Here the error code raise
odoo.addons.base.models.assetsbundle: Error: Undefined variable: "$theme-color".
on line 2783 of stdin
>> "product_label": $theme_color,
---------------------^
This error occured while compiling the bundle 'web.assets_frontend' containing:
- /web/static/lib/bootstrap/scss/_functions.scss
- /web/static/lib/bootstrap/scss/_mixins.scss
- /web/static/src/scss/bs_mixins_overrides.scss
- /web/static/src/scss/utils.scss
- /web/static/src/scss/primary_variables.scss
- /web_enterprise/static/src/scss/primary_variables.scss
- /web_editor/static/src/scss/web_editor.variables.scss
- /web_editor/static/src/scss/13_0_color_system_support_primary_variables.scss
- /mail/static/src/scss/variables.scss
- /portal/static/src/scss/primary_variables.scss
- /website/static/src/scss/primary_variables.scss
- /website/static/src/scss/options/user_values.custom.web.assets_common.scss
- /website/static/src/scss/options/colors/user_color_palette.custom.web.assets_common.scss
- /website/static/src/scss/options/colors/user_theme_color_palette.custom.web.assets_common.scss
- /website_sale/static/src/scss/primary_variables.scss
- /website/static/src/snippets/s_masonry_block/000_variables.scss
- /website/static/src/snippets/s_badge/000_variables.scss
I have tried to update with -u all and -u web and website also but the solution doesn't work for me.