mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c74c9fcad1
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: 1fe3c6aecc
22 lines
937 B
XML
22 lines
937 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
|
|
<record id="theme_cobalt.primary_variables_scss" model="theme.ir.asset">
|
|
<field name="key">theme_cobalt.primary_variables_scss</field>
|
|
<field name="name">Primary variables SCSS</field>
|
|
<field name="bundle">web._assets_primary_variables</field>
|
|
<field name="path">theme_cobalt/static/src/scss/primary_variables.scss</field>
|
|
</record>
|
|
|
|
<record id="theme_cobalt.bootstrap_overridden_scss" model="theme.ir.asset">
|
|
<field name="key">theme_cobalt.bootstrap_overridden_scss</field>
|
|
<field name="name">Bootstrap overridden SCSS</field>
|
|
<field name="bundle">web._assets_frontend_helpers</field>
|
|
<field name="directive">prepend</field>
|
|
<field name="path">theme_cobalt/static/src/scss/bootstrap_overridden.scss</field>
|
|
</record>
|
|
|
|
</data>
|
|
</odoo>
|