From 645d973189a98e8efd9efec255741aa67b77e5f1 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 --- 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 179ed8dd3..335793bba 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 374283158..26b2c263b 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