Skip to content

Commit

Permalink
⚡ theme_kit: Compatibility with backend_theme
Browse files Browse the repository at this point in the history
Signed-off-by: Vildan Safin <safin@it-projects.info>
  • Loading branch information
Enigma228322 committed Aug 28, 2020
1 parent 8ee2825 commit ab7b1ab
Show file tree
Hide file tree
Showing 18 changed files with 1,073 additions and 1,654 deletions.
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
37 changes: 27 additions & 10 deletions theme_kit/__manifest__.py
@@ -1,20 +1,26 @@
# 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",
"images": ["images/brandkit.png"],
"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"],

"depends": [
"web_debranding",
"web_login_background",
"web_widget_color",
],
"external_dependencies": {"python": [], "bin": []},
"data": [
"security/ir.model.access.csv",
Expand All @@ -24,17 +30,28 @@
"views/theme.xml",
"data/theme_data.xml",
],
"qweb": [],
"demo": [],
"qweb": [
],
"demo": [
],

"post_load": None,
"pre_init_hook": None,
"post_init_hook": None,

"auto_install": False,
"installable": True,

"demo_title": "Brand kit",
"demo_addons": ["web_debranding", "web_login_background"],
"demo_addons_hidden": [],
"demo_addons": [
"web_debranding",
"web_login_background",
],
"demo_addons_hidden": [
],
"demo_url": "theme-kit",
"demo_summary": "Brand your odoo instance in few clicks.",
"demo_images": ["images/brandkit.png"],
"demo_images": [
"images/brandkit.png",
]
}
489 changes: 251 additions & 238 deletions theme_kit/data/theme_data.xml

Large diffs are not rendered by default.

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

0 comments on commit ab7b1ab

Please sign in to comment.