[ADD] theme 9.0

This commit is contained in:
Design
2021-05-11 15:45:12 +02:00
committed by Jeremy Kersten
commit ab6e6bb96c
3795 changed files with 143023 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="less" inherit_id="website.assets_frontend" active="True" priority="1">
<xpath expr="." position="inside">
<link href="/theme_bookstore/static/src/less/snippets/s_banner_3.less" rel="stylesheet" type="text/less"/>
<link href="/theme_bookstore/static/src/less/snippets/s_big_icon_circle.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
</data>
</openerp>
+146
View File
@@ -0,0 +1,146 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- BACKGROUNDS
================================================== -->
<record id="theme_loftspace.bg_img_01" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/01.jpg</field>
</record>
<record id="theme_loftspace.bg_img_02" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/02.jpg</field>
</record>
<record id="theme_loftspace.bg_img_03" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/03.jpg</field>
</record>
<record id="theme_loftspace.bg_img_04" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/04.jpg</field>
</record>
<record id="theme_loftspace.bg_img_05" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/05.jpg</field>
</record>
<record id="theme_loftspace.bg_img_06" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/06.jpg</field>
</record>
<record id="theme_loftspace.bg_img_07" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/07.jpg</field>
</record>
<record id="theme_loftspace.bg_img_08" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/08.jpg</field>
</record>
<record id="theme_loftspace.bg_img_09" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/09.jpg</field>
</record>
<record id="theme_loftspace.bg_img_10" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/backgrounds/10.jpg</field>
</record>
<!-- CONTENT
================================================== -->
<record id="theme_common.image_content_logo" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_logo.png</field>
</record>
<record id="theme_common.image_content_01" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_01.jpg</field>
</record>
<record id="theme_common.image_content_02" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_02.jpg</field>
</record>
<record id="theme_common.image_content_03" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_03.jpg</field>
</record>
<record id="theme_common.image_content_04" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_04.jpg</field>
</record>
<record id="theme_common.image_content_05" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_05.jpg</field>
</record>
<record id="theme_common.image_content_06" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_06.jpg</field>
</record>
<record id="theme_common.image_content_07" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_07.jpg</field>
</record>
<record id="theme_common.image_content_08" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_08.jpg</field>
</record>
<record id="theme_common.image_content_09" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_09.jpg</field>
</record>
<record id="theme_common.image_content_10" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_10.jpg</field>
</record>
<record id="theme_common.image_content_11" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/content_img_11.jpg</field>
</record>
<record id="theme_common.image_content_12" model="ir.attachment">
<field name="url">/theme_bookstore/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_bookstore/static/src/img/content/product_img_01.jpg</field>
</record>
<record id="theme_common.image_product_02" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_02.jpg</field>
</record>
<record id="theme_common.image_product_03" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_03.jpg</field>
</record>
<record id="theme_common.image_product_04" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_04.jpg</field>
</record>
<record id="theme_common.image_product_05" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_05.jpg</field>
</record>
<record id="theme_common.image_product_06" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_06.jpg</field>
</record>
<record id="theme_common.image_product_07" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_07.jpg</field>
</record>
<record id="theme_common.image_product_08" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_08.jpg</field>
</record>
<record id="theme_common.image_product_09" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_09.jpg</field>
</record>
<record id="theme_common.image_product_10" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_10.jpg</field>
</record>
<record id="theme_common.image_product_11" model="ir.attachment">
<field name="url">/theme_bookstore/static/src/img/content/product_img_11.jpg</field>
</record>
</data>
</openerp>
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="change_modal_title" inherit_id="theme_loftspace.theme_customize" name="Change Modal Title">
<xpath expr="//h4[contains(@class, 'modal-title')]" position="replace">
<h4 class="modal-title text-center" id="mySmallModalLabel">Customize Theme Bookstore</h4>
</xpath>
</template>
</data>
</openerp>
+40
View File
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="theme_loftspace.option_colorPreset4" model="ir.ui.view">
<field name="active" eval="False"/>
</record>
<record id="theme_loftspace.option_bg_08" model="ir.ui.view">
<field name="active" eval="False"/>
</record>
<record id="theme_loftspace.option_bg_03" model="ir.ui.view">
<field name="active" eval="False"/>
</record>
<record id="theme_loftspace.option_font_helvetica" model="ir.ui.view">
<field name="active" eval="False"/>
</record>
<record id="theme_loftspace.option_layout_fullwidth" model="ir.ui.view">
<field name="active" eval="False"/>
</record>
<record id="theme_loftspace.option_colorPreset1" model="ir.ui.view">
<field name="active" eval="True"/>
</record>
<record id="theme_loftspace.option_bg_color_07" model="ir.ui.view">
<field name="active" eval="True"/>
</record>
<record id="theme_loftspace.option_font_sourcesanspro" model="ir.ui.view">
<field name="active" eval="True"/>
</record>
<record id="theme_loftspace.option_layout_boxed" model="ir.ui.view">
<field name="active" eval="True"/>
</record>
</data>
</openerp>