[ADD] theme saas-12.3

This commit is contained in:
Design
2021-05-20 10:57:04 +02:00
committed by Jeremy Kersten
commit b759230266
3024 changed files with 68920 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<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_bewise/static/src/scss/primary_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_bewise/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_discount.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_event_list.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_profile.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_icon_box.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_pricing.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_process_steps.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_timeline.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_color_blocks_2.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_color_blocks_4.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_big_image.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_big_image_parallax.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_team_profiles.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_text_highlight.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_big_icons.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_mini_nav_bar.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_color_blocks_img.scss"/>
<link rel="stylesheet" type="text/scss" href="/theme_bewise/static/src/scss/theme.scss"/>
</xpath>
<xpath expr="//script[last()]" position="after">
<script src="/theme_common/static/src/js/s_mini_nav_bar.js" type="text/javascript"/>
</xpath>
</template>
<template id="assets_editor" inherit_id="website.assets_editor">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/theme_common/static/src/js/s_progress_bar.js"></script>
</xpath>
</template>
</odoo>
+24
View File
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Customize -->
<template id="theme_customize" inherit_id="website.theme_customize">
<!-- Set number of fonts -->
<xpath expr="//t[@t-set='_nb_fonts']" position="attributes">
<attribute name="t-value">8</attribute>
</xpath>
<xpath expr="//content[@id='theme_customize_content_layout']/*" position="before">
<list>
<opt string="Show Menu" data-xmlid="" data-reload="/"/>
<opt string="Hide Menu" data-xmlid="theme_bewise.option_layout_hide_menu" data-reload="/"/>
</list>
</xpath>
</template>
<!-- Menu -->
<template id="option_layout_hide_menu" inherit_id="website.layout" active="False">
<xpath expr="//header" position="attributes">
<attribute name="t-attf-class" add="d-none" separator=" "/>
</xpath>
</template>
</odoo>
+115
View File
@@ -0,0 +1,115 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Theme logo -->
<record id="image_content_logo" model="theme.ir.attachment">
<field name="key">theme_common.image_content_logo</field>
<field name="name">theme_common.image_content_logo</field>
<field name="url">/theme_bewise/static/src/img/content/content_logo.png</field>
</record>
<record id="image_content_logo_small" model="theme.ir.attachment">
<field name="key">theme_common.image_content_logo_small</field>
<field name="name">theme_common.image_content_logo_small</field>
<field name="url">/theme_bewise/static/src/img/content/content_logo_small.png</field>
</record>
<!-- Image for img tags with variations -->
<record id="image_content_01" model="theme.ir.attachment">
<field name="key">theme_common.image_content_01</field>
<field name="name">theme_common.image_content_01</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_01.png</field>
</record>
<record id="image_content_02" model="theme.ir.attachment">
<field name="key">theme_common.image_content_02</field>
<field name="name">theme_common.image_content_02</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_02.png</field>
</record>
<record id="image_content_03" model="theme.ir.attachment">
<field name="key">theme_common.image_content_03</field>
<field name="name">theme_common.image_content_03</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_03.png</field>
</record>
<record id="image_content_04" model="theme.ir.attachment">
<field name="key">theme_common.image_content_04</field>
<field name="name">theme_common.image_content_04</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_04.png</field>
</record>
<record id="image_content_05" model="theme.ir.attachment">
<field name="key">theme_common.image_content_05</field>
<field name="name">theme_common.image_content_05</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_05.png</field>
</record>
<record id="image_content_06" model="theme.ir.attachment">
<field name="key">theme_common.image_content_06</field>
<field name="name">theme_common.image_content_06</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_06.png</field>
</record>
<record id="image_content_07" model="theme.ir.attachment">
<field name="key">theme_common.image_content_07</field>
<field name="name">theme_common.image_content_07</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_07.png</field>
</record>
<record id="image_content_08" model="theme.ir.attachment">
<field name="key">theme_common.image_content_08</field>
<field name="name">theme_common.image_content_08</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_08.png</field>
</record>
<record id="image_content_09" model="theme.ir.attachment">
<field name="key">theme_common.image_content_09</field>
<field name="name">theme_common.image_content_09</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_09.jpg</field>
</record>
<record id="image_content_10" model="theme.ir.attachment">
<field name="key">theme_common.image_content_10</field>
<field name="name">theme_common.image_content_10</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_10.jpg</field>
</record>
<record id="image_content_11" model="theme.ir.attachment">
<field name="key">theme_common.image_content_11</field>
<field name="name">theme_common.image_content_11</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_11.jpg</field>
</record>
<!--
<record id="image_content_12" model="theme.ir.attachment">
<field name="key">theme_common.image_content_12</field>
<field name="name">theme_common.image_content_12</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_12.jpg</field>
</record>
-->
<record id="image_content_13" model="theme.ir.attachment">
<field name="key">theme_common.image_content_13</field>
<field name="name">theme_common.image_content_13</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_13.jpg</field>
</record>
<record id="image_content_14" model="theme.ir.attachment">
<field name="key">theme_common.image_content_14</field>
<field name="name">theme_common.image_content_14</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_14.png</field>
</record>
<record id="image_content_15" model="theme.ir.attachment">
<field name="key">theme_common.image_content_15</field>
<field name="name">theme_common.image_content_15</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_15.png</field>
</record>
<record id="image_content_16" model="theme.ir.attachment">
<field name="key">theme_common.image_content_16</field>
<field name="name">theme_common.image_content_16</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_16.png</field>
</record>
<record id="image_content_17" model="theme.ir.attachment">
<field name="key">theme_common.image_content_17</field>
<field name="name">theme_common.image_content_17</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_17.png</field>
</record>
<record id="image_content_18" model="theme.ir.attachment">
<field name="key">theme_common.image_content_18</field>
<field name="name">theme_common.image_content_18</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_18.png</field>
</record>
<!-- Change default images of snippets -->
<record id="s_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_cover_default_image</field>
<field name="name">website.s_cover_default_image</field>
<field name="url">/theme_bewise/static/src/img/backgrounds/bg_img_06.jpg</field>
</record>
</odoo>
+52
View File
@@ -0,0 +1,52 @@
<odoo>
<record id="img_library_01" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_01</field>
<field name="name">theme_bewise.img_library_01</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_01.jpg</field>
</record>
<record id="img_library_02" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_02</field>
<field name="name">theme_bewise.img_library_02</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_02.jpg</field>
</record>
<record id="img_library_03" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_03</field>
<field name="name">theme_bewise.img_library_03</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_03.jpg</field>
</record>
<record id="img_library_04" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_04</field>
<field name="name">theme_bewise.img_library_04</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_04.jpg</field>
</record>
<record id="img_library_05" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_05</field>
<field name="name">theme_bewise.img_library_05</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_05.jpg</field>
</record>
<record id="img_library_06" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_06</field>
<field name="name">theme_bewise.img_library_06</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_06.jpg</field>
</record>
<record id="img_library_07" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_07</field>
<field name="name">theme_bewise.img_library_07</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_07.jpg</field>
</record>
<record id="img_library_08" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_08</field>
<field name="name">theme_bewise.img_library_08</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_08.jpg</field>
</record>
<record id="img_library_09" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_09</field>
<field name="name">theme_bewise.img_library_09</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_09.jpg</field>
</record>
<record id="img_library_10" model="theme.ir.attachment">
<field name="key">theme_bewise.img_library_10</field>
<field name="name">theme_bewise.img_library_10</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_10.jpg</field>
</record>
</odoo>
+34
View File
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="snippet_selection" inherit_id="website.snippets">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]/t[@t-snippet='website.s_cover']" position="after">
<t t-snippet="theme_common.s_color_blocks_2" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
<t t-snippet="theme_common.s_color_blocks_img" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
<t t-snippet="theme_common.s_color_blocks_4" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
<t t-snippet="theme_common.s_column" t-thumbnail="/theme_common/static/src/img/snippets/s_column.png"/>
<t t-snippet="theme_common.s_two_columns" t-thumbnail="/theme_common/static/src/img/snippets/s_two_columns.png"/>
<t t-snippet="theme_common.s_three_columns_circle" t-thumbnail="/theme_common/static/src/img/snippets/s_three_columns_circle.png"/>
</xpath>
<xpath expr="//div[@id='snippet_content']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_text_highlight" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
<t t-snippet="theme_common.s_big_icons" t-thumbnail="/theme_common/static/src/img/snippets/s_icon_box_circle.png"/>
<t t-snippet="theme_common.s_icon_box" t-thumbnail="/theme_common/static/src/img/snippets/s_icon_box.png"/>
<t t-snippet="theme_common.s_progress_bar" t-thumbnail="/theme_common/static/src/img/snippets/s_progress_bar.png"/>
</xpath>
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_team_profiles" t-thumbnail="/theme_common/static/src/img/snippets/s_profile.png"/>
<t t-snippet="theme_common.s_profile" t-thumbnail="/theme_common/static/src/img/snippets/s_profile.png"/>
<t t-snippet="theme_common.s_timeline" t-thumbnail="/theme_common/static/src/img/snippets/s_timeline.png"/>
<t t-snippet="theme_common.s_event_list" t-thumbnail="/theme_common/static/src/img/snippets/s_event_list.png"/>
<t t-snippet="theme_common.s_discount" t-thumbnail="/theme_common/static/src/img/snippets/s_comparison.png"/>
<t t-snippet="theme_common.s_pricing" t-thumbnail="/theme_common/static/src/img/snippets/s_comparison.png"/>
<t t-snippet="theme_common.s_process_steps" t-thumbnail="/theme_common/static/src/img/snippets/s_process_step.png"/>
</xpath>
<xpath expr="//div[@id='snippet_effect']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_big_image" t-thumbnail="/theme_common/static/src/img/snippets/s_big_image.png"/>
<t t-snippet="theme_common.s_big_image_parallax" t-thumbnail="/theme_common/static/src/img/snippets/s_big_image.png"/>
<t t-snippet="theme_common.s_mini_nav_bar" t-thumbnail="/theme_common/static/src/img/snippets/s_big_image.png"/>
<t t-snippet="theme_common.s_separator_nav" t-thumbnail="/theme_common/static/src/img/snippets/s_process_step.png"/>
</xpath>
</template>
</odoo>
+32
View File
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="bewise_snippet_options" inherit_id="website.snippet_options">
<xpath expr="//div[@data-js='background']" position="attributes">
<attribute name="data-selector" add="section, .carousel, .parallax, .s_color_blocks_2_block, .s_color_blocks_4_block, .s_big_image"/>
</xpath>
<xpath expr="//div[@data-js='background']" position="after">
<div data-js='sizing_x'
data-selector=".row.simple-stepwizard-row > .simple-stepwizard-step"
data-drop-in='.row.simple-stepwizard-row'/>
<div data-js="scroll_nav" data-selector="section">
<div class="dropdown-submenu">
<a tabindex="-1" href="#" class="dropdown-item"><i class="fa fa-mouse-pointer" />Scroll Nav</a>
<div class="dropdown-menu">
<a href="#" class="dropdown-item" data-select-class="o_scroll_nav">Enabled</a>
<a href="#" class="dropdown-item" data-select-class="">Disabled</a>
</div>
</div>
</div>
<div data-selector=".s_text_highlight"
data-drop-near="section, p, h1, h2, h3, blockquote, .card, .oe_share, .progress"/>
</xpath>
</template>
<template id="options_colorpicker" inherit_id="website.snippet_options">
<xpath expr="//div[@id='so_main_colorpicker']" position="attributes">
<attribute name="data-selector" add="section, .carousel, .parallax, .s_big_image, .s_team_profile_box, .s_color_blocks_2_block, .s_color_blocks_4_block, .s_event_list time, .s_text_highlight, .s_color_blocks_img_title"/>
</xpath>
</template>
</odoo>