Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme_kit: Compatability with backend_theme #1008

Open
wants to merge 12 commits into
base: 11.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion theme_kit/__init__.py
@@ -1,2 +1,2 @@
# License MIT (https://opensource.org/licenses/MIT).
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from . import models
6 changes: 3 additions & 3 deletions theme_kit/__manifest__.py
@@ -1,17 +1,17 @@
# Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Dinar Gabbasov <https://it-projects.info/team/GabbasovDinar>
# License MIT (https://opensource.org/licenses/MIT).
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": """Brand kit""",
"summary": """Brand your odoo instance in few clicks""",
"category": "Debranding",
# "live_test_url": "http://apps.it-projects.info/shop/product/theme-kit?version=11.0",
"live_test_url": "http://apps.it-projects.info/shop/product/theme-kit?version=11.0",
"images": ["images/brandkit.png"],
"version": "11.0.1.1.2",
"application": False,
"author": "IT-Projects LLC, Ivan Yelizariev",
"website": "https://it-projects.info",
"license": "Other OSI approved licence", # MIT
"license": "GPL-3",
"price": 50.00,
"currency": "EUR",
"depends": ["web_debranding", "web_login_background", "web_widget_color"],
Expand Down
2 changes: 1 addition & 1 deletion theme_kit/data/theme_data.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2016 Dinar Gabbasov <https://it-projects.info/team/GabbasovDinar>
License MIT (https://opensource.org/licenses/MIT). -->
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). -->
<odoo>
<!--Template Burger King-->
<record model="theme_kit.top_panel" id="burger_king_top_panel">
Expand Down
11 changes: 11 additions & 0 deletions theme_kit/doc/changelog.rst
@@ -1,3 +1,14 @@
`1.0.4`
-------

- ADD: added color picker for mandatory fields

`1.0.3`
-------

- FIX: compatibility with material backend theme module


`1.0.2`
-------

Expand Down
12 changes: 5 additions & 7 deletions theme_kit/i18n/es_CR.po
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_kit
#
#
# Translators:
# Randall <randall_castro@me.com>, 2018
msgid ""
Expand All @@ -11,12 +11,11 @@ msgstr ""
"POT-Creation-Date: 2018-04-30 21:57+0000\n"
"PO-Revision-Date: 2018-04-30 21:57+0000\n"
"Last-Translator: Randall <randall_castro@me.com>, 2018\n"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/it-projects-"
"llc/teams/76080/es_CR/)\n"
"Language: es_CR\n"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/it-projects-llc/teams/76080/es_CR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: theme_kit
Expand All @@ -43,9 +42,7 @@ msgstr ""
#: model:ir.ui.view,arch_db:theme_kit.view_config
msgid ""
"<em>[System Name]</em> Warning - Warning<br/>\n"
" You can not "
"remove the admin user as it is used internally for resources created by "
"<em>[System Name]</em> (updates, module installation, ...)"
" You can not remove the admin user as it is used internally for resources created by <em>[System Name]</em> (updates, module installation, ...)"
msgstr ""

#. module: theme_kit
Expand Down Expand Up @@ -206,6 +203,7 @@ msgstr ""

#. module: theme_kit
#: model:ir.ui.menu,name:theme_kit.theme_menu
#: model:ir.ui.view,arch_db:theme_kit.theme_view_tree
msgid "Color Schemes"
msgstr ""

Expand Down