Skip to content

Commit dd29447

Browse files
committed
⚡ Compatibility with backend_theme
Signed-off-by: Vildan Safin <[email protected]>
1 parent 8ee2825 commit dd29447

18 files changed

+1073
-1654
lines changed

theme_kit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# License MIT (https://opensource.org/licenses/MIT).
1+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
22
from . import models

theme_kit/__manifest__.py

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# Copyright 2016 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
22
# Copyright 2018 Dinar Gabbasov <https://it-projects.info/team/GabbasovDinar>
3-
# License MIT (https://opensource.org/licenses/MIT).
3+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
44
{
55
"name": """Brand kit""",
66
"summary": """Brand your odoo instance in few clicks""",
77
"category": "Debranding",
8-
# "live_test_url": "http://apps.it-projects.info/shop/product/theme-kit?version=11.0",
9-
"images": ["images/brandkit.png"],
8+
"live_test_url": "http://apps.it-projects.info/shop/product/theme-kit?version=11.0",
9+
"images": ['images/brandkit.png'],
1010
"version": "11.0.1.1.2",
1111
"application": False,
12+
1213
"author": "IT-Projects LLC, Ivan Yelizariev",
1314
"website": "https://it-projects.info",
14-
"license": "Other OSI approved licence", # MIT
15+
"license": "GPL-3",
1516
"price": 50.00,
1617
"currency": "EUR",
17-
"depends": ["web_debranding", "web_login_background", "web_widget_color"],
18+
19+
"depends": [
20+
"web_debranding",
21+
"web_login_background",
22+
"web_widget_color",
23+
],
1824
"external_dependencies": {"python": [], "bin": []},
1925
"data": [
2026
"security/ir.model.access.csv",
@@ -24,17 +30,28 @@
2430
"views/theme.xml",
2531
"data/theme_data.xml",
2632
],
27-
"qweb": [],
28-
"demo": [],
33+
"qweb": [
34+
],
35+
"demo": [
36+
],
37+
2938
"post_load": None,
3039
"pre_init_hook": None,
3140
"post_init_hook": None,
41+
3242
"auto_install": False,
3343
"installable": True,
44+
3445
"demo_title": "Brand kit",
35-
"demo_addons": ["web_debranding", "web_login_background"],
36-
"demo_addons_hidden": [],
46+
"demo_addons": [
47+
"web_debranding",
48+
"web_login_background",
49+
],
50+
"demo_addons_hidden": [
51+
],
3752
"demo_url": "theme-kit",
3853
"demo_summary": "Brand your odoo instance in few clicks.",
39-
"demo_images": ["images/brandkit.png"],
54+
"demo_images": [
55+
"images/brandkit.png",
56+
]
4057
}

theme_kit/data/theme_data.xml

Lines changed: 251 additions & 238 deletions
Large diffs are not rendered by default.

theme_kit/doc/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
`1.0.4`
2+
-------
3+
4+
- ADD: added color picker for mandatory fields
5+
6+
`1.0.3`
7+
-------
8+
9+
- FIX: compatibility with material backend theme module
10+
11+
112
`1.0.2`
213
-------
314

theme_kit/i18n/es_CR.po

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Translation of Odoo Server.
22
# This file contains the translation of the following modules:
33
# * theme_kit
4-
#
4+
#
55
# Translators:
66
# Randall <[email protected]>, 2018
77
msgid ""
@@ -11,12 +11,11 @@ msgstr ""
1111
"POT-Creation-Date: 2018-04-30 21:57+0000\n"
1212
"PO-Revision-Date: 2018-04-30 21:57+0000\n"
1313
"Last-Translator: Randall <[email protected]>, 2018\n"
14-
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/it-projects-"
15-
"llc/teams/76080/es_CR/)\n"
16-
"Language: es_CR\n"
14+
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/it-projects-llc/teams/76080/es_CR/)\n"
1715
"MIME-Version: 1.0\n"
1816
"Content-Type: text/plain; charset=UTF-8\n"
1917
"Content-Transfer-Encoding: \n"
18+
"Language: es_CR\n"
2019
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2120

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

5148
#. module: theme_kit
@@ -206,6 +203,7 @@ msgstr ""
206203

207204
#. module: theme_kit
208205
#: model:ir.ui.menu,name:theme_kit.theme_menu
206+
#: model:ir.ui.view,arch_db:theme_kit.theme_view_tree
209207
msgid "Color Schemes"
210208
msgstr ""
211209

0 commit comments

Comments
 (0)