[ADD] theme saas-11.3
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="less" inherit_id="website.assets_frontend" active="True" priority="1">
|
||||
<xpath expr="." position="inside">
|
||||
<link href="/theme_artists/static/src/less/layout.less" rel="stylesheet" type="text/less"/>
|
||||
<link href="/theme_artists/static/src/less/snippets/s_banner_3.less" rel="stylesheet" type="text/less"/>
|
||||
<link href="/theme_artists/static/src/less/snippets/s_banner_parallax.less" rel="stylesheet" type="text/less"/>
|
||||
<link href="/theme_artists/static/src/less/snippets/s_products_carousel.less" rel="stylesheet" type="text/less"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- Change fullwidth layout -->
|
||||
<template id="artists_layout_boxed" inherit_id="theme_monglia.option_layout_boxed" name="Artists Boxed Layout">
|
||||
<xpath expr="//link[last()]" position="after">
|
||||
<link href="/theme_artists/static/src/less/options/layout/boxed_2.less" rel="stylesheet" type="text/less"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- Put new font into modal -->
|
||||
<template id="artists_radley_font" inherit_id="theme_monglia.theme_customize" name="Artist Radley Font">
|
||||
<xpath expr="//div[contains(@id, 'font')]/div[hasclass('row')]" position="inside">
|
||||
<div class="col-xs-12">
|
||||
<label class="chd-fonts-combi center-block">
|
||||
<h4 style="font-family: Radley; font-size: 30px">Radley</h4>
|
||||
<input name="fontvar" type="radio" data-xmlid="theme_artists.option_font_radley"/>
|
||||
</label>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- Radley template -->
|
||||
<template id="option_font_radley" name="option_font_radley" inherit_id="website.assets_frontend" active="True">
|
||||
<xpath expr="//link[last()]" position="after"><link href="/theme_artists/static/src/less/options/fonts/radley.less" rel="stylesheet" type="text/less"/></xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- BACKGROUNDS -->
|
||||
<record id="theme_monglia.bg_img_01" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/01.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_02" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/02.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_03" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/03.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_04" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/04.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_05" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/05.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_06" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/06.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_07" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/07.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_08" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/08.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_09" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/09.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_10" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/10.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- CONTENT -->
|
||||
<record id="theme_common.image_content_logo" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_logo.png</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_01" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_01.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_02" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_02.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_03" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_03.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_04" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_04.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_05" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_05.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_06" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_06.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_07" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_07.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_08" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_08.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_09" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_09.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_10" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_10.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_11" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_11.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_12" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_12.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- PRODUCTS -->
|
||||
<record id="theme_common.image_product_01" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_01.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_02" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_02.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_03" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_03.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_04" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_04.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_05" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_05.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_06" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_06.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_07" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_07.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_08" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_08.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_09" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_09.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_10" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_10.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_11" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_11.jpg</field>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="theme_monglia.option_layout_boxed" model="ir.ui.view">
|
||||
<field name="active" eval="True"/>
|
||||
</record>
|
||||
<record id="theme_monglia.option_layout_fullwidth" model="ir.ui.view">
|
||||
<field name="active" eval="False"/>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.option_font_handlee" model="ir.ui.view">
|
||||
<field name="active" eval="False"/>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.option_colorPreset1" model="ir.ui.view">
|
||||
<field name="active" eval="False"/>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.option_colorPreset3" model="ir.ui.view">
|
||||
<field name="active" eval="True"/>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="snippet_selection" inherit_id="theme_monglia.snippet_selection">
|
||||
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]/t[@t-snippet='theme_common.s_full_menu']" position="replace"/>
|
||||
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]/t[@t-snippet='theme_common.s_compact_menu']" position="replace"/>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template name="Artists Banner Parallax" id="artists_s_banner_parallax" inherit_id="theme_common.s_banner_parallax">
|
||||
<xpath expr="//div[hasclass('col-md-9')]/*[last()]" position="replace"/>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user