[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
+27
View File
@@ -0,0 +1,27 @@
Odoo Proprietary License v1.0
This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).
You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).
It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.
The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
View File
+16
View File
@@ -0,0 +1,16 @@
{
'name': 'Theme Real Estate eCommerce Plugin',
'description': 'Real Estate eCommerce Plugin',
'category': 'Theme/Hidden',
'sequence': 321,
'version': '1.0',
'author': 'Odoo S.A.',
'depends': ['theme_monglia_sale', 'theme_real_estate'],
'data': [
'views/assets.xml',
],
'demo': [
'demo/products.xml',
],
'auto_install': True,
}
+193
View File
@@ -0,0 +1,193 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Delete loftspace categories -->
<delete id="theme_monglia_sale.warm_food" model="product.public.category"/>
<delete id="theme_monglia_sale.hamburger" model="product.public.category"/>
<delete id="theme_monglia_sale.gyros" model="product.public.category"/>
<delete id="theme_monglia_sale.pizza" model="product.public.category"/>
<delete id="theme_monglia_sale.sandwich" model="product.public.category"/>
<delete id="theme_monglia_sale.cold_food" model="product.public.category"/>
<delete id="theme_monglia_sale.salad" model="product.public.category"/>
<delete id="theme_monglia_sale.pasta" model="product.public.category"/>
<!-- Create new categories -->
<record id="lamps" model="product.public.category">
<field name="name">Lamps</field>
</record>
<record id="candles" model="product.public.category">
<field name="name">Candles</field>
</record>
<record id="pillows" model="product.public.category">
<field name="name">Pillows</field>
</record>
<record id="vases" model="product.public.category">
<field name="name">Vases</field>
</record>
<record id="other_decorations" model="product.public.category">
<field name="name">Other Decorations</field>
</record>
<!-- Delete loftspace products -->
<delete id="theme_monglia_sale.product_1" model="product.product"/>
<delete id="theme_monglia_sale.product_2" model="product.product"/>
<delete id="theme_monglia_sale.product_3" model="product.product"/>
<delete id="theme_monglia_sale.product_4" model="product.product"/>
<delete id="theme_monglia_sale.product_5" model="product.product"/>
<delete id="theme_monglia_sale.product_6" model="product.product"/>
<delete id="theme_monglia_sale.product_7" model="product.product"/>
<delete id="theme_monglia_sale.product_8" model="product.product"/>
<delete id="theme_monglia_sale.product_9" model="product.product"/>
<delete id="theme_monglia_sale.product_10" model="product.product"/>
<delete id="theme_monglia_sale.product_11" model="product.product"/>
<delete id="theme_monglia_sale.product_12" model="product.product"/>
<delete id="theme_monglia_sale.product_13" model="product.product"/>
<delete id="theme_monglia_sale.product_14" model="product.product"/>
<delete id="theme_monglia_sale.product_15" model="product.product"/>
<delete id="theme_monglia_sale.product_template_16" model="product.template"/>
<!-- Create new products -->
<record id="product_1" model="product.product">
<field name="name">White Candles</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.candles')])]"/>
<field name="list_price">1.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_01.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_2" model="product.product">
<field name="name">Green Vase</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.vases')])]"/>
<field name="list_price">3.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_02.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_3" model="product.product">
<field name="name">Orange Vase</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.vases')])]"/>
<field name="list_price">5.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_03.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_4" model="product.product">
<field name="name">Black Candles</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.candles')])]"/>
<field name="list_price">9.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_04.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_5" model="product.product">
<field name="name">Living Room Standing Lamp</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.lamps')])]"/>
<field name="list_price">49.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_05.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_6" model="product.product">
<field name="name">Living Room Ceiling Lamp</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.lamps')])]"/>
<field name="list_price">39.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_06.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_7" model="product.product">
<field name="name">Beige Pillow</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.pillows')])]"/>
<field name="list_price">4.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_07.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_8" model="product.product">
<field name="name">Colored Pillows</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.pillows')])]"/>
<field name="list_price">19.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_08.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_9" model="product.product">
<field name="name">Blue and Green Vases</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.vases')])]"/>
<field name="list_price">9.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_09.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_10" model="product.product">
<field name="name">Yellow Vase</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.vases')])]"/>
<field name="list_price">5.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_10.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_11" model="product.product">
<field name="name">Pink Candles</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.candles')])]"/>
<field name="list_price">1.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_11.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_12" model="product.product">
<field name="name">Bamboo Box</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.other_decorations')])]"/>
<field name="list_price">19.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_12.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_13" model="product.product">
<field name="name">Green Vase</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.vases')])]"/>
<field name="list_price">5.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_13.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_14" model="product.product">
<field name="name">Black Lamp</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.lamps')])]"/>
<field name="list_price">12.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_14.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_15" model="product.product">
<field name="name">Antique Lamp</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.lamps')])]"/>
<field name="list_price">25.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_15.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
<record id="product_16" model="product.product">
<field name="name">Brown Lamp</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_real_estate_sale.lamps')])]"/>
<field name="list_price">12.0</field>
<field name="image" type="base64" file="theme_real_estate/static/src/img/content/product_img_16.jpg"/>
<field name="website_published" eval="True"/>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
</record>
</odoo>
@@ -0,0 +1,6 @@
#products_grid {
border: 1px solid @gray-lighter;
}
.oe_website_sale {
padding-bottom: 0;
}
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="less" inherit_id="theme_real_estate.less" active="True" priority="1">
<xpath expr="." position="inside">
<link href="/theme_real_estate_sale/static/src/less/layout_sale.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
</odoo>