[ADD] theme saas-11.3

This commit is contained in:
Design
2021-05-12 08:20:52 +02:00
committed by Jeremy Kersten
commit 68b9b836c0
3864 changed files with 222422 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 Loftspace eCommerce Plugin',
'description': 'Loftspace eCommerce Plugin',
'category': 'Hidden',
'sequence': 131,
'version': '1.0',
'depends': ['theme_loftspace', 'website_sale'],
'data': [
'views/theme.xml',
'views/layout.xml',
],
'demo': [
'demo/products.xml',
],
'auto_install': True,
}
+291
View File
@@ -0,0 +1,291 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<delete id="website_sale.sub_computers" model="product.public.category"/>
<delete id="website_sale.Components" model="product.public.category"/>
<delete id="website_sale.devices" model="product.public.category"/>
<delete id="website_sale.laptops" model="product.public.category"/>
<delete id="website_sale.network" model="product.public.category"/>
<delete id="website_sale.Computer_all_in_one" model="product.public.category"/>
<delete id="website_sale.External_Hard_Drive" model="product.public.category"/>
<delete id="website_sale.Headset" model="product.public.category"/>
<delete id="website_sale.Keyboard_Mouse" model="product.public.category"/>
<delete id="website_sale.Pen_Drive" model="product.public.category"/>
<delete id="website_sale.printer" model="product.public.category"/>
<delete id="website_sale.Screen" model="product.public.category"/>
<delete id="website_sale.server" model="product.public.category"/>
<delete id="website_sale.services" model="product.public.category"/>
<delete id="website_sale.Software" model="product.public.category"/>
<delete id="website_sale.Speakers" model="product.public.category"/>
<!-- Create new categories -->
<record id="living" model="product.public.category">
<field name="name">Living room</field>
</record>
<record id="sofa" model="product.public.category">
<field name="parent_id" ref="living"/>
<field name="name">Sofa</field>
</record>
<record id="armchair" model="product.public.category">
<field name="parent_id" ref="living"/>
<field name="name">Armchair</field>
</record>
<record id="cabinet" model="product.public.category">
<field name="parent_id" ref="living"/>
<field name="name">Cabinet</field>
</record>
<record id="table" model="product.public.category">
<field name="parent_id" ref="living"/>
<field name="name">Table</field>
</record>
<record id="bedroom" model="product.public.category">
<field name="name">Bedroom</field>
</record>
<record id="bed" model="product.public.category">
<field name="parent_id" ref="bedroom"/>
<field name="name">Bed</field>
</record>
<record id="accessories" model="product.public.category">
<field name="name">Accessories</field>
</record>
<record id="lamp" model="product.public.category">
<field name="parent_id" ref="accessories"/>
<field name="name">Lamp</field>
</record>
<record id="pillow" model="product.public.category">
<field name="parent_id" ref="accessories"/>
<field name="name">Pillow</field>
</record>
<record id="product_1" model="product.product">
<field name="name">White design chair</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.armchair')])]"/>
<field name="standard_price">899.0</field>
<field name="list_price">799.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_01.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_2" model="product.product">
<field name="name">Wooden table with 6 chairs</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.table')])]"/>
<field name="standard_price">1390.0</field>
<field name="list_price">1390.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_02.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_3" model="product.product">
<field name="name">Blue wooden cabinet</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.cabinet')])]"/>
<field name="standard_price">499.0</field>
<field name="list_price">499.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_03.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_4" model="product.product">
<field name="name">Gray textile sofa</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.sofa')])]"/>
<field name="standard_price">889.0</field>
<field name="list_price">829.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_04.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_5" model="product.product">
<field name="name">White lamp</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.lamp')])]"/>
<field name="standard_price">69.0</field>
<field name="list_price">69.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_05.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_6" model="product.product">
<field name="name">Antique cabinet</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.cabinet')])]"/>
<field name="standard_price">959.0</field>
<field name="list_price">959.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_06.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_7" model="product.product">
<field name="name">Pillows</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.pillow')])]"/>
<field name="standard_price">49.0</field>
<field name="list_price">49.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_07.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_8" model="product.product">
<field name="name">Red design chair</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.armchair')])]"/>
<field name="standard_price">589.0</field>
<field name="list_price">559.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_08.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_9" model="product.product">
<field name="name">White textil-leather sofa</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.sofa')])]"/>
<field name="standard_price">1019.0</field>
<field name="list_price">1019.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_09.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_10" model="product.product">
<field name="name">Red sofa with armchair</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.sofa')])]"/>
<field name="standard_price">1129.0</field>
<field name="list_price">1129.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_10.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_11" model="product.product">
<field name="name">Design lamp</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.lamp')])]"/>
<field name="standard_price">449.0</field>
<field name="list_price">449.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_11.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_12" model="product.product">
<field name="name">Beige sofa</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.sofa')])]"/>
<field name="standard_price">779.0</field>
<field name="list_price">779.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_12.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_13" model="product.product">
<field name="name">White antique table</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.table')])]"/>
<field name="standard_price">679.0</field>
<field name="list_price">679.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_13.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_14" model="product.product">
<field name="name">Wooden bed for one person</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.bed')])]"/>
<field name="standard_price">349.0</field>
<field name="list_price">349.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_14.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_15" model="product.product">
<field name="name">Brown leather armchair</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.armchair')])]"/>
<field name="standard_price">1149.0</field>
<field name="list_price">1149.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_15.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
<record id="product_16" model="product.product">
<field name="name">Black bed for two persons</field>
<field name="website_published">True</field>
<field name="website_sequence">99</field>
<field name="website_size_x">1</field>
<field name="website_size_y">2</field>
<field name="public_categ_ids" eval="[(6,0,[ref('theme_loftspace_sale.bed')])]"/>
<field name="standard_price">859.0</field>
<field name="list_price">859.0</field>
<field name="type">consu</field>
<field name="image" type="base64" file="theme_loftspace/static/src/img/content/product_img_16.jpg"/>
<field name="uom_id" ref="uom.product_uom_unit"/>
<field name="uom_po_id" ref="uom.product_uom_unit"/>
</record>
</data>
</openerp>
+197
View File
@@ -0,0 +1,197 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_loftspace_sale
#
# Translators:
# Martin Trigaux, 2019
# Ermin Trevisan <trevi@twanda.com>, 2019
# Dejan Dinic, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:03+0000\n"
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
"Last-Translator: Dejan Dinic, 2019\n"
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.product
msgid ""
"<i class=\"fa fa-shopping-cart\"/>\n"
" Add to Cart"
msgstr ""
"<i class=\"fa fa-shopping-cart\"/>\n"
"In den Einkaufskorb"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.accessories
msgid "Accessories"
msgstr "Zubehör"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_6
#: model:product.template,name:theme_loftspace_sale.product_6_product_template
msgid "Antique cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.armchair
msgid "Armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bed
msgid "Bed"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bedroom
msgid "Bedroom"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_12
#: model:product.template,name:theme_loftspace_sale.product_12_product_template
msgid "Beige sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_16
#: model:product.template,name:theme_loftspace_sale.product_16_product_template
msgid "Black bed for two persons"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_3
#: model:product.template,name:theme_loftspace_sale.product_3_product_template
msgid "Blue wooden cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_15
#: model:product.template,name:theme_loftspace_sale.product_15_product_template
msgid "Brown leather armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.cabinet
msgid "Cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_11
#: model:product.template,name:theme_loftspace_sale.product_11_product_template
msgid "Design lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_4
#: model:product.template,name:theme_loftspace_sale.product_4_product_template
msgid "Gray textile sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.lamp
msgid "Lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.living
msgid "Living room"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.pillow
msgid "Pillow"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_7
#: model:product.template,name:theme_loftspace_sale.product_7_product_template
msgid "Pillows"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_categories
msgid "Product categories"
msgstr "Produktkategorie"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_filters
msgid "Product filters"
msgstr "Produktfilter"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_8
#: model:product.template,name:theme_loftspace_sale.product_8_product_template
msgid "Red design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_10
#: model:product.template,name:theme_loftspace_sale.product_10_product_template
msgid "Red sofa with armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "Search..."
msgstr "Suchen..."
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.sofa
msgid "Sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.table
msgid "Table"
msgstr "Tabelle"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_13
#: model:product.template,name:theme_loftspace_sale.product_13_product_template
msgid "White antique table"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_1
#: model:product.template,name:theme_loftspace_sale.product_1_product_template
msgid "White design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_5
#: model:product.template,name:theme_loftspace_sale.product_5_product_template
msgid "White lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_9
#: model:product.template,name:theme_loftspace_sale.product_9_product_template
msgid "White textil-leather sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_14
#: model:product.template,name:theme_loftspace_sale.product_14_product_template
msgid "Wooden bed for one person"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_2
#: model:product.template,name:theme_loftspace_sale.product_2_product_template
msgid "Wooden table with 6 chairs"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "pagination form-inline col-md-12"
msgstr "pagination form-inline col-md-12"
+189
View File
@@ -0,0 +1,189 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_loftspace_sale
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-24 12:53+0000\n"
"PO-Revision-Date: 2017-03-24 12:53+0000\n"
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.product
msgid ""
"<i class=\"fa fa-shopping-cart\"/>\n"
" Add to Cart"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.accessories
msgid "Accessories"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_6
#: model:product.template,name:theme_loftspace_sale.product_6_product_template
msgid "Antique cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.armchair
msgid "Armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bed
msgid "Bed"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bedroom
msgid "Bedroom"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_12
#: model:product.template,name:theme_loftspace_sale.product_12_product_template
msgid "Beige sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_16
#: model:product.template,name:theme_loftspace_sale.product_16_product_template
msgid "Black bed for two persons"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_3
#: model:product.template,name:theme_loftspace_sale.product_3_product_template
msgid "Blue wooden cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_15
#: model:product.template,name:theme_loftspace_sale.product_15_product_template
msgid "Brown leather armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.cabinet
msgid "Cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_11
#: model:product.template,name:theme_loftspace_sale.product_11_product_template
msgid "Design lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_4
#: model:product.template,name:theme_loftspace_sale.product_4_product_template
msgid "Gray textile sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.lamp
msgid "Lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.living
msgid "Living room"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.pillow
msgid "Pillow"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_7
#: model:product.template,name:theme_loftspace_sale.product_7_product_template
msgid "Pillows"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_categories
msgid "Product categories"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_filters
msgid "Product filters"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_8
#: model:product.template,name:theme_loftspace_sale.product_8_product_template
msgid "Red design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_10
#: model:product.template,name:theme_loftspace_sale.product_10_product_template
msgid "Red sofa with armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "Search..."
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.sofa
msgid "Sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.table
msgid "Table"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_13
#: model:product.template,name:theme_loftspace_sale.product_13_product_template
msgid "White antique table"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_1
#: model:product.template,name:theme_loftspace_sale.product_1_product_template
msgid "White design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_5
#: model:product.template,name:theme_loftspace_sale.product_5_product_template
msgid "White lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_9
#: model:product.template,name:theme_loftspace_sale.product_9_product_template
msgid "White textil-leather sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_14
#: model:product.template,name:theme_loftspace_sale.product_14_product_template
msgid "Wooden bed for one person"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_2
#: model:product.template,name:theme_loftspace_sale.product_2_product_template
msgid "Wooden table with 6 chairs"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "pagination form-inline col-md-12"
msgstr ""
+193
View File
@@ -0,0 +1,193 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_loftspace_sale
#
# Translators:
# Martin Trigaux, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:03+0000\n"
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
"Last-Translator: Martin Trigaux, 2019\n"
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.product
msgid ""
"<i class=\"fa fa-shopping-cart\"/>\n"
" Add to Cart"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.accessories
msgid "Accessories"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_6
#: model:product.template,name:theme_loftspace_sale.product_6_product_template
msgid "Antique cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.armchair
msgid "Armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bed
msgid "Bed"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bedroom
msgid "Bedroom"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_12
#: model:product.template,name:theme_loftspace_sale.product_12_product_template
msgid "Beige sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_16
#: model:product.template,name:theme_loftspace_sale.product_16_product_template
msgid "Black bed for two persons"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_3
#: model:product.template,name:theme_loftspace_sale.product_3_product_template
msgid "Blue wooden cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_15
#: model:product.template,name:theme_loftspace_sale.product_15_product_template
msgid "Brown leather armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.cabinet
msgid "Cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_11
#: model:product.template,name:theme_loftspace_sale.product_11_product_template
msgid "Design lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_4
#: model:product.template,name:theme_loftspace_sale.product_4_product_template
msgid "Gray textile sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.lamp
msgid "Lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.living
msgid "Living room"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.pillow
msgid "Pillow"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_7
#: model:product.template,name:theme_loftspace_sale.product_7_product_template
msgid "Pillows"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_categories
msgid "Product categories"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_filters
msgid "Product filters"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_8
#: model:product.template,name:theme_loftspace_sale.product_8_product_template
msgid "Red design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_10
#: model:product.template,name:theme_loftspace_sale.product_10_product_template
msgid "Red sofa with armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "Search..."
msgstr "Recherche…"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.sofa
msgid "Sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.table
msgid "Table"
msgstr "Table"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_13
#: model:product.template,name:theme_loftspace_sale.product_13_product_template
msgid "White antique table"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_1
#: model:product.template,name:theme_loftspace_sale.product_1_product_template
msgid "White design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_5
#: model:product.template,name:theme_loftspace_sale.product_5_product_template
msgid "White lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_9
#: model:product.template,name:theme_loftspace_sale.product_9_product_template
msgid "White textil-leather sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_14
#: model:product.template,name:theme_loftspace_sale.product_14_product_template
msgid "Wooden bed for one person"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_2
#: model:product.template,name:theme_loftspace_sale.product_2_product_template
msgid "Wooden table with 6 chairs"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "pagination form-inline col-md-12"
msgstr ""
+195
View File
@@ -0,0 +1,195 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_loftspace_sale
#
# Translators:
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:03+0000\n"
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2019\n"
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.product
msgid ""
"<i class=\"fa fa-shopping-cart\"/>\n"
" Add to Cart"
msgstr ""
"<i class=\"fa fa-shopping-cart\"/>\n"
" Toevoegen aan winkelmandje"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.accessories
msgid "Accessories"
msgstr "Accessoires"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_6
#: model:product.template,name:theme_loftspace_sale.product_6_product_template
msgid "Antique cabinet"
msgstr "Antieke kast"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.armchair
msgid "Armchair"
msgstr "Fauteuil"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bed
msgid "Bed"
msgstr "Be"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bedroom
msgid "Bedroom"
msgstr "Slaapkame"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_12
#: model:product.template,name:theme_loftspace_sale.product_12_product_template
msgid "Beige sofa"
msgstr "Beige zetel"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_16
#: model:product.template,name:theme_loftspace_sale.product_16_product_template
msgid "Black bed for two persons"
msgstr "Zwart bed voor twee personen"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_3
#: model:product.template,name:theme_loftspace_sale.product_3_product_template
msgid "Blue wooden cabinet"
msgstr "Blauw houten kastje"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_15
#: model:product.template,name:theme_loftspace_sale.product_15_product_template
msgid "Brown leather armchair"
msgstr "Bruin leren fauteuil"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.cabinet
msgid "Cabinet"
msgstr "Kast"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_11
#: model:product.template,name:theme_loftspace_sale.product_11_product_template
msgid "Design lamp"
msgstr "Design lamp"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_4
#: model:product.template,name:theme_loftspace_sale.product_4_product_template
msgid "Gray textile sofa"
msgstr "Grijze textiel bank"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.lamp
msgid "Lamp"
msgstr "Lamp"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.living
msgid "Living room"
msgstr "Woonkamer"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.pillow
msgid "Pillow"
msgstr "Kussen"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_7
#: model:product.template,name:theme_loftspace_sale.product_7_product_template
msgid "Pillows"
msgstr "Kussens"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_categories
msgid "Product categories"
msgstr "Productcategorieën"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_filters
msgid "Product filters"
msgstr "Product filters"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_8
#: model:product.template,name:theme_loftspace_sale.product_8_product_template
msgid "Red design chair"
msgstr "Rode design stoel"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_10
#: model:product.template,name:theme_loftspace_sale.product_10_product_template
msgid "Red sofa with armchair"
msgstr "Rode bank met fauteuil"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "Search..."
msgstr "Zoek..."
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.sofa
msgid "Sofa"
msgstr "Zetel"
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.table
msgid "Table"
msgstr "Tafel"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_13
#: model:product.template,name:theme_loftspace_sale.product_13_product_template
msgid "White antique table"
msgstr "Witte antieke tafel"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_1
#: model:product.template,name:theme_loftspace_sale.product_1_product_template
msgid "White design chair"
msgstr "Witte design stoel"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_5
#: model:product.template,name:theme_loftspace_sale.product_5_product_template
msgid "White lamp"
msgstr "Witte lamp"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_9
#: model:product.template,name:theme_loftspace_sale.product_9_product_template
msgid "White textil-leather sofa"
msgstr "Wit textiel leren zetel"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_14
#: model:product.template,name:theme_loftspace_sale.product_14_product_template
msgid "Wooden bed for one person"
msgstr "Houten bed voor één persoon"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_2
#: model:product.template,name:theme_loftspace_sale.product_2_product_template
msgid "Wooden table with 6 chairs"
msgstr "Houten tafel met 6 stoelen"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "pagination form-inline col-md-12"
msgstr "pagination form-inline col-md-12"
@@ -0,0 +1,189 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_loftspace_sale
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:03+0000\n"
"PO-Revision-Date: 2019-04-24 08:03+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.product
msgid "<i class=\"fa fa-shopping-cart\"/>\n"
" Add to Cart"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.accessories
msgid "Accessories"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_6
#: model:product.template,name:theme_loftspace_sale.product_6_product_template
msgid "Antique cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.armchair
msgid "Armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bed
msgid "Bed"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bedroom
msgid "Bedroom"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_12
#: model:product.template,name:theme_loftspace_sale.product_12_product_template
msgid "Beige sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_16
#: model:product.template,name:theme_loftspace_sale.product_16_product_template
msgid "Black bed for two persons"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_3
#: model:product.template,name:theme_loftspace_sale.product_3_product_template
msgid "Blue wooden cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_15
#: model:product.template,name:theme_loftspace_sale.product_15_product_template
msgid "Brown leather armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.cabinet
msgid "Cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_11
#: model:product.template,name:theme_loftspace_sale.product_11_product_template
msgid "Design lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_4
#: model:product.template,name:theme_loftspace_sale.product_4_product_template
msgid "Gray textile sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.lamp
msgid "Lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.living
msgid "Living room"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.pillow
msgid "Pillow"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_7
#: model:product.template,name:theme_loftspace_sale.product_7_product_template
msgid "Pillows"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_categories
msgid "Product categories"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_filters
msgid "Product filters"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_8
#: model:product.template,name:theme_loftspace_sale.product_8_product_template
msgid "Red design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_10
#: model:product.template,name:theme_loftspace_sale.product_10_product_template
msgid "Red sofa with armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "Search..."
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.sofa
msgid "Sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.table
msgid "Table"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_13
#: model:product.template,name:theme_loftspace_sale.product_13_product_template
msgid "White antique table"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_1
#: model:product.template,name:theme_loftspace_sale.product_1_product_template
msgid "White design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_5
#: model:product.template,name:theme_loftspace_sale.product_5_product_template
msgid "White lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_9
#: model:product.template,name:theme_loftspace_sale.product_9_product_template
msgid "White textil-leather sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_14
#: model:product.template,name:theme_loftspace_sale.product_14_product_template
msgid "Wooden bed for one person"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_2
#: model:product.template,name:theme_loftspace_sale.product_2_product_template
msgid "Wooden table with 6 chairs"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "pagination form-inline col-md-12"
msgstr ""
+194
View File
@@ -0,0 +1,194 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_loftspace_sale
#
# Translators:
# liAnGjiA <liangjia@qq.com>, 2019
# Martin Trigaux, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:03+0000\n"
"PO-Revision-Date: 2019-04-24 11:19+0000\n"
"Last-Translator: Martin Trigaux, 2019\n"
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.product
msgid ""
"<i class=\"fa fa-shopping-cart\"/>\n"
" Add to Cart"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.accessories
msgid "Accessories"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_6
#: model:product.template,name:theme_loftspace_sale.product_6_product_template
msgid "Antique cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.armchair
msgid "Armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bed
msgid "Bed"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.bedroom
msgid "Bedroom"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_12
#: model:product.template,name:theme_loftspace_sale.product_12_product_template
msgid "Beige sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_16
#: model:product.template,name:theme_loftspace_sale.product_16_product_template
msgid "Black bed for two persons"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_3
#: model:product.template,name:theme_loftspace_sale.product_3_product_template
msgid "Blue wooden cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_15
#: model:product.template,name:theme_loftspace_sale.product_15_product_template
msgid "Brown leather armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.cabinet
msgid "Cabinet"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_11
#: model:product.template,name:theme_loftspace_sale.product_11_product_template
msgid "Design lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_4
#: model:product.template,name:theme_loftspace_sale.product_4_product_template
msgid "Gray textile sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.lamp
msgid "Lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.living
msgid "Living room"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.pillow
msgid "Pillow"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_7
#: model:product.template,name:theme_loftspace_sale.product_7_product_template
msgid "Pillows"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_categories
msgid "Product categories"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.products_filters
msgid "Product filters"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_8
#: model:product.template,name:theme_loftspace_sale.product_8_product_template
msgid "Red design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_10
#: model:product.template,name:theme_loftspace_sale.product_10_product_template
msgid "Red sofa with armchair"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "Search..."
msgstr "搜索..."
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.sofa
msgid "Sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.public.category,name:theme_loftspace_sale.table
msgid "Table"
msgstr "桌台"
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_13
#: model:product.template,name:theme_loftspace_sale.product_13_product_template
msgid "White antique table"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_1
#: model:product.template,name:theme_loftspace_sale.product_1_product_template
msgid "White design chair"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_5
#: model:product.template,name:theme_loftspace_sale.product_5_product_template
msgid "White lamp"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_9
#: model:product.template,name:theme_loftspace_sale.product_9_product_template
msgid "White textil-leather sofa"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_14
#: model:product.template,name:theme_loftspace_sale.product_14_product_template
msgid "Wooden bed for one person"
msgstr ""
#. module: theme_loftspace_sale
#: model:product.product,name:theme_loftspace_sale.product_2
#: model:product.template,name:theme_loftspace_sale.product_2_product_template
msgid "Wooden table with 6 chairs"
msgstr ""
#. module: theme_loftspace_sale
#: model:ir.ui.view,arch_db:theme_loftspace_sale.search
msgid "pagination form-inline col-md-12"
msgstr ""
@@ -0,0 +1,505 @@
#wrap > .container-fluid form.pagination, #wrap > .container form.pagination {
float: none;
width: 100%;
}
.oe_website_sale {
overflow: hidden;
padding-bottom: 20px;
background-color: @color-alpha;
.oe_product_cart {
&:hover {
border: 1px solid @gray-lighter;
}
.in {
background-color: rgba(0, 0, 0, 0.5);
}
}
.oe_product {
border: 0;
h5 {
a {
color: @color-epsilon;
}
}
.ribbon {
background-color: red;
top: 0px;
width: 145px;
}
// Product name, price and quick cart part
section {
padding: 0px 15px;
h5 {
padding: 10px 0px;
font-size: 13px;
margin: 0px;
text-align: left;
border-bottom: 1px solid @gray-lighter;
a {
color: @color-delta;
&:hover {
text-decoration: none;
}
}
}
.text-info {
text-align: left;
color: @gray-light;
}
.oe_subdescription {
margin-bottom: 0px;
}
.product_price {
font-size: 12px;
position: relative;
text-align: left;
padding: 0;
b {
.text-danger {
color: red;
}
}
.btn-default { // cart btn
background: rgba(0, 0, 0, 0);
border: none;
font-size: 15px;
position: relative;
padding-right: 0px;
top: -6px;
padding-bottom: 0px;
}
}
}
}
}
#products_grid {
padding-left: 15px;
background-color: white;
table, tbody {
background-color: rgba(0, 0, 0, 0) !important;
}
.products_pager {
margin-top: 15px;
ul {
a {
border: rgba(0, 0, 0, 0);
color: @gray;
min-width: 35px;
}
}
}
.pagination > .active > a {
border-bottom: 3px solid @color-epsilon;
background-color: rgba(0, 0, 0, 0);
color: @color-epsilon;
}
.pagination a {
.transition (all 0.3s ease-out);
&:hover {
border-bottom: 3px solid @color-delta;
background: rgba(0, 0, 0, 0);
color: @gray-light;
}
}
.products_pager > ul {
li:first-child > a {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
li:last-child > a {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
}
}
/* =================== Search =================== */
#wrap {
.search {
background-color: @color-beta;
}
}
.js_sale .search form {
padding-right: 0px;
}
.pagination {
padding-left: 15px;
}
.form-inline .input-group {
background-color: rgba(0, 0, 0, 0);
border-bottom: 1px solid @color-epsilon;
padding-right: 0;
width: 100%;
.form-control {
width: 100%;
.BorderRadius (0px);
height: 50px;
box-shadow: none;
text-transform: lowercase;
border: none;
&:focus {
box-shadow: none;
}
}
::-webkit-input-placeholder { color:@color-epsilon; }
::-moz-placeholder { color:@color-epsilon; }
:-ms-input-placeholder { color:@color-epsilon; }
input:-moz-placeholder { color:@color-epsilon; }
.input-group-btn {
width: 50px;
.btn-default {
background-color: rgba(0, 0, 0, 0);
.BorderRadius (0px);
height: 50px;
width: 50px;
&:hover {
background-color: rgba(0, 0, 0, 0) !important;
color: white;
}
}
.btn {
line-height: 2.5;
}
}
}
/* =================== Categories =================== */
#products_grid_before {
padding-top: 0px;
padding-bottom: 800em;
margin-bottom: -800em;
background-color: @color-delta;
>.row {
margin-bottom: 20px;
}
#o_shop_collapse_category li {
padding-left: 15px;
i {
color: @color-epsilon;
}
}
.nav-pills > li.active > a {
background-color: rgba(0, 0, 0, 0);
color: @color-epsilon;
&:hover {
background-color: @gray-dark;
}
}
ul.nav-stacked {
li {
a {
font-size: 16px;
color: @color-epsilon;
margin: 1px 0px;
padding-right: 0;
&:hover, &:focus {
background-color: @gray-dark;
color: @color-beta;
}
}
}
}
.nav-pills > li > ul {
padding-left: 15px;
}
> ul > li > a {
color: @color-epsilon;
text-transform: uppercase;
font-size: 18px !important;
}
.category-name {
font-size: 25px;
text-transform: uppercase;
text-align: left;
margin-top: 0px;
padding: 10px 15px;
color: @color-alpha;
}
/* =========== Filters ========== */
.js_attributes {
padding: 0px 15px 15px 15px;
strong {
display: block;
padding-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
color: @color-gamma;
text-transform: uppercase;
}
.css_attribute_color.active {
border: 5px ridge @color-alpha;
}
li > ul {
display: block;
}
label > span {
color: @gray;
}
}
}
/* =================== Product page =================== */
.js_sale {
> .container:first-child {
margin-top: 0 !important;
}
.breadcrumb {
padding-top: 20px;
background: rgba(0, 0, 0, 0);
border-bottom: 1px solid @gray-lighter;
li {
font-size: 15px;
a {
color: @color-gamma;
}
}
}
}
#product_detail {
.form-inline {
width: 100%;
}
.col-md-5 {
padding: 40px;
}
}
.oe_website_sale.container {
width: 100%;
}
.js_add_cart_variants > li {
> strong {
font-size: 20px;
}
}
.js_add_cart_variants {
color: @gray;
/* ======== PRICE ======== */
.oe_price_h4 {
font-size: 25px;
.oe_currency_value {
font-size: 25px;
}
span {
font-size: 25px;
}
}
}
.discount .oe_default_price {
display: inline-block;
}
.product-description {
text-align: center;
font-size: 18px;
}
#add_to_cart {
padding: 30px;
min-width: 240px;
display: inline-block;
.transition (all 0.5s ease-out);
.fa {
font-size: 30px;
padding-right: 10px;
}
}
/* ======= ADD QUANTITY ========= */
.oe_website_spinner {
margin-bottom: 25px;
max-width: 160px;
width: 100%;
height: 50px;
@media (max-width: @screen-sm-max) {
margin-left: 0;
}
.input-group-addon {
border-radius: 0px;
width: 50px;
color: white;
&:first-child, &:last-child {
border: none;
background-color: @gray;
}
a {
color: white;
}
}
.js_quantity {
text-align: center;
border-color: @gray;
height: 50px;
}
input {
height: 50px;
}
}
.badge, .active > a > .badge {
padding: 5px 10px;
margin-left: 15px;
background-color: @color-epsilon;
color: white;
min-width: 28px;
}
.list-unstyled .css_attribute_color.active {
border: 3px solid @color-gamma;
}
#website_sale_recommended_products {
padding: 30px;
h3 {
text-align: center;
border-bottom: 5px solid @color-epsilon;
padding-bottom: 20px;
color: @color-gamma;
}
.row {
padding: 0 15px;
}
.col-md-2 {
margin-top: 10px;
min-height: 160px;
span {
color: @color-epsilon;
}
}
}
/* ===================== Product list view ======================= */
.oe_list {
margin: 5px 0 5px 15px;
border: 1px solid @gray-lighter;
width: 90% !important;
section {
h5 {
text-align: left !important;
font-size: 24px !important;
border-bottom: none !important;
}
.product_price {
display: inline-block;
font-size: 18px !important;
}
.oe_subdescription {
max-width: 70%;
}
}
}
/* =================== Modal =================== */
#modal_optional_products {
.modal-title {
background: rgba(0, 0, 0, 0);
}
.input-group {
border-collapse: inherit;
}
}
/* =================== Shopping cart =================== */
.oe_website_sale {
color: @gray;
.oe_cart {
.btn {
@media (max-width: @screen-xs-max) {
padding: 10px;
}
}
.btn-primary {
background-color: @color-epsilon;
color: white;
&:hover {
background-color: @color-mu;
}
}
strong {
color: @gray;
}
.well {
background-color: rgba(0, 0, 0, 0);
}
#cart_products {
img {
max-width: 100px;
}
}
.oe_website_spinner {
width: auto;
margin: auto;
border-collapse: inherit;
}
.a-submit {
padding: 20px 0px;
min-width: 150px;
}
h4 .oe_currency_value, h4 .text-right {
font-size: 16px;
}
}
#right_column {
color: @gray;
a {
color: red;
}
.btn {
.BorderRadius (0px);
border: none;
}
.input-group-btn {
padding-left: 5px;
}
h4 {
color: @gray;
border-bottom: 1px solid @gray;
font-size: 22px;
font-weight: bold;
}
.fa {
padding-right: 5px;
}
}
.wizard {
padding-right: 15px;
box-shadow: none;
@media (max-width:@screen-sm-min) {
padding-right: 0px;
}
}
}
#payment_method {
.oe_sale_acquirer_button {
.btn-primary {
background-color: @color-epsilon;
color: white;
&:hover {
background-color: @color-mu;
}
}
}
}
/* ======================== PAY =========================== */
.oe_sale_acquirer_button {
.btn {
min-width: 150px;
text-transform: uppercase;
font-size: 20px;
margin-bottom: 20px;
}
}
.oe_website_sale_tx_status {
// This was introduced as a fix to correct a layout problem (uncleared
// pull-right button in the block before).
clear: both;
padding-top: 4px;
}
+124
View File
@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- Product grid view -->
<template id="products" inherit_id='website_sale.products' name="Products" priority="15">
<xpath expr="//*[contains(@id, 'products_grid')]//*[1]" position="before">
<t t-call="theme_loftspace_sale.search"/>
</xpath>
<!-- Add pager to the top and bottom -->
<xpath expr="//div[@id='products_grid']/*[1]" position="before">
<div class="products_pager">
<div class="row">
<t t-call="website_sale.pricelist_list"/>
<t t-call="website.pager"/>
</div>
</div>
</xpath>
<xpath expr="//div[@id='products_grid']/*[last()]" position="after">
<div class="products_pager">
<div class="row">
<t t-call="website_sale.pricelist_list"/>
<t t-call="website.pager"/>
</div>
</div>
</xpath>
<!-- Remove original pager -->
<xpath expr="//div[hasclass('products_pager')]" position="replace">
</xpath>
<xpath expr="//div[hasclass('oe_website_sale')]/div[hasclass('products_pager')]" position="replace">
</xpath>
<xpath expr="//div[hasclass('js_sale')]/*[last()]" position="replace">
<div class="oe_structure"/>
</xpath>
</template>
<!-- Rearrange product page -->
<template id="product" inherit_id='website_sale.product' name="Product">
<!-- Widen breadcrumb -->
<xpath expr="//*[@id='wrap']//*[hasclass('row')]/*[1]" position="attributes">
<attribute name="class">col-sm-12</attribute>
</xpath>
<!-- Move Published button -->
<xpath expr="//*[@id='wrap']//*[hasclass('row')]/*[3]" position="attributes">
<attribute name="class">col-sm-12</attribute>
<attribute name="id">website_published_button</attribute>
</xpath>
<!-- Move search bar -->
<xpath expr="//*[@id='wrap']//*[hasclass('row')]/*[2]" position="replace">
</xpath>
<xpath expr="//*[@id='wrap']//*[hasclass('row')]" position="before">
<t t-call="theme_loftspace_sale.search"/>
</xpath>
<!-- Hide useless hr -->
<xpath expr="//div[hasclass('col-lg-offset-1')]/hr" position="replace">
</xpath>
<!-- New add to cart button -->
<xpath expr="//a[@id='add_to_cart']" position="replace">
<a id="add_to_cart" class="btn btn-success btn-lg mt8 js_check_product a-submit center-block" href="#">
<i class="fa fa-shopping-cart"/>
Add to Cart
</a>
</xpath>
</template>
<!-- Add class to recommended products -->
<template id="recommended_products" inherit_id="website_sale.recommended_products" name="Alternative Products">
<xpath expr="//div[hasclass('container')]" position="attributes">
<attribute name='id'>website_sale_recommended_products</attribute>
</xpath>
</template>
<!-- Add h3 tag to the category list -->
<template id="products_categories" inherit_id="website_sale.products_categories" name="Product Categories">
<xpath expr="//div[@id='products_grid_before']/ul" position="before">
<h3 class="category-name">Product categories</h3>
</xpath>
<xpath expr="//div[@id='products_grid_before']" position="attributes">
<attribute name="class">col-md-3 col-sm-4 hidden-xs</attribute>
</xpath>
<xpath expr="//div[@id='products_grid']" position="attributes">
<attribute name="class">col-md-9 col-sm-8</attribute>
</xpath>
</template>
<!-- Add h3 tag before filters -->
<template id="products_filters" inherit_id="website_sale.products_attributes" name="Product Filters">
<xpath expr="//form[hasclass('js_attributes')]" position="before">
<h3 class="category-name">Product filters</h3>
</xpath>
</template>
<record id="website_sale.products_add_to_cart" model="ir.ui.view">
<field name="active" eval='True'/>
</record>
<record id="website_sale.products_categories" model="ir.ui.view">
<field name="active" eval='True'/>
</record>
<template id="search" name="search">
<div class="row">
<div class="col-md-12">
<t t-if="not keep">
<form action="/shop" method="get" class="pagination form-inline">
<div class="input-group">
<input name="search" class="search-query form-control" placeholder="Search..." type="text"/>
<span class="input-group-btn">
<a class="btn btn-default a-submit"><i class="fa fa-search"/></a>
</span>
</div>
</form>
</t>
<t t-if="keep">
<t t-call="website_sale.search">
<t t-set="search_class">pagination form-inline col-md-12</t>
</t>
</t>
</div>
</div>
</template>
</data>
</openerp>
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="less" name="theme_loftspace_sale_less" inherit_id="website.assets_frontend">
<xpath expr="//link[last()]" position="after">
<link href="/theme_loftspace_sale/static/src/less/theme_ecommerce.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
</data>
</openerp>