[ADD] theme 13.0

This commit is contained in:
Design
2021-05-11 15:59:09 +02:00
committed by Jeremy Kersten
commit a2747ad88b
2859 changed files with 66469 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="_assets_utils" inherit_id="web._assets_utils">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_graphene/static/src/scss/mixins.scss"/>
</xpath>
</template>
<template id="_assets_primary_variables" inherit_id="website._assets_primary_variables" priority="1">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_graphene/static/src/scss/primary_variables.scss"/>
</xpath>
</template>
<template id="_assets_secondary_variables" inherit_id="website._assets_secondary_variables" priority="1">
<xpath expr="//link" position="before">
<link rel="stylesheet" type="text/scss" href="/theme_graphene/static/src/scss/secondary_variables.scss"/>
</xpath>
</template>
<template id="_assets_frontend_helpers" inherit_id="website._assets_frontend_helpers" priority="1">
<xpath expr="//link" position="before">
<link rel="stylesheet" type="text/scss" href="/theme_graphene/static/src/scss/bootstrap_overridden.scss"/>
</xpath>
</template>
<template id="assets_frontend" inherit_id="website.assets_frontend" priority="1">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_media_list.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_animated_boxes.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_showcase.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_masonry_block.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_showcase_slider.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_graphene/static/src/scss/images.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_graphene/static/src/scss/main.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_graphene/static/src/scss/main.font.scss"/>
</xpath>
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/theme_common/static/src/js/s_animated_boxes_frontend.js"/>
<script type="text/javascript" src="/theme_common/static/src/js/s_showcase_slider_frontend.js"/>
<script type="text/javascript" src="/theme_common/static/lib/YTPlayer/jquery.mb.YTPlayer.js"/>
<script type="text/javascript" src="/theme_graphene/static/src/js/graphene.frontend.js"/>
<script type="text/javascript" src="/theme_graphene/static/src/js/graphene.ext.frontend.js"/>
</xpath>
</template>
<template id="assets_editor" inherit_id="website.assets_editor">
<xpath expr="." position="inside">
<script type="text/javascript" src="/theme_common/static/src/js/s_showcase_editor.js"/>
<script type="text/javascript" src="/theme_common/static/src/js/s_animated_boxes_editor.js"/>
<script type="text/javascript" src="/theme_common/static/src/js/s_showcase_slider_editor.js"/>
<script type="text/javascript" src="/theme_graphene/static/src/js/graphene.editor.js"/>
<script type="text/javascript" src="/theme_graphene/static/src/js/graphene.ext.editor.js"/>
</xpath>
</template>
</odoo>