From c74c9fcad1ab1922842a6377264d0a1d2f34271d Mon Sep 17 00:00:00 2001 From: qsm-odoo Date: Wed, 12 May 2021 17:36:26 +0000 Subject: [PATCH] [FIX] theme_cobalt, theme_paptic: restore proper asset order Error made during migration of assets, those files became prepend to the bundle instead of append to... hopefully these are the only ones. Part of https://github.com/odoo/design-themes/pull/2 task-2491890 X-original-commit: 1fe3c6aecc020656e7c109d4594eba61f8983118 --- theme_cobalt/data/ir_asset.xml | 1 - theme_paptic/data/ir_asset.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/theme_cobalt/data/ir_asset.xml b/theme_cobalt/data/ir_asset.xml index b7fa301cb..9043aad52 100644 --- a/theme_cobalt/data/ir_asset.xml +++ b/theme_cobalt/data/ir_asset.xml @@ -6,7 +6,6 @@ theme_cobalt.primary_variables_scss Primary variables SCSS web._assets_primary_variables - prepend theme_cobalt/static/src/scss/primary_variables.scss diff --git a/theme_paptic/data/ir_asset.xml b/theme_paptic/data/ir_asset.xml index 97ebcae68..5d957208c 100644 --- a/theme_paptic/data/ir_asset.xml +++ b/theme_paptic/data/ir_asset.xml @@ -6,7 +6,6 @@ theme_paptic.primary_variables_scss Primary variables SCSS web._assets_primary_variables - prepend theme_paptic/static/src/scss/primary_variables.scss