[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
+1
View File
@@ -0,0 +1 @@
*.pyc
+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.
+1
View File
@@ -0,0 +1 @@
import controllers
+12
View File
@@ -0,0 +1,12 @@
{
'name':'Google Map Snippet',
'description':'Google Map Snippet',
'category': 'Website',
'version':'1.1',
'author':'Odoo S.A.',
'data': [
'views/assets.xml',
'views/s_google_map.xml',
],
'depends': ['theme_common'],
}
@@ -0,0 +1 @@
import main
+17
View File
@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import json
from openerp import http
from openerp.http import request
class SnipperGoogleMap(http.Controller):
@http.route('/website/google_maps_api_key', type='json', auth='public', website=True)
def google_maps_api_key(self, **post):
google_maps_api_key = request.env['ir.config_parameter'].sudo().get_param('google_maps_api_key')
data = {
'google_maps_api_key': google_maps_api_key or ''
}
return json.dumps(data)
+134
View File
@@ -0,0 +1,134 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_google_map
#
# Translators:
# Ermin Trevisan <trevi@twanda.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 12:48+0000\n"
"Last-Translator: Ermin Trevisan <trevi@twanda.com>, 2017\n"
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map
msgid ""
"<font>Visit us:</font>\n"
" <span> Our office is located in the northeast of Brussels. TEL (555) "
"432 2365 </span>"
msgstr ""
"<font>Besuchen Sie uns:</font>\n"
"<span>Sie finden uns im Norden von Brüssel. TEL (555) 432 2365 </span>"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-cog\"/>Map Options"
msgstr "<i class=\"fa fa-fw fa-cog\"/>Karten-Optionen"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-road\"/>Type"
msgstr "<i class=\"fa fa-fw fa-road\"/>Typ"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-search\"/>Zoom"
msgstr "<i class=\"fa fa-fw fa-search\"/>Zoom"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:16
#, python-format
msgid "Address"
msgstr "Adresse"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:37
#, python-format
msgid "Cancel"
msgstr "Abbrechen"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:10
#, python-format
msgid "Close"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:12
#, python-format
msgid "Customize your map"
msgstr "Passen Sie Ihre Karte an"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:31
#, python-format
msgid "Default"
msgstr "Standard"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:30
#, python-format
msgid "Flat"
msgstr "Minimalistisch"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Hybrid"
msgstr "Hybrid"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:27
#, python-format
msgid "Marker Style"
msgstr "Marker-Stil"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "RoadMap"
msgstr "Straßenkarte"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Satellite"
msgstr "Satellit"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:38
#, python-format
msgid "Save"
msgstr "Speichern"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Terrain"
msgstr "Gelände"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:19
#, python-format
msgid "Your address"
msgstr "Ihre Adresse"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:23
#, python-format
msgid "e.g. De Brouckere, Brussels, Belgium"
msgstr "z.B. De Brouckere, Brüssel, Belgien"
+135
View File
@@ -0,0 +1,135 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_google_map
#
# Translators:
# Daniel Blanco <daniel@blancomartin.com.ar>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 12:48+0000\n"
"Last-Translator: Daniel Blanco <daniel@blancomartin.com.ar>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map
msgid ""
"<font>Visit us:</font>\n"
" <span> Our office is located in the northeast of Brussels. TEL (555) "
"432 2365 </span>"
msgstr ""
"<font>Visítenos:</font>\n"
" <span> Nuestra oficina está ubicada al noreste de Bruselas. TEL "
"(555) 432 2365 </span>"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-cog\"/>Map Options"
msgstr "<i class=\"fa fa-fw fa-cog\"/>Opciones de Mapas"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-road\"/>Type"
msgstr "<i class=\"fa fa-fw fa-road\"/>Tipo"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-search\"/>Zoom"
msgstr "<i class=\"fa fa-fw fa-search\"/>Acercar"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:16
#, python-format
msgid "Address"
msgstr "Dirección"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:37
#, python-format
msgid "Cancel"
msgstr "Cancelar"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:10
#, python-format
msgid "Close"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:12
#, python-format
msgid "Customize your map"
msgstr "Personalizar su mapa"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:31
#, python-format
msgid "Default"
msgstr "Por defecto"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:30
#, python-format
msgid "Flat"
msgstr "Plano"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Hybrid"
msgstr "Híbrido"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:27
#, python-format
msgid "Marker Style"
msgstr "Estilo del marcador"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "RoadMap"
msgstr "Mapa de ruta"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Satellite"
msgstr "Satelite"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:38
#, python-format
msgid "Save"
msgstr "Guardar"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Terrain"
msgstr "Terreno"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:19
#, python-format
msgid "Your address"
msgstr "Su dirección"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:23
#, python-format
msgid "e.g. De Brouckere, Brussels, Belgium"
msgstr "P. Ej. De Brouckere, Bruselas, Bélgica"
+129
View File
@@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_google_map
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 12:48+0000\n"
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map
msgid ""
"<font>Visit us:</font>\n"
" <span> Our office is located in the northeast of Brussels. TEL (555) "
"432 2365 </span>"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-cog\"/>Map Options"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-road\"/>Type"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-search\"/>Zoom"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:16
#, python-format
msgid "Address"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:37
#, python-format
msgid "Cancel"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:10
#, python-format
msgid "Close"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:12
#, python-format
msgid "Customize your map"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:31
#, python-format
msgid "Default"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:30
#, python-format
msgid "Flat"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Hybrid"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:27
#, python-format
msgid "Marker Style"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "RoadMap"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Satellite"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:38
#, python-format
msgid "Save"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Terrain"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:19
#, python-format
msgid "Your address"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:23
#, python-format
msgid "e.g. De Brouckere, Brussels, Belgium"
msgstr ""
+132
View File
@@ -0,0 +1,132 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_google_map
#
# Translators:
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
"PO-Revision-Date: 2017-03-24 12:48+0000\n"
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2017\n"
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map
msgid ""
"<font>Visit us:</font>\n"
" <span> Our office is located in the northeast of Brussels. TEL (555) "
"432 2365 </span>"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-cog\"/>Map Options"
msgstr "<i class=\"fa fa-fw fa-cog\"/>Map opties"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-road\"/>Type"
msgstr "<i class=\"fa fa-fw fa-road\"/>Soort"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-search\"/>Zoom"
msgstr "<i class=\"fa fa-fw fa-search\"/>Zoom"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:16
#, python-format
msgid "Address"
msgstr "Adres"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:37
#, python-format
msgid "Cancel"
msgstr "Cancel"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:10
#, python-format
msgid "Close"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:12
#, python-format
msgid "Customize your map"
msgstr "Personaliseer uw kaart"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:31
#, python-format
msgid "Default"
msgstr "Standaard"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:30
#, python-format
msgid "Flat"
msgstr "Vast"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Hybrid"
msgstr "Hybride"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:27
#, python-format
msgid "Marker Style"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "RoadMap"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Satellite"
msgstr "Satteliet"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:38
#, python-format
msgid "Save"
msgstr "Opslaan"
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Terrain"
msgstr "Terrein"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:19
#, python-format
msgid "Your address"
msgstr "Uw adres"
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:23
#, python-format
msgid "e.g. De Brouckere, Brussels, Belgium"
msgstr "b.v De Brouckere, Brussel, België"
@@ -0,0 +1,128 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_google_map
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:26+0000\n"
"PO-Revision-Date: 2017-04-21 12:26+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: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map
msgid "<font>Visit us:</font>\n"
" <span> Our office is located in the northeast of Brussels. TEL (555) 432 2365 </span>"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-cog\"/>Map Options"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-road\"/>Type"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "<i class=\"fa fa-fw fa-search\"/>Zoom"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:16
#, python-format
msgid "Address"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:37
#, python-format
msgid "Cancel"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:10
#, python-format
msgid "Close"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:12
#, python-format
msgid "Customize your map"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:31
#, python-format
msgid "Default"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:30
#, python-format
msgid "Flat"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Hybrid"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:27
#, python-format
msgid "Marker Style"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "RoadMap"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Satellite"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:38
#, python-format
msgid "Save"
msgstr ""
#. module: snippet_google_map
#: model:ir.ui.view,arch_db:snippet_google_map.s_google_map_option
msgid "Terrain"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:19
#, python-format
msgid "Your address"
msgstr ""
#. module: snippet_google_map
#. openerp-web
#: code:addons/snippet_google_map/static/src/xml/s_google_map_modal.xml:23
#, python-format
msgid "e.g. De Brouckere, Brussels, Belgium"
msgstr ""
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

@@ -0,0 +1,24 @@
<div class="container">
<p>The Google Map Snippet embeds a Google Map on your site. This is a great way to display the location of your business or event. Add a title and address for the location to display in the snippet.</p>
<br/>
<br/>
<small>When you start typing an address, the page populates a list of autocomplete suggestions powered by Google.</small>
<img src="screen_1.jpg" class="img-responsive" alt="">
<br/>
<br/>
<div class="row">
<div class="col-sm-6">
<h4>Map Type</h4>
<img src="screen_2.jpg" class="img-responsive" alt="">
</div>
<div class="col-sm-6">
<h4>Map Zoom</h4>
<img src="screen_3.jpg" class="img-responsive" alt="">
</div>
</div>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

@@ -0,0 +1,95 @@
odoo.define('snippet_google_map.s_google_map_editor', function (require) {
'use strict';
var ajax = require('web.ajax');
var core = require('web.core');
var s_options = require('web_editor.snippets.options');
var QWeb = core.qweb;
ajax.loadXML('/snippet_google_map/static/src/xml/s_google_map_modal.xml', core.qweb);
s_options.registry.map = s_options.Class.extend({
map: function (type, value, $li) {
if (type !== 'click') return;
var self = this;
self.$modal = $(QWeb.render("snippet_google_map.s_google_map_modal"));
self.$modal.appendTo('body');
self.$modal.modal();
self.$modal.on('shown.bs.modal', function () {
self.$modal.find("#pin_address").val(self.$target.attr('data-pin-address'));
self.$modal.find("#pin_style").val(self.$target.attr('data-pin-style'));
self.$modal.find("#placeBk").val(self.$target.attr('data-map-gps'));
var autocomplete = new google.maps.places.Autocomplete((self.$modal.find('#pin_address').get(0)), {types: ['geocode']});
google.maps.event.addListener(autocomplete, 'place_changed', function () {
var place = autocomplete.getPlace();
if (!place.geometry) {
self.$modal.find("#placeBk").val("(50.854975,4.3753899)");
} else {
self.$modal.find("#placeBk").val(place.geometry.location);
}
});
});
self.$modal.find("#sub_map").on('click', function () {
if (!self.$modal.find("#placeBk").val()) {
self.$modal.find("#placeBk").val("(50.854975,4.3753899)")
}
self.$target.attr('data-map-gps', (self.$modal.find("#placeBk").val()));
self.$target.attr('data-pin-style', (self.$modal.find("#pin_style").val()));
self.$target.attr('data-pin-address', (self.$modal.find("#pin_address").val()));
self.$modal.modal('hide');
self.$target.data('snippet-view').redraw();
});
},
map_type: function (type, value, $li) {
if (type !== 'click') return;
this.$target.attr('data-map-type', value);
this.$target.attr('data-map-color', "");
this.$target.data('snippet-view').redraw();
},
map_color: function (type, value, $li) {
if (type !== 'click') return;
this.$target.attr('data-map-color', value);
this.$target.data('snippet-view').redraw();
},
map_zoom: function (type, value, $li) {
if (type !== 'click') return;
this.$target.attr('data-map-zoom', value);
this.$target.data('snippet-view').redraw();
},
map_gps: function (type, value, $li) {
this.$target.attr('data-map-gps', value);
this.$target.data('snippet-view').redraw();
},
set_active: function () {
this.$el.find('[data-map_type]')
.removeClass('active')
.filter('[data-map_type="'+this.$target.attr('data-map-type')+'"]')
.addClass('active');
this.$el.find('[data-map_color]')
.removeClass('active')
.filter('[data-map_color="'+this.$target.attr('data-map-color')+'"]')
.addClass('active');
this.$el.find('[data-map_zoom]')
.removeClass('active')
.filter('[data-map_zoom="'+this.$target.attr('data-map-zoom')+'"]')
.addClass('active');
this.$el.find('[data-map_gps]')
.removeClass('active')
.filter('[data-map_gps="'+this.$target.attr('data-map-gps')+'"]')
.addClass('active');
},
drop_and_build_snippet: function () {
this.map('click', null, null);
},
});
});
@@ -0,0 +1,118 @@
odoo.define('snippet_google_map.s_google_map_frontend', function (require) {
'use strict';
var s_animation = require('web_editor.snippets.animation');
var ajax = require('web.ajax');
s_animation.registry.s_google_map = s_animation.Class.extend({
selector : "section.s_google_map",
start: function () {
if (typeof google !== 'object' || typeof google.maps !== 'object') {
if (!s_animation.registry.s_google_map.isScriptLoading) {
s_animation.registry.s_google_map.isScriptLoading = true;
window.odoo_snippet_google_map_redraw_all = function odoo_snippet_google_map_redraw_all() {
_.each($('section.s_google_map'), function (map) {
$(map).data('snippet-view') && $(map).data('snippet-view').redraw();
});
s_animation.registry.s_google_map.isScriptLoading = false;
};
ajax.jsonRpc("/website/google_maps_api_key", 'call', {})
.then(function(data) {
var key_param = '';
var data_json = JSON.parse(data)
if (data_json.google_maps_api_key !== '') {
key_param = '&key=' + data_json.google_maps_api_key
}
$('head').append($('<script/>', {
type: "text/javascript",
src: "https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places&callback=odoo_snippet_google_map_redraw_all" + key_param,
}));
});
}
} else {
this.redraw();
}
},
redraw: function () {
// Define a default map's colors set
var std = [];
var stdMap = new google.maps.StyledMapType(std, {name: "Std Map"});
// Default options, will be overwritten by the user
var myOptions = {
zoom:12,
center:new google.maps.LatLng(50.854975,4.3753899),
mapTypeId: google.maps.MapTypeId.ROADMAP,
panControl: false,
zoomControl: false,
mapTypeControl: false,
streetViewControl: false,
scrollwheel:false,
mapTypeControlOptions: {
mapTypeIds: [google.maps.MapTypeId.ROADMAP, 'map_style']
}
};
// Render Map
var mapC = this.$target.find('.map_container'),
map = new google.maps.Map(mapC.get(0), myOptions);
// Update GPS position
var p = this.$target.attr('data-map-gps').substring(1).slice(0, -1).split(',');
var gps = new google.maps.LatLng(p[0], p[1]);
map.setCenter(gps);
// Update Map on screen resize
google.maps.event.addDomListener(window, 'resize', function () {
map.setCenter(gps);
});
// Create Marker & Infowindow
if (this.$target.attr('data-pin-style') == "flat") {
var marker_url = '/snippet_google_map/static/src/img/marker.png';
var marker = new google.maps.Marker({
map: map,
animation: google.maps.Animation.DROP,
position: new google.maps.LatLng(p[0],p[1]),
icon: marker_url
});
} else {
var marker = new google.maps.Marker({
map: map,
animation: google.maps.Animation.DROP,
position: new google.maps.LatLng(p[0], p[1])
});
}
// Update Map Type
map.setMapTypeId(google.maps.MapTypeId[this.$target.attr('data-map-type')]);
// Update Map Zoom
map.setZoom(parseInt(this.$target.attr('data-map-zoom')));
// Update Map Color
if (this.$target.attr('data-map-color') != "") {
this.update_map_color(map);
}
},
update_map_color: function (map) {
var mapColor = eval("this." + this.$target.attr('data-map-color'));
var thisMap = new google.maps.StyledMapType(mapColor, {name: "Styled Map"});
map.mapTypes.set('map_style', thisMap);
map.setMapTypeId('map_style');
},
});
// This prototype permit to save if the google maps script is already loading or not.
// This script cannot be loaded 2 times, so if we have 2 snippets in the same view
// we don't want to call 2 times the scripts because the first one is not finished.
// And we cannot put in in an asset because we don't want to load this script on each
// page, but only page with a google maps snippet...
s_animation.registry.s_google_map.prototype.isScriptLoading = false;
});
@@ -0,0 +1,113 @@
// ======= Variables ============================
// ==============================================
// Change main snippet's propriety easily
// es. @s_google_map-desc-bg: red;
@s_google_map-desc-alpha : 0.80;
@s_google_map-desc-hover-alpha : 0.55;
@s_google_map-desc-bg : @brand-primary;
@s_google_map-desc-hover-bg : @brand-primary;
@s_google_map-desc-p-color : white;
@s_google_map-desc-p-color : white;
// ====== hooks(hook) =====================================
// ===========================================================
// Use them to inject NEW rules or overwrite the old ones.
// This method is more maintenable than classic css overwrite
// 'couse it works also if the snippet's structure will change.
// How to:
// in your theme, just call the backdoor like a normal
// CSS class adding parethesis at the end ".backdoor-name()"
// (this will prevent the creation of a standard CSS class).
// Add your rules inside. Your style will take the priority.
// Done.
// .s_google_map-hook() {
// background: red;
// min-height: 200px;
// }
.s_google_map-hook() {}
.s_google_map-desc-hook() {}
.s_google_map-desc-p-hook() {}
.s_google_map-desc-span-hook() {}
// Default Style ================================
// ==============================================
.s_google_map {
height: 100%;
min-height: 300px;
position: relative;
.s_google_map-hook(); //.s_google_map backdoor
.map_container {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
&.readable{
.map_container {
position: relative;
}
}
.description{
z-index: 99;
background: @s_google_map-desc-bg;
background: rgba(red(@s_google_map-desc-bg), green(@s_google_map-desc-bg), blue(@s_google_map-desc-bg) , @s_google_map-desc-alpha);
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
padding: 0 1em;
color: white;
.transition(background-color 250ms ease);
.s_google_map-desc-hook(); //.description backdoor
font {
float: left;
margin-top: 20px;
margin-bottom: 15px;
font-weight: bold;
text-transform: uppercase;
.s_google_map-desc-p-hook(); //.description p backdoor
}
span{
float: left;
text-transform: none;
font-weight: normal;
margin-top: 20px;
margin-left: 10px;
.s_google_map-desc-span-hook(); //.description span backdoor
}
}
&:hover .description{
background: @s_google_map-desc-hover-bg;
background: rgba(red(@s_google_map-desc-hover-bg), green(@s_google_map-desc-hover-bg), blue(@s_google_map-desc-hover-bg) , @s_google_map-desc-hover-alpha);
}
}
#mapModal {
z-index: 3000;
}
.pac-container { // google map autosuggestion
z-index: 3001;
&:after {
display:none;
}
}
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="snippet_google_map.s_google_map_modal">
<div class="modal fade" id="mapModal" contenteditable="False" contentEditable="false" backdrop="false" tabindex="1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">×</span>
<span class="sr-only">Close</span>
</button>
<h4 class="modal-title">Customize your map</h4>
</div>
<div class="modal-body" contenteditable="false">
<div class="form-group">
<label for="pin_address text-right" class="col-sm-3 control-label text-right">Address</label>
<div class="input-group col-sm-8">
<div class="input-group-addon"><i class="fa fa-building-o"/></div>
<input type="text" class="form-control" id="pin_address" placeholder="Your address"/>
<input type="hidden" id="placeBk"/>
</div>
<div class="col-sm-8 col-sm-offset-3">
<small class="help-block">e.g. De Brouckere, Brussels, Belgium</small>
</div>
</div>
<div class="form-group">
<label for="pin_style" class="col-sm-3 control-label text-right">Marker Style</label>
<div class="input-group col-sm-8">
<select id="pin_style" name="pin_style" class=" col-sm-5">
<option value="flat">Flat</option>
<option>Default</option>
</select>
</div>
</div>
</div>
<div class="modal-footer">
<button id="cancel" data-dismiss="modal" class="btn btn-primary">Cancel</button>
<button id="sub_map" class="btn btn-danger">Save</button>
</div>
</div>
</div>
</div>
</t>
</templates>
+23
View File
@@ -0,0 +1,23 @@
<openerp>
<data>
<template id="assets_frontend_less" name="Google Map Assets" inherit_id="website.assets_frontend">
<xpath expr="." position="inside">
<link href="/snippet_google_map/static/src/less/s_google_map.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="assets_frontend_js" name="Google Map Assets" inherit_id="website.assets_frontend">
<xpath expr="//script[last()]" position="after">
<script src="/snippet_google_map/static/src/js/s_google_map_frontend.js" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="assets_editor" name="Google Map Editor Assets" inherit_id="website.assets_editor">
<xpath expr="." position="inside">
<script src="/snippet_google_map/static/src/js/s_google_map_editor.js" rel="stylesheet" type="text/less"/>
</xpath>
</template>
</data>
</openerp>
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Google Map" id="s_google_map">
<section class="s_google_map" data-map-type="ROADMAP" data-map-color="" data-map-zoom="12" data-map-gps="(50.854975,4.3753899)" data-pin-style="flat" style="height: 488px; overflow: hidden;">
<div class="map_container"/>
<div class="description">
<font>Visit us:</font>
<span> Our office is located in the northeast of Brussels. TEL (555) 432 2365 </span>
</div>
</section>
</template>
<!-- Add to the top bar -->
<template id="google_map_snippet" inherit_id="website.snippets">
<xpath expr="//div[@id='snippet_feature']/div[contains(@class, 'o_panel_body')]" position="inside">
<t t-snippet="snippet_google_map.s_google_map" t-thumbnail="/snippet_google_map/static/src/img/thumbnail.png"/>
</xpath>
</template>
<!-- Snippet's Options -->
<template id="s_google_map_option" inherit_id="website.snippet_options">
<xpath expr="//div[@data-js='blog-style']" position="before">
<div data-js='map' data-selector="section.s_google_map">
<li data-map="">
<a><i class="fa fa-fw fa-cog"/>Map Options</a>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="#"><i class="fa fa-fw fa-road"/>Type</a>
<ul class="dropdown-menu">
<li data-map_type="ROADMAP"><a>RoadMap</a></li>
<li data-map_type="TERRAIN"><a>Terrain</a></li>
<li data-map_type="SATELLITE"><a>Satellite</a></li>
<li data-map_type="HYBRID"><a>Hybrid</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a tabindex="-1" href="#"><i class="fa fa-fw fa-search"/>Zoom</a>
<ul class="dropdown-menu">
<li data-map_zoom="6"><a>1</a></li>
<li data-map_zoom="8"><a>2</a></li>
<li data-map_zoom="10"><a>3</a></li>
<li data-map_zoom="12"><a>4</a></li>
<li data-map_zoom="14"><a>5</a></li>
<li data-map_zoom="16"><a>6</a></li>
<li data-map_zoom="18"><a>7</a></li>
<li data-map_zoom="20"><a>8</a></li>
</ul>
</li>
</div>
</xpath>
</template>
</data>
</openerp>
+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.
+1
View File
@@ -0,0 +1 @@
import controllers
+16
View File
@@ -0,0 +1,16 @@
{
'name':'Latest Posts Snippet',
'description':'Latest Posts Snippet',
'category': 'Website',
'version':'1.1',
'author':'Odoo S.A.',
'data': [
'views/assets.xml',
'views/s_latest_posts.xml',
'views/options.xml',
],
'depends': ['website', 'website_blog'],
'images': [
'static/description/icon.png',
],
}
@@ -0,0 +1 @@
import main
+14
View File
@@ -0,0 +1,14 @@
import werkzeug
from openerp.addons.web import http
from openerp.addons.web.http import request
class snippet_latest_posts_controller(http.Controller):
# @http.route(['/snippet_latest_posts/fetch'], type='json', auth='public', website=True)
# def fetch_latest_posts(self, fields, domain, limit=None, order='create_date desc', context={}):
# return request.env['blog.post'].search_read(domain, fields, limit=limit, order=order, context=context)
@http.route(['/snippet_latest_posts/render'], type='json', auth='public', website=True)
def render_latest_posts(self, template, domain, limit=None, order='create_date desc'):
posts = request.env['blog.post'].search(domain, limit=limit, order=order)
return request.registry['ir.ui.view'].render(request.cr, request.uid, template, {'posts': posts}, context=request.context)
+114
View File
@@ -0,0 +1,114 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_latest_posts
#
# Translators:
# Ermin Trevisan <trevi@twanda.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:30+0000\n"
"PO-Revision-Date: 2017-03-24 12:48+0000\n"
"Last-Translator: Ermin Trevisan <trevi@twanda.com>, 2017\n"
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "1 post"
msgstr "1 Beitrag"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "10 posts"
msgstr "10 Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "2 posts"
msgstr "2 Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "3 posts"
msgstr "3 Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "4 posts"
msgstr "4 Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "5 posts"
msgstr "5 Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "6 posts"
msgstr "6 Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "7 posts"
msgstr "7 Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "8 posts"
msgstr "8 Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "9 posts"
msgstr "9 Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "All blogs"
msgstr "Alle Blogs"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture
msgid "Latest Posts"
msgstr "Neueste Beiträge"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit by blog"
msgstr "Für Blog beschränken"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit number to..."
msgstr "Anzahl beschränken auf ..."
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "No posts here..."
msgstr "Keine Beiträge ..."
#. module: snippet_latest_posts
#. openerp-web
#: code:addons/snippet_latest_posts/static/src/js/s_latest_posts_editor.js:73
#, python-format
msgid "Oops, Huston we have a problem"
msgstr "Hoppla, Houston, wir haben ein Problem"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "Please, be sure that your posts are not in draft state"
msgstr ""
"Bitte stellen Sie sicher, daß Ihre Beiträge nicht im Entwurfsmodus sind"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.media_list_template
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture_template
msgid "Read More"
msgstr "Mehr lesen"
+113
View File
@@ -0,0 +1,113 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_latest_posts
#
# Translators:
# Daniel Blanco <daniel@blancomartin.com.ar>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:30+0000\n"
"PO-Revision-Date: 2017-03-24 12:48+0000\n"
"Last-Translator: Daniel Blanco <daniel@blancomartin.com.ar>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "1 post"
msgstr "1 publicación"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "10 posts"
msgstr "10 publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "2 posts"
msgstr "2 publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "3 posts"
msgstr "3 publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "4 posts"
msgstr "4 publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "5 posts"
msgstr "5 publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "6 posts"
msgstr "6 publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "7 posts"
msgstr "7 publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "8 posts"
msgstr "8 publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "9 posts"
msgstr "9 publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "All blogs"
msgstr "Todos los blogs"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture
msgid "Latest Posts"
msgstr "Últimas Publicaciones"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit by blog"
msgstr "Limitar por blog"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit number to..."
msgstr "Limitar número a..."
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "No posts here..."
msgstr "No hay publicaciones aquí..."
#. module: snippet_latest_posts
#. openerp-web
#: code:addons/snippet_latest_posts/static/src/js/s_latest_posts_editor.js:73
#, python-format
msgid "Oops, Huston we have a problem"
msgstr "Ups! Houston, tenemos un problema."
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "Please, be sure that your posts are not in draft state"
msgstr "Por favor, asegúrese que sus publicaciones no estén en estado borrador"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.media_list_template
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture_template
msgid "Read More"
msgstr "Leer Más"
+110
View File
@@ -0,0 +1,110 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_latest_posts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:30+0000\n"
"PO-Revision-Date: 2017-03-24 12:48+0000\n"
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "1 post"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "10 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "2 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "3 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "4 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "5 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "6 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "7 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "8 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "9 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "All blogs"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture
msgid "Latest Posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit by blog"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit number to..."
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "No posts here..."
msgstr ""
#. module: snippet_latest_posts
#. openerp-web
#: code:addons/snippet_latest_posts/static/src/js/s_latest_posts_editor.js:73
#, python-format
msgid "Oops, Huston we have a problem"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "Please, be sure that your posts are not in draft state"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.media_list_template
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture_template
msgid "Read More"
msgstr ""
+110
View File
@@ -0,0 +1,110 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_latest_posts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:30+0000\n"
"PO-Revision-Date: 2017-03-24 12:48+0000\n"
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "1 post"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "10 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "2 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "3 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "4 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "5 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "6 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "7 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "8 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "9 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "All blogs"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture
msgid "Latest Posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit by blog"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit number to..."
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "No posts here..."
msgstr ""
#. module: snippet_latest_posts
#. openerp-web
#: code:addons/snippet_latest_posts/static/src/js/s_latest_posts_editor.js:73
#, python-format
msgid "Oops, Huston we have a problem"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "Please, be sure that your posts are not in draft state"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.media_list_template
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture_template
msgid "Read More"
msgstr ""
@@ -0,0 +1,111 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * snippet_latest_posts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:30+0000\n"
"PO-Revision-Date: 2017-04-21 12:30+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: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "1 post"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "10 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "2 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "3 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "4 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "5 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "6 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "7 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "8 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "9 posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "All blogs"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture
msgid "Latest Posts"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit by blog"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_option
msgid "Limit number to..."
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "No posts here..."
msgstr ""
#. module: snippet_latest_posts
#. openerp-web
#: code:addons/snippet_latest_posts/static/src/js/s_latest_posts_editor.js:73
#, python-format
msgid "Oops, Huston we have a problem"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.no_blog_posts
msgid "Please, be sure that your posts are not in draft state"
msgstr ""
#. module: snippet_latest_posts
#: model:ir.ui.view,arch_db:snippet_latest_posts.media_list_template
#: model:ir.ui.view,arch_db:snippet_latest_posts.s_latest_posts_big_picture_template
msgid "Read More"
msgstr ""
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

@@ -0,0 +1,16 @@
<div class="container">
<div class="row text-left" style="margin-top: 2em;">
<div class="col-sm-5">
<p>Present your blog posts in magazine-style layouts. <br/>
This snippet is great for highlighting blog content on your homepage.
</p>
</div>
<div class="col-sm-7">
<img src="screen_1.jpg" class="img-responsive" alt="">
</div>
</div>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

@@ -0,0 +1,110 @@
odoo.define('snippet_latest_posts.s_latest_posts_editor', function (require) {
'use strict';
var core = require('web.core');
var s_options = require('web_editor.snippets.options');
var s_animation = require('web_editor.snippets.animation');
var Model = require('web.Model');
var _t = core._t;
// js_get_posts
s_options.registry.js_get_posts = s_options.Class.extend({
drop_and_build_snippet: function () {
if (!this.$target.data('snippet-view')) {
this.$target.data("snippet-view", new s_animation.registry.js_get_posts(this.$target));
}
},
clean_for_save: function () {
this.$target.empty();
},
});
// js_get_posts limit
s_options.registry.js_get_posts_limit = s_options.Class.extend({
start: function () {
var self = this;
setTimeout(function () {
var ul = self.$overlay.find(".snippet-option-js_get_posts_limit > ul");
if (self.$target.attr("data-posts_limit")) {
var limit = self.$target.attr("data-posts_limit");
ul.find('li[data-posts_limit="' + limit + '"]').addClass("active");
} else {
ul.find('li[data-posts_limit="3"]').addClass("active");
}
}, 100)
},
posts_limit: function (type, value, $li) {
var self = this;
if (type != "click") {return}
value = parseInt(value);
this.$target.attr("data-posts_limit",value)
.data("posts_limit",value)
.data('snippet-view').redrow(true);
setTimeout(function () {
$li.parent().find("li").removeClass("active");
$li.addClass("active");
}, 100);
},
});
// js_get_posts Select Blog
s_options.registry.js_get_posts_selectBlog = s_options.Class.extend({
start: function () {
this._super();
var self = this;
var model = new Model('blog.blog');
var blogsList = [];
model
.call('search_read',
[
[],
['name','id']// attributes to get
],
{} )
.then(function (blogs) {
self.createBlogsList(blogs)// start printing posts...
})
.fail(function (e) {
// No data
var title = _t("Oops, Huston we have a problem"),
msg = $("<div contenteditable='false' class='message error text-center'><h3>"+ title +"</h3><code>"+ e.data.message + "</code></div>" );
self.$target.append(msg)
return;
});
},
createBlogsList: function (blogs) {
var self = this;
var ul = null;
setTimeout(function () {
ul = self.$overlay.find(".snippet-option-js_get_posts_selectBlog > ul");
$(blogs).each(function () {
var blog = $(this);
var li = $('<li data-filter_by_blog_id="' + blog[0].id + '"><a>' + blog[0].name + '</a></li>');
ul.append(li);
});
if (self.$target.attr("data-filter_by_blog_id")) {
var id = self.$target.attr("data-filter_by_blog_id");
ul.find("li[data-filter_by_blog_id=" + id + "]").addClass("active");
}
},100)
},
filter_by_blog_id: function (type, value, $li) {
var self = this;
if (type == "click") {
$li.parent().find("li").removeClass("active");
$li.addClass("active");
value = parseInt(value);
self.$target.attr("data-filter_by_blog_id",value)
.data("filter_by_blog_id",value)
.data('snippet-view').redrow(true);
}
},
});
});
@@ -0,0 +1,129 @@
odoo.define('snippet_latest_posts.s_latest_posts_frontend', function (require) {
'use strict';
var ajax = require('web.ajax');
var s_animation = require('web_editor.snippets.animation');
s_animation.registry.js_get_posts = s_animation.Class.extend({
selector : ".js_get_posts",
start: function () {
this.redrow();
},
stop: function () {
this.clean();
},
redrow: function (debug) {
this.clean(debug);
this.build(debug);
},
clean: function (debug) {
this.$target.empty();
},
build: function (debug) {
var self = this,
limit = self.$target.data("posts_limit"),
blog_id = self.$target.data("filter_by_blog_id"),
template = self.$target.data("template"),
loading = self.$target.data("loading");
// prevent user's editing
self.$target.attr("contenteditable","False");
// if no data, then use defaults values
if (!limit) limit = 3;
if (!template) template = 'snippet_latest_posts.media_list_template';
// create the domain
var domain = [['website_published', '=', true]]
if (blog_id) {domain.push(['blog_id', '=', parseInt(blog_id)]); }
// call posts
ajax.jsonRpc('/snippet_latest_posts/render', 'call', {
'template': template,
'domain': domain,
'limit': limit,
}).then(function (posts) {
if (loading && loading == true) {
// perfrorm an intro animation
self.loading(posts, debug);
} else {
// just print the posts
$(posts).appendTo(self.$target);
}
}).fail(function (e) {
// debug in js console
return;
});
},
loading: function (posts, debug) {
var self = this,
$posts = $(posts);
if (!$posts.first().find(".loading_container") && !$posts.first().is(".loading_container")) {
console.log("loading_container dont exist??")
if (debug) {
console.info("No '.loading_container' defined \n Please, add a 'loading_container' class to the element that must be filled by the loading bar");
}
} else if (!$posts.first().is(".thumb") && !$posts.first().find(".thumb")) {
console.log("thumb dont exist??")
if (debug) {
console.info("No '.thumb' defined \n Please, add a 'thumb' class to your thumbnail div");
}
} else {
$posts.each(function () {
var $post = $(this),
$load_c = $post.find(".loading_container"),
$thumb = $post.find(".thumb"),
$progress = $('<div class="progress js-loading"><div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width:0;" /></div>')
// prevent precessing empty post
if ($post.html() == undefined) {return;}
// if can't find loading container or thumb inside the post, then they are the post itself
if ($load_c.length == 0) { $load_c = $post }
if ($thumb.length == 0) { $thumb = $post }
$post.addClass("js-loading");
$progress.appendTo($load_c);
$post.appendTo(self.$target);
var bg = $thumb.css('background-image').replace('url("','').replace('")',''),
loaded = false;
$progress.find(".progress-bar").css("width","50%").attr("aria-valuenow","50");
var dummyImg = $('<img/>').attr('src', bg)
.load(function () {
// The post's background image is loaded, let's perform a gracefull intro animation
$progress.find(".progress-bar").find(".progress-bar").css("width","100%").attr("aria-valuenow","100");
setTimeout(function () {
self.showPost($post, $progress);
}, 500);
$(this).remove();
loaded = true;
});
// Show the post after 5sec without wait for thumb loading
setTimeout(function () {
if (loaded == false) {
dummyImg.remove();
self.showPost($post, $progress)
}
}, 5000);
})
}
},
showPost: function ($post, $progress) {
$post.removeClass("js-loading");
$progress.fadeOut(500);
},
});
});
@@ -0,0 +1,25 @@
.js_get_posts{
position: relative;
min-height: 100px;
overflow: auto;
}
.progress.js-loading{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 0;
.progress-bar{
margin: 0;
left: 10%;
width: 80%;
top: 45%;
height: 10px;
position: absolute;
background: #DBDBDB;
.box-shadow(none);
}
}
@@ -0,0 +1,30 @@
// Default Style ================================
// ==============================================
.s_latest_posts {
.media.media_list_template{
.pull-left {
height : 200px;
width : 100%;
a, .media-object {
height : 100%;
width : 100%;
position: relative;
background-size: cover;
background-position: center;
}
@media (min-width: 768px) {
height : 100px;
width : 100px;
}
}
.media, .media-body {
overflow: visible;
@media (min-width: 768px) {
overflow: hidden;
}
}
}
}
@@ -0,0 +1,107 @@
// =============================
// s_latest_posts_big_picture
// =============================
@s_latest_posts_big_picture-figure_bg: @brand-primary;
// ====== hooks(hook) =====================================
// ===========================================================
// Use them to inject NEW rules or overwrite the old ones.
// This method is more maintenable than classic css overwrite
// 'couse it works also if the snippet's structure will change.
// How to:
// in your theme, just call the backdoor like a normal
// CSS class adding parethesis at the end ".backdoor-name()"
// (this will prevent the creation of a standard CSS class).
// Add your rules inside. Your style will take the priority.
// Done.
// .s_latest_posts-figure() {
// background: red;
// min-height: 200px;
// }
.s_latest_posts-js_get_posts-hook() {};
.s_latest_posts-figure-hook() {};
.s_latest_posts_big_picture {
.container-fluid();
> div {
.row();
.content {
opacity:1;
position: relative;
height: 100%;
overflow: hidden;
background: @s_latest_posts_big_picture-figure_bg;
}
figure {
@media (max-width: @screen-xs-max) {
width: 100%;
}
position: relative;
overflow: hidden;
margin: 10px 0;
height: 250px;
text-align: center;
cursor: pointer;
.transition(all 300ms);
&.js-loading{
background: #E7E7E7!important;
}
.thumb {
position: relative;
display: block;
height: auto;
width: 100%;
height: 100%;
background-size: cover!important;
background-position: 50%;
opacity: 0.8;
}
figcaption, figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
.backface-visibility(hidden);
&:after, &:before{ pointer-events: none;}
> a{
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
h2 {
margin: 0;
font-size: 1.5em;
font-weight: 300;
span {font-weight: 800}
}
p{
margin: 0;
margin-top: 1em;
letter-spacing: 1px;
font-size: 68.5%;
}
}
.s_latest_posts-figure-hook;
} // global figure
.s_latest_posts-js_get_posts-hook;
}
}
+25
View File
@@ -0,0 +1,25 @@
<openerp>
<data>
<template id="assets_frontend_less" name="Latest Posts LESS assets" inherit_id="website.assets_frontend">
<xpath expr="." position="inside">
<link href="/snippet_latest_posts/static/src/less/js_get_posts.less" rel="stylesheet" type="text/less"/>
<link href="/snippet_latest_posts/static/src/less/s_latest_posts.less" rel="stylesheet" type="text/less"/>
<link href="/snippet_latest_posts/static/src/less/s_latest_posts_big_picture.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="assets_frontend_js" name="Latest Posts JS frontend assets" inherit_id="website.assets_frontend">
<xpath expr="//script[last()]" position="after">
<script src="/snippet_latest_posts/static/src/js/s_latest_posts_frontend.js" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="assets_editor" name="Latest Posts JS editor assets" inherit_id="website.assets_editor">
<xpath expr="." position="inside">
<script src="/snippet_latest_posts/static/src/js/s_latest_posts_editor.js" rel="stylesheet" type="text/less"/>
</xpath>
</template>
</data>
</openerp>
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="s_latest_posts_place_in_tab" inherit_id="website.snippets">
<xpath expr="//div[@id='snippet_feature']/div[contains(@class, 'o_panel_body')]" position="inside">
<t t-snippet="snippet_latest_posts.s_latest_posts" t-thumbnail="/snippet_latest_posts/static/src/img/s_latest_posts.jpg"/>
<t t-snippet="snippet_latest_posts.s_latest_posts_big_picture" t-thumbnail="/snippet_latest_posts/static/src/img/s_latest_posts_big_picture.jpg"/>
</xpath>
</template>
<!-- Snippet's Options -->
<template id="s_latest_posts_option" inherit_id="website.snippet_options">
<xpath expr="//div[@data-js='blog-style']" position="before">
<div data-js='js_get_posts' data-selector=".js_get_posts"/>
<div data-js='js_get_posts_selectBlog' data-selector=".js_get_posts">
<li class="dropdown-submenu">
<a tabindex="-1" href="#">Limit by blog</a>
<ul class="dropdown-menu">
<li data-filter_by_blog_id="0"><a>All blogs</a></li>
<!-- the blogs' list will be generated in js -->
</ul>
</li>
</div>
<div data-js='js_get_posts_limit' data-selector=".js_get_posts">
<li class="dropdown-submenu">
<a tabindex="-1" href="#">Limit number to...</a>
<ul class="dropdown-menu">
<li data-posts_limit="1"><a>1 post</a></li>
<li data-posts_limit="2"><a>2 posts</a></li>
<li data-posts_limit="3"><a>3 posts</a></li>
<li data-posts_limit="4"><a>4 posts</a></li>
<li data-posts_limit="5"><a>5 posts</a></li>
<li data-posts_limit="6"><a>6 posts</a></li>
<li data-posts_limit="7"><a>7 posts</a></li>
<li data-posts_limit="8"><a>8 posts</a></li>
<li data-posts_limit="9"><a>9 posts</a></li>
<li data-posts_limit="10"><a>10 posts</a></li>
</ul>
</li>
</div>
</xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- ======== LATEST POSTS ======== -->
<!-- Snippet's Body -->
<template id="s_latest_posts" name="Latest Posts List">
<section class="s_latest_posts">
<div class="container">
<h2 class="text-center">Latest Posts</h2>
<div class="js_get_posts" data-loading="true" data-template="snippet_latest_posts.media_list_template"/>
<hr/>
</div>
</section>
</template>
<!-- Latest posts's Template -->
<template id="media_list_template">
<t t-if="not posts">
<t t-call="snippet_latest_posts.no_blog_posts"/>
</t>
<t t-foreach="posts" t-as="p">
<t t-set="properties" t-value="json.loads(p.cover_properties)"/>
<div class="post media media_list_template">
<div class="pull-left">
<a t-att-href="'/blog/%s/post/%s' % (p.blog_id.id, p.id)">
<div t-attf-class="media-object loading_container thumb #{properties.get('background-color')}" t-attf-style="background-image: #{properties.get('background-image', 'none')}; opacity: #{properties.get('opacity', 1)};"/>
</a>
</div>
<div class="media-body">
<h4 class="media-heading" t-field="p.name"/>
<p t-field="p.subtitle"/>
<a class="btn btn-default" t-att-href="'/blog/%s/post/%s' % (p.blog_id.id, p.id)">Read More</a>
</div>
</div>
</t>
</template>
<!-- No post here, template -->
<template id="no_blog_posts">
<div class="container readable">
<div class="alert alert-warning alert-dismissible text-center" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&#215;</span>
</button>
<h3>No posts here...</h3>
<p>Please, be sure that your posts are not in draft state</p>
</div>
</div>
</template>
<!-- ======== LATEST POSTS BIG PICTURES ======== -->
<!-- Snippet's Body -->
<template id="s_latest_posts_big_picture" name="Latest Posts Big Images">
<section class="s_latest_posts_big_picture">
<h2 class="text-center sans-serif">Latest Posts</h2>
<div class="js_get_posts" data-loading="true" data-template="snippet_latest_posts.s_latest_posts_big_picture_template"/>
</section>
</template>
<template id="s_latest_posts_big_picture_template">
<t t-if="not posts">
<t t-call="snippet_latest_posts.no_blog_posts"/>
</t>
<t t-foreach="posts" t-as="p">
<t t-set="properties" t-value="json.loads(p.cover_properties)"/>
<figure class="loading_container col-sm-6">
<div class="content">
<div t-attf-class="thumb #{properties.get('background-color')}" t-attf-style="background-image: #{properties.get('background-image', 'none')}; opacity: #{properties.get('opacity', 1)};"/>
<figcaption>
<h2 t-field="p.name"/>
<p t-field="p.subtitle"/>
<a t-att-href="'/blog/%s/post/%s' % (p.blog_id.id, p.id)">Read More</a>
</figcaption>
</div>
</figure>
</t>
</template>
</data>
</openerp>
+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
+30
View File
@@ -0,0 +1,30 @@
{
'name': 'Anelusia Theme',
'description': 'Anelusia Fashion Theme',
'category': 'Theme/Ecommerce',
'sequence': 180,
'version': '1.0',
'author': 'Odoo S.A.',
'depends': ['theme_common'],
'data': [
'views/layout.xml',
'views/assets.xml',
'views/customize_modal.xml',
'views/snippets.xml',
'views/images_content.xml',
'views/images_library.xml',
'views/snippet_options.xml',
],
'demo': [
'demo/demo.xml',
'demo/blocks.xml',
'demo/demo-menu.xml',
],
'images': [
'static/description/anelusia_description.png',
'static/description/anelusia_screenshot.jpg',
],
'price': 199,
'currency': 'EUR',
'live_test_url': 'https://theme-anelusia.odoo.com/page/demo1',
}
+246
View File
@@ -0,0 +1,246 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="website.demo_blocks" name="Building Blocks" page="True">
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<!-- Content -->
<section class="s_title_big mb0 mt0" style="padding-top: 25px;">
<div class="oe_share">
<h1 class="mb32 mt32 text-center">
Content blocks
</h1>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="text-muted text-center">Title block</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_title_big"/>
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="text-muted text-center">1 column text block</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_1_column_text"/>
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="text-muted text-center">2 column text block</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_2_column_text"/>
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="text-muted text-center">3 column text block</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_3_column_text"/>
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="text-muted text-center">4 column text block</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_4_column_text"/>
<!-- Structure -->
<section class="s_title_big mb0 mt0">
<div class="oe_share">
<h1 class="mb32 mt32 text-center">
Structure blocks
</h1>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Custom banner</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_banner_parallax"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Big image / text</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_big_picture_text"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Text / big image</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_text_big_picture"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Cubes</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_cubes"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Header / text / big image</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_header_text_big_picture"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Text / image / text</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_text_picture_text"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Product list</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_product_list"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Features slideshow</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_features_carousel"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Color blocks</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_color_blocks_4"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Event list</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_timeline"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Timeline</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_event_list"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Logo bar</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_logo_bar"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Testimonial slider</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_testimonial_slider"/>
<!-- Features -->
<section class="s_title_big mb0 mt0">
<div class="oe_share">
<h1 class="mb32 mt32 text-center">
Feature blocks
</h1>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Slideshow banner</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_banner_3"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt16 mb16">
<h4 class="text-muted text-center">Product slideshow</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_products_carousel"/>
</div>
</t>
</template>
</data>
</openerp>
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="anelusia_home" model="website.menu">
<field name="name">Demo</field>
<field name="url">/page/demo</field>
<field name="parent_id" ref="website.main_menu"/>
<field name="sequence" type="int">60</field>
</record>
<record id="demo_blocks" model="website.menu">
<field name="name">Blocks</field>
<field name="url">/page/demo_blocks</field>
<field name="parent_id" ref="website.main_menu"/>
<field name="sequence" type="int">60</field>
</record>
</data>
</openerp>
+426
View File
@@ -0,0 +1,426 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="website.demo" page="True" name="Theme Demo">
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<section class="s_banner_parallax parallax bg-img-07" data-scroll-background-offset="0" data-scroll-background-ratio="0.3" style="background-attachment: scroll; background-position: 0px 0px;">
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-sm-12 hero-bg">
<h1>Present your products</h1>
<h2>with this theme.</h2>
<img alt="#" src="/web/image/theme_common.image_content_01" class="img img-responsive"/>
</div>
</div>
</div>
</section>
<section class="s_product_list">
<div class="container-fluid product-list">
<div class="row">
<div class="col-md-2 col-sm-4 col-xs-6">
<a href="http://www.odoo.com">
<img alt="#" src="/web/image/theme_common.image_product_01" class="img img-responsive"/>
</a>
<a class="btn btn-default center-block" href="http://www.odoo.com">
<i class="fa fa-chevron-down"/> Watch item
</a>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<a href="http://www.odoo.com">
<img alt="#" src="/web/image/theme_common.image_product_02" class="img img-responsive"/>
</a>
<a class="btn btn-default center-block" href="http://www.odoo.com">
<i class="fa fa-chevron-down"/> Watch item
</a>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<a href="http://www.odoo.com">
<img alt="#" src="/web/image/theme_common.image_product_03" class="img img-responsive"/>
</a>
<a class="btn btn-default center-block" href="http://www.odoo.com">
<i class="fa fa-chevron-down"/> Watch item
</a>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<a href="http://www.odoo.com">
<img alt="#" src="/web/image/theme_common.image_product_04" class="img img-responsive"/>
</a>
<a class="btn btn-default center-block" href="http://www.odoo.com">
<i class="fa fa-chevron-down"/> Watch item
</a>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<a href="http://www.odoo.com">
<img alt="#" src="/web/image/theme_common.image_product_05" class="img img-responsive"/>
</a>
<a class="btn btn-default center-block" href="http://www.odoo.com">
<i class="fa fa-chevron-down"/> Watch item
</a>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<a href="http://www.odoo.com">
<img alt="#" src="/web/image/theme_common.image_product_06" class="img img-responsive"/>
</a>
<a class="btn btn-default center-block" href="http://www.odoo.com">
<i class="fa fa-chevron-down"/> Watch item
</a>
</div>
</div>
</div>
</section>
<section class="s_1_column_text oe_structure bg-delta">
<div class="container">
<div class="row">
<div class="col-md-12 mt64 mb92">
<h2>Custom Pages: Have No Limits.</h2>
<p>Our #1 priority is you, the user. We believe in our product and hold ourselves to the highest standards. We truly care about your site as much as you do, which is why we offer amazing support at our dedicated support center. In addition, we offer free updates with new features requested by our users. You can count on us.<br/>This theme gives you limitless potential to build amazing pages. Easily create unique page layouts using the tools we provide. In addition, we have you covered with dozens of beautiful pre-designed pages you can quickly choose from.
</p>
</div>
</div>
</div>
<section class="s_cubes">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 cube cube-big col-xs-12 col-sm-12 bg-img-03"/>
<div class="cube-big col-md-6 col-xs-12 col-sm-12">
<div class="row">
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12">
<div class="cube-heading">
<h4 class="text-center">A good subtitle</h4>
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
</div>
</div>
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-04"/></div>
<div class="row">
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-02"/>
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12 last">
<div class="cube-heading">
<h4 class="text-center">A good subtitle</h4>
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s_text_big_picture">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12 hero-paragraph">
<h1 class="mt32">Endless Possibilities</h1>
<h2>The only theme you need</h2>
<p>This powerful theme along with its unique structure lets you create any design style with just one theme. These simple yet powerful options allow you to create any type of website. No two versions will ever look the same.</p>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 hero-image">
<img alt="#" src="/web/image/theme_common.image_content_03" class="img img-responsive"/>
</div>
</div>
</div>
</section>
<section class="s_features_carousel carousel slide bg-alpha" data-interval="10000" id="myCarousel4">
<ol class="carousel-indicators hidden" type="01"><li class="active" data-slide-to="0" data-target="#myCarousel4"/></ol>
<div class="container">
<div class="row content">
<div class="col-md-12 mt64">
<h2>Features</h2>
</div>
</div>
</div>
<div class="carousel-inner">
<div class="item image_text active">
<div class="container mb92">
<div class="row content">
<div class="col-md-6 col-xs-12">
<div class="circle center-block">
<div class="mask bg-delta">
<span class="text-center">01.</span>
<p>DECISIONS, DECISIONS, AND EVEN MORE DECISIONS</p>
</div>
</div>
<p class="mt32 text-center">This theme does not limit you to one setup, we prefer to give you options. From boxed layout to wide, left sidebars to right and multiple headers; we let you decide. Thats right, you can have your cake and eat some too.</p>
</div>
<div class="col-md-6 col-xs-12">
<img class="img img-responsive center-block" src="/theme_anelusia/static/src/img/content/content_img_11.jpg" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"/>
</div>
</div>
</div>
</div>
<div class="item image_text">
<div class="container mb92">
<div class="row content">
<div class="col-md-6 col-xs-12">
<div class="circle center-block">
<div class="mask bg-beta">
<span class="text-center">02.</span>
<p>DESIGN, DESIGN, AND EVEN MORE DESIGN</p>
</div>
</div>
<p class="mt32 text-center">This theme does not limit you to one setup, we prefer to give you options. From boxed layout to wide, left sidebars to right and multiple headers; we let you decide. Thats right, you can have your cake and eat some too.</p>
</div>
<div class="col-md-6 col-xs-12">
<img class="img img-responsive center-block" src="/web/image/theme_common.image_content_03"/>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-control left" data-slide="prev" data-target="#myCarousel4" href="#myCarousel4">
<i class="fa fa-chevron-left"/>
</div>
<div class="carousel-control right" data-slide="next" data-target="#myCarousel4" href="#myCarousel4">
<i class="fa fa-chevron-right"/>
</div>
</section>
<section class="s_big_picture_text">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-sm-12 hero-image">
<img alt="#" src="/web/image/theme_common.image_content_02" class="img img-responsive"/>
</div>
<div class="col-md-6 col-sm-12 hero-paragraph">
<h1 class="mt32">Endless Possibilities</h1>
<h2>The only theme you need</h2>
<p>This powerful theme along with its unique structure lets you create any design style with just one theme. These simple yet powerful options allow you to create any type of website. No two versions will ever look the same.</p>
</div>
</div>
</div>
</section>
<section class="s_cubes">
<div class="container-fluid">
<div class="row">
<div class="cube-big col-md-6 col-xs-12 col-sm-12">
<div class="row">
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12">
<div class="cube-heading">
<h4 class="text-center">A good subtitle</h4>
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
</div>
</div>
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-04"/></div>
<div class="row">
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-02"/>
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12 last">
<div class="cube-heading">
<h4 class="text-center">A good subtitle</h4>
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 cube cube-big col-xs-12 col-sm-12 bg-img-01"/></div>
</div>
</section>
<section class="s_event_list mt64 mb32">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mt32 mb32">
<h2>Nice and Efficient Events List</h2>
<h3 class="text-muted">Display Your Last Activities</h3>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="s_event_list_item">
<time class="bg-gamma" datetime="2014-07-20 0000">
<span class="s_event_list_day">02</span>
<span class="s_event_list_month">Jul</span>
<span class="s_event_list_year">2014</span>
<span class="s_event_list_time">12:00 AM</span>
</time>
<div class="s_event_list_info">
<h4 class="s_event_list_title">Your Event Name</h4>
<p class="s_event_list_desc">Write a description of your event here.</p>
<ul>
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
</ul>
</div>
<div class="s_event_list_social">
<ul>
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="s_event_list_item">
<time class="bg-beta" datetime="2014-07-20 0000">
<span class="s_event_list_day">05</span>
<span class="s_event_list_month">Sep</span>
<span class="s_event_list_year">2014</span>
<span class="s_event_list_time">12:00 AM</span>
</time>
<div class="s_event_list_info">
<h4 class="s_event_list_title">Your Event Name</h4>
<p class="s_event_list_desc">Write a description of your event here.</p>
<ul>
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
</ul>
</div>
<div class="s_event_list_social">
<ul>
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="s_event_list_item">
<time class="bg-gamma" datetime="2014-07-20 0000">
<span class="s_event_list_day">2</span>
<span class="s_event_list_month">Jul</span>
<span class="s_event_list_year">2014</span>
<span class="s_event_list_time">12:00 AM</span>
</time>
<div class="s_event_list_info">
<h4 class="s_event_list_title">Your Event Name</h4>
<p class="s_event_list_desc">Write a description of your event here.</p>
<ul>
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
</ul>
</div>
<div class="s_event_list_social">
<ul>
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-12">
<p class="text-center">With Theme Anelusia you get a list of your events with date, time, description, etc. Select the simple or image mode and edit your content.<br/>You can link your events to your favorite social network.</p>
</div>
<div class="col-md-6 mt32 mb32">
<div class="s_event_list_item">
<time class="bg-epsilon" datetime="2014-07-20">
<span class="s_event_list_day">18</span>
<span class="s_event_list_month">Jul</span>
<span class="s_event_list_year">2014</span>
<span class="s_event_list_time">ALL DAY</span>
</time>
<div class="s_event_list_info">
<h4 class="s_event_list_title">Your Event Name</h4>
<p class="s_event_list_desc">Write a description of your event here.</p>
<ul>
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
</ul>
</div>
<div class="s_event_list_social">
<ul>
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 mt32 mb32">
<div class="s_event_list_item">
<time class="bg-epsilon" datetime="2014-07-20">
<span class="s_event_list_day">21</span>
<span class="s_event_list_month">Jul</span>
<span class="s_event_list_year">2014</span>
<span class="s_event_list_time">ALL DAY</span>
</time>
<div class="s_event_list_icon">
<i class="fa fa-calendar fa-5x"/>
</div>
<div class="s_event_list_info">
<h4 class="s_event_list_title">Your Event Name</h4>
<p class="s_event_list_desc">Write a description of your event here.</p>
<ul>
<li><a href="#"><span class="fa fa-globe"/> Link</a></li>
<li><a href="#"><span class="fa fa-info-circle"/> Info</a></li>
</ul>
</div>
<div class="s_event_list_social">
<ul>
<li class="s_event_list_facebook"><a href="#"><span class="fa fa-facebook"/></a></li>
<li class="s_event_list_twitter"><a href="#"><span class="fa fa-twitter"/></a></li>
<li class="s_event_list_google_plus"><a href="#"><span class="fa fa-google-plus"/></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s_header_text_big_picture">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-center mt32 mb32">
<h1>The product which fits your needs</h1>
</div>
<div class="col-md-6 mb16 mt16">
<p>Design expression comes from the combined effect of all elements in a product. Colour tone, shape and size should direct a person's thoughts towards buying the product. Therefore it is in the product designer's best interest to consider the audiences who are most likely to be the product's end consumers. Keeping in mind how consumers will perceive the product during the design process will direct towards the products success in the market. However, even within a specific audience, it is challenging to cater to each possible personality within that group.</p>
</div>
<div class="col-md-6 mb16 mt16">
<p>The solution to that is to create a product that, in its designed appearance and function, expresses a personality or tells a story. Products that carry such attributes are more likely to give off a stronger expression that will attract more consumers. On that note it is important to keep in mind that design expression does not only concern the appearance of a product, but also its function. For example, as humans our appearance as well as our actions are subject to people's judgment when they are making a first impression of us.</p>
</div>
<div class="col-md-12">
<img alt="#" src="/web/image/theme_common.image_content_04" class="img img-responsive"/>
</div>
</div>
</div>
</section>
</section>
<section class="s_numbers darkgray">
<div class="container">
<div class="col-md-3 mb32 text-center">
<h1 class="mb0">12.200</h1>
<p>Products in total</p>
</div>
<div class="col-md-3 mb32 text-center">
<h1 class="mb0">45</h1>
<p>Shops</p>
</div>
<div class="col-md-3 mb32 text-center">
<h1 class="mb0">10.000</h1>
<p>Clients</p>
</div>
<div class="col-md-3 mb32 text-center">
<h1 class="mb0">370</h1>
<p>Employees</p>
</div>
</div>
</section>
<section class="s_testimonial_slider carousel slide bg-gamma" data-interval="6000" data-ride="carousel" id="myCarousel4">
<ol class="carousel-indicators hidden"><li class="active" data-slide-to="0" data-target="#myCarousel4"/></ol>
<div class="carousel-inner">
<div class="item active">
<div class="container">
<div class="row content text-center mt64 mb64">
<h3>
<i class="fa fa-quote-left"/> Let your visitors know what they said about you.
<i class="fa fa-quote-right"/>
</h3>
<p class="lead">Name, Function / Company Inc.</p>
<div class="col-md-2 col-md-offset-5">
<img class="img-responsive center-block" src="/web/image/theme_common.image_content_08"/>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</t>
</template>
</data>
</openerp>
+274
View File
@@ -0,0 +1,274 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_anelusia
#
# Translators:
# Ermin Trevisan <trevi@twanda.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:29+0000\n"
"PO-Revision-Date: 2017-03-24 11:27+0000\n"
"Last-Translator: Ermin Trevisan <trevi@twanda.com>, 2017\n"
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "14px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "16px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "18px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "22px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "30px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "36px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "42px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "50px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "60px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<b>Choose another image...</b>"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-eyedropper\"/> Colors"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-picture-o\"/> Background Image"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "<i class=\"fa fa-refresh\"/>Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "<i class=\"fa fa-text-height\"/> Font size"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-font center-block\"/> FONTS"
msgstr "<span class=\"fa fa-font center-block\"/> FONTS"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
msgstr "<span class=\"fa fa-pencil center-block\"/> HG FARBEN"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> COLORS"
msgstr "<span class=\"fa fa-pencil center-block\"/> FARBEN"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
msgstr "<span class=\"fa fa-picture-o center-block\"/> HG BILDER"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
msgstr "<span class=\"fa fa-th center-block\"/> HG MUSTER"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th-list center-block\"/> LAYOUT"
msgstr "<span class=\"fa fa-th-list center-block\"/> LAYOUT"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.toggle_button_text
msgid ""
"<span class=\"new-toggle\">\n"
" <span class=\"sr-only\">Toggle navigation</span>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" </span>\n"
" <span class=\"new-toggle-text\">MENU</span>"
msgstr ""
"<span class=\"new-toggle\">\n"
"<span class=\"sr-only\">Navigation umschalten</span>\n"
"<span class=\"icon-bar\"/>\n"
"<span class=\"icon-bar\"/>\n"
"<span class=\"icon-bar\"/>\n"
"</span>\n"
"<span class=\"new-toggle-text\">MENÜ</span>"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Auto"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Automatic Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Boxed"
msgstr "Eingeschränkte Breite"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 1"
msgstr "Farbkombination 1"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 2"
msgstr "Farbkombination 2"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 3"
msgstr "Farbkombination 3"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 4"
msgstr "Farbkombination 4"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 5"
msgstr "Farbkombination 5"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 6"
msgstr "Farbkombination 6"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Customize Theme"
msgstr "Design anpaßen"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Danger Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Forum"
msgstr "Forum"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Full width"
msgstr "Volle Breite"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Helvetica"
msgstr "Helvetica"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Image"
msgstr "Bild"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Info Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Lato"
msgstr "Lato"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "None"
msgstr "Ohne"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "PT Serif"
msgstr "PT Serif"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Pattern"
msgstr "Muster"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Primary Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Rajdhani"
msgstr "Rajdhani"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "SourceSansPro"
msgstr "SourceSansPro"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Success Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Warning Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "none"
msgstr ""
+268
View File
@@ -0,0 +1,268 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_anelusia
#
# Translators:
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:29+0000\n"
"PO-Revision-Date: 2017-03-24 11:27+0000\n"
"Last-Translator: Leonardo J. Caballero G. <leonardocaballero@gmail.com>, "
"2017\n"
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "14px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "16px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "18px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "22px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "30px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "36px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "42px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "50px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "60px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<b>Choose another image...</b>"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-eyedropper\"/> Colors"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-picture-o\"/> Background Image"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "<i class=\"fa fa-refresh\"/>Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "<i class=\"fa fa-text-height\"/> Font size"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-font center-block\"/> FONTS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> COLORS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th-list center-block\"/> LAYOUT"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.toggle_button_text
msgid ""
"<span class=\"new-toggle\">\n"
" <span class=\"sr-only\">Toggle navigation</span>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" </span>\n"
" <span class=\"new-toggle-text\">MENU</span>"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Auto"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Automatic Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Boxed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 1"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 2"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 3"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 4"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 5"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 6"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Customize Theme"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Danger Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Forum"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Full width"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Helvetica"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Image"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Info Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Lato"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "None"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "PT Serif"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Pattern"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Primary Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Rajdhani"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "SourceSansPro"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Success Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Warning Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "none"
msgstr ""
+264
View File
@@ -0,0 +1,264 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_anelusia
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:29+0000\n"
"PO-Revision-Date: 2017-03-24 11:27+0000\n"
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "14px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "16px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "18px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "22px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "30px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "36px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "42px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "50px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "60px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<b>Choose another image...</b>"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-eyedropper\"/> Colors"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-picture-o\"/> Background Image"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "<i class=\"fa fa-refresh\"/>Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "<i class=\"fa fa-text-height\"/> Font size"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-font center-block\"/> FONTS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> COLORS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th-list center-block\"/> LAYOUT"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.toggle_button_text
msgid ""
"<span class=\"new-toggle\">\n"
" <span class=\"sr-only\">Toggle navigation</span>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" </span>\n"
" <span class=\"new-toggle-text\">MENU</span>"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Auto"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Automatic Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Boxed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 1"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 2"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 3"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 4"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 5"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 6"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Customize Theme"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Danger Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Forum"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Full width"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Helvetica"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Image"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Info Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Lato"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "None"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "PT Serif"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Pattern"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Primary Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Rajdhani"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "SourceSansPro"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Success Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Warning Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "none"
msgstr ""
+267
View File
@@ -0,0 +1,267 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_anelusia
#
# Translators:
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:29+0000\n"
"PO-Revision-Date: 2017-03-24 11:27+0000\n"
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2017\n"
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "14px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "16px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "18px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "22px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "30px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "36px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "42px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "50px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "60px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<b>Choose another image...</b>"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-eyedropper\"/> Colors"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-picture-o\"/> Background Image"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "<i class=\"fa fa-refresh\"/>Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "<i class=\"fa fa-text-height\"/> Font size"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-font center-block\"/> FONTS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
msgstr "<span class=\"fa fa-pencil center-block\"/> BG KLEUREN"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> COLORS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
msgstr "<span class=\"fa fa-picture-o center-block\"/> BG AFBEELDINGEN"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
msgstr "<span class=\"fa fa-th center-block\"/> BG PATRONEN"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th-list center-block\"/> LAYOUT"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.toggle_button_text
msgid ""
"<span class=\"new-toggle\">\n"
" <span class=\"sr-only\">Toggle navigation</span>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" </span>\n"
" <span class=\"new-toggle-text\">MENU</span>"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Auto"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Automatic Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Boxed"
msgstr "Boxed"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 1"
msgstr "Voorinstelling kleur 1"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 2"
msgstr "Voorinstelling kleur 2"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 3"
msgstr "Voorinstelling kleur 3"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 4"
msgstr "Voorinstelling kleur 4"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 5"
msgstr "Voorinstelling kleur 5"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 6"
msgstr "Voorinstelling kleur 6"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Customize Theme"
msgstr "Personaliseer thema"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Danger Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Forum"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Full width"
msgstr "Volledige breedte"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Helvetica"
msgstr "Helvetica"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Image"
msgstr "Afbeelding"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Info Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Lato"
msgstr "Lato"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "None"
msgstr "Geen"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "PT Serif"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Pattern"
msgstr "Pattroon"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Primary Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Rajdhani"
msgstr "Rajdhani"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "SourceSansPro"
msgstr "SourceSansPro"
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Success Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Warning Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "none"
msgstr ""
+264
View File
@@ -0,0 +1,264 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_anelusia
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 12:29+0000\n"
"PO-Revision-Date: 2017-04-21 12:29+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_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "14px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "16px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "18px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "22px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "30px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "36px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "42px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "50px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "60px"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<b>Choose another image...</b>"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-eyedropper\"/> Colors"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "<i class=\"fa fa-picture-o\"/> Background Image"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "<i class=\"fa fa-refresh\"/>Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
msgid "<i class=\"fa fa-text-height\"/> Font size"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-font center-block\"/> FONTS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-pencil center-block\"/> COLORS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-picture-o center-block\"/> BG IMAGES"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th center-block\"/> BG PATTERNS"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "<span class=\"fa fa-th-list center-block\"/> LAYOUT"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.toggle_button_text
msgid "<span class=\"new-toggle\">\n"
" <span class=\"sr-only\">Toggle navigation</span>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" <span class=\"icon-bar\"/>\n"
" </span>\n"
" <span class=\"new-toggle-text\">MENU</span>"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.font_size
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Auto"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Automatic Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Boxed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 1"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 2"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 3"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 4"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 5"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Color Preset 6"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Customize Theme"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Danger Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Forum"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Full width"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Helvetica"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Image"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Info Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Lato"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "None"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "PT Serif"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Pattern"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Primary Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "Rajdhani"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.order_reverse
msgid "Reversed"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_customize
msgid "SourceSansPro"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Success Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.colorpicker
msgid "Warning Color"
msgstr ""
#. module: theme_anelusia
#: model:ir.ui.view,arch_db:theme_anelusia.theme_anelusia_website_options_pattern
msgid "none"
msgstr ""
Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

@@ -0,0 +1,215 @@
<section class="container">
<h2 class="text-muted">Html5 Responsive Bootstrap Theme for Odoo CMS</h2>
<hr>
<p class="lead">Anelusia is a professional responsive HTML5 theme, built using Bootstrap3,
the most popular front-end framework for developing responsive, mobile
first projects on the web. Just drag &amp; drop the new building blocks
you need to easily build your layout. All layouts are made of sections,
that you can easily combine to fit your specific project.</p>
<img src="anelusia_description.png" class="img-responsive center-block"/>
<hr>
<h2 class="text-muted">Anelusia Customization Tool</h2>
<p style="">Theme Anelusia comes with customization tools.&nbsp;You can easily change
the background, the colors and the font combination of your website or
you a preset.</p>
<div class="row">
<div class="col-md-4">
<img src="customtool.jpg" class="img-responsive center-block"/>
</div>
<div class="col-md-8">
<h3>Theme Anelusia comes with a lot of options</h3>
<ul>
<li>6 PRESETS</li>
<li>WIDE OR BOXED LAYOUT</li>
<li>6 COLOR SCHEMES</li>
<li>8 BACKGROUND SHADES OR USE YOUR OWN</li>
<li>6 FONT COMBINATIONS</li>
<li>10 BACKGROUND PATTERNS</li>
</ul>
<p>All the background, color and font combinations were made to work together.&nbsp;
You&nbsp;can not go wrong with the settings.</p>
<h3>Minimalistic Flat Design</h3>
<p>Anelusia was made with easy customization and branding in mind. Based on
simple, modern and typographical elements, it allows you to easily customize
your website.</p>
<h3>6 Prebuild Presets</h3>
<p>You don't have the time to play with options? Don't worry, Anelusia gives
you six full presets wich combine colors, fonts and background.</p>
<p>This theme has an <a href="https://apps.odoo.com/apps/9.0/theme_anelusia_sale/">additional eCommerce plugin</a>.</p>
</div>
</div>
<hr>
<h2 class="text-muted">Anelusia Building Blocks</h2>
<p>You get a new complete range of building blocks.</p>
<div class="row">
<div class="col-md-4">
<h4 class="text-muted">CONTENT BLOCKS</h4>
<ul class="mb16">
<li>Title</li>
<li>1 Column Text</li>
<li>2 Column Text</li>
<li>3 Column Text</li>
<li>4 Column Text</li>
<li>Custom Button</li>
<li>Separator Block</li>
</ul>
<h4 class="text-muted mb16">STRUCTURE BLOCKS</h4>
<ul class="mb16">
<li>Custom Banner</li>
<li>Big Picture + Text</li>
<li>Text + Big Picture</li>
<li>Cubes</li>
<li>Cubes Reversed</li>
<li>Features Slideshow</li>
<li>Header + Text + Picture</li>
<li>Product List</li>
<li>Text + Image + Text</li>
<li>Parallax Banner</li>
<li>2 Color Blocks</li>
<li>4 Color Blocks</li>
<li>Numbers</li>
<li>Timeline</li>
<li>Event List</li>
<li>Logos Bar</li>
<li>Testimonial Slider</li>
<li>Progress</li>
</ul>
</div>
<div class="col-md-4">
<h4 class="text-muted">FEATURES BLOCKS</h4>
<ul class="mb16">
<li>Slide Banner</li>
<li>Slideshow with products</li>
</ul>
<h4 class="text-muted">EFFECTS BLOCKS</h4>
<ul class="mb16">
<li>Big Image Parallax</li>
</ul>
</div>
<div class="col-md-4">
<h3>Customize Your Blocks</h3>
<p class="mb16">Each building blocks comes with its own options.&nbsp;</p>
<img src="customtool2.jpg" class="img-responsive center-block"/>
</div>
</div>
<p>Some fonts might not work with extended charsets.</p>
<p>The images in the theme are copyrighted and can't be used outside of the odoo.com domain.</p>
<hr>
<h1 class="text-center">CONTRIBUTORS LIST</h1>
<br/>
<p class="strong text-center">This theme was created with the help of our user community.</p>
<h3 class="text-center">Thanks to our backers the Indiegogo campaign was a success!</h3>
<p class="text-center"><a>https://www.indiegogo.com/projects/bootstrap-themes-for-odoo-cms/</a></p>
<br/>
<h1 class="text-center"><u>Main Sponsor</u></h1>
<br/>
<div class="row">
<div class="col-md-2">
<a href="http://www.aselcis.com/" target="blank">
<img src="contributors/aselcis.jpg" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://www.bas-solutions.nl/" target="blank">
<img src="contributors/bas-solutions.png" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://www.bloopark.de/" target="blank">
<img src="contributors/bloopark.png" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://www.brouwland.com" target="blank">
<img src="contributors/brouwland.jpg" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://www.catsanddogs.com/" target="blank">
<img src="contributors/catsdogs.png" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="https://www.hucke-media.de/" target="blank">
<img src="contributors/huckemedia.png" class="img-responsive center-block"/>
</a>
</div>
</div>
<div class="row">
<div class="col-md-2">
<a href="http://www.datadialog.net/" target="blank">
<img src="contributors/dialognet.png" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://www.dynapps.be/" target="blank">
<img src="contributors/dynapps.jpg" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://opusvl.com/" target="blank">
<img src="contributors/opusvl.png" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://oxenworkwear.com/" target="blank">
<img src="contributors/oxen.jpg" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://www.simplit.co/" target="blank">
<img src="contributors/simplitco.jpg" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://www.sodexis.com/" target="blank">
<img src="contributors/sodexis.jpg" class="img-responsive center-block"/>
</a>
</div>
</div>
<div class="row" style="margin-bottom:30px;">
<div class="col-md-2 col-md-offset-3">
<a href="https://www.techreceptives.com" target="blank">
<img src="contributors/tech-receptives.png" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="http://www.applicatour.com/" target="blank">
<img src="contributors/applicatour.jpg" class="img-responsive center-block"/>
</a>
</div>
<div class="col-md-2">
<a href="https://vauxoo.com" target="blank">
<img src="contributors/vauxoo.png" class="img-responsive center-block"/>
</a>
</div>
</div>
<p>Ross Whiting, Oxenworkwear - Hans Balis - Stephan Keller, Sodexis, Inc. - Michael Hucke, Hucke Media GmbH & Co. KG - Joachim Grubelnik, DaDi EDV GmbH datadialog.net - DynApps - Cats&Dogs bvba - Bloopark systems GmbH & Co. KG - Parthiv Patel, Tech Receptives Solutions Pvt. Ltd. - Stuart Mackintosh, OpusVL - Erwin van der Ploeg, BAS Solutions - ali Zuaby, simplit co - Aselcis Consulting - Nhomar Hernandez, Vauxoo</p>
<h1 class="text-center"><u>Sponsor</u></h1>
<br/>
<p>Robert Baumgartner, datenpol gmbh - openBIG - Russell Phillippe, Protogenos Ltd - Julien Allo, Julius - EasyPME - Jonathan Wilson, WillowIT Pty Ltd - Xavier Mallein, MAallein - Pedro M. Baeza, Serv. Tecnol. Avanzados - Daniel Dico, OERP Canada - Jantz Business Group b.v. - LogicaSoft Consulting - Eric Caudal, Elico Corp - Ermin Trevisan, Twanda - Jean-François Mattler, OpenFid SAS - Alex Ferrer, Lannex IT Solutions - Tony Gu, Shine IT Co. Ltd. 先安科技 - TaPo-IT OG - Jos De Graeve, Apertoso - Nicolas Rigo, eezee-it - Luis Miguel Varón E, Colorisa S.A - OpenBias - Stanislas Drouin Applicatour</p>
<h1 class="text-center"><u>Power Designer</u></h1>
<br/>
<p>Rohit Thakral - François Dhommeaux, Ubic Informatique - Judson Alves, Market Home Delivery - Eric Flaux, ABF Osiell - Gilles Dupont - Arnis Putniņš - Johnson Martt, GetOpenERP (Part of OpenStow Technologies) - Gianluca Milano - Daniel Stolovich, ATEL S.A. - Equitania Software GmbH - Senthilnathan G - Houssine Bakkali - Arend Trip - Kevin Woolf, Baba Kevin's American Barbecue Co., Ltd. - toodoo sàrl - Zoltan Gabor 'Apersis' - Tom De Decker, WEB2GO LTD - Nicolás Cavalier Montenegro, STOREGUD CORPORATION SAC - Keirse Jerome - REAL Solutions S.A. - Davide Corio - Brice Muangkhot - Melvin Miguel Martinez, Mendoza Hernandez - Auditores - Chua Wen Ching - Tran Minh Tri working, ungdungtinhoc.com - Badisheng Morena - Sogexis - Josh Wardini - The Tee Shirt Bakery - Bruce Letterle, Red Lab Media - Benoit Vankoningsloo - Francisco Manuel Garcia Claramonte. - Paulina Mikolajczak-Blasco - Collectiv - Tony Fernando - Herbert Riener, rigaConcepts - Kalmen Chia, E-Global SCM Solution Sdn Bhd - Rob North, Pair A Dice Games - David E. Vargas, CloudShop - François Le Gal - Calin Chete (24h Solutions) - Maria Gabriela Fong, MAGA Systems & Consulting - Pascal Behr, Cytosurge AG - Marc Antwertinger - Opencloud Unipessoal, Lda - Ruchir Shukla, BizzAppDev - Michael Hucke, Hucke Media GmbH & Co. KG - Mathias Neef, copadoMEDIA UG - Pablo Arias - Same Motion - livingprocess.de - Habib Ayob - Igor Jovanovic - Liangming Wang, Weixuan Inc. - Jason Au Yeung, Binary System Limited - Fredrik Arvas, Arvas International AB - Martin Temmink, Zigaret - Mathieu Vanneste, Flockdesign - Filip Fruru, Instant Media - Marianne Wilmsmeier, Fabrik Fünf GmbH - Vertex Group Enterprises - Bingen Eguzkitza - Herczeg Péter, InnOpen Group Kft - Giles Hohnen - Luis Felipe Miléo, KMEE - Maria Gabriela Fong, MAGA Systems & Consulting - Aaron Magon, Web Industries - Andrew Trueman, B.M. Trueman & Partners - Sven Petersen, Conexus - Nous Cambas - Oliver Yuan, OpenStone - Henri Ibowili, A-YANT.COM - Nicolas JEUDY - Helmut Drewes - Maik Steinfeld, Streward - Hans Henrik Gabelgaard - AJ Rosman - Eduard - Patrick Darribet, SUDOKEYS - Camptocamp - Cyril Morisse - Alejandro Santana - Eva Pinter, YBO - Mathias Neef, copadoMEDIA UG - Jean-Christophe Perrot, LOGICASOFT - Zarshed Ali, HiTechnologia - Stefan Reisich - Maxime Chambreuil, Savoir-faire Linux - Mario Gielissen, Openworx - Nicholas Burdic, Aptoworks LLC - Olivier Lenoir</p>
</section>
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Some files were not shown because too many files have changed in this diff Show More