summaryrefslogtreecommitdiff
path: root/backend_theme_v14/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend_theme_v14/__manifest__.py')
-rw-r--r--backend_theme_v14/__manifest__.py33
1 files changed, 33 insertions, 0 deletions
diff --git a/backend_theme_v14/__manifest__.py b/backend_theme_v14/__manifest__.py
new file mode 100644
index 0000000..dcc1d29
--- /dev/null
+++ b/backend_theme_v14/__manifest__.py
@@ -0,0 +1,33 @@
+# -*- coding: utf-8 -*-
+# Copyright 2016, 2020 Openworx - Mario Gielissen
+# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+
+{
+ "name": "Openworx Material Backend Theme V14",
+ "summary": "Openworx Material Backend Theme V14",
+ "version": "14.0.0.2",
+ "category": "Theme/Backend",
+ "website": "https://www.openworx.nl",
+ "description": """
+ Openworx Material Backend theme for Odoo 14.0 community edition.
+ """,
+ 'images':[
+ 'images/screen.png'
+ ],
+ "author": "Openworx",
+ "license": "LGPL-3",
+ "installable": True,
+ "depends": [
+ 'web',
+ 'web_responsive',
+
+ ],
+ "data": [
+ 'views/assets.xml',
+ 'views/res_company_view.xml',
+ 'views/users.xml',
+ 'views/sidebar.xml',
+ ],
+ #'live_test_url': 'https://youtu.be/JX-ntw2ORl8'
+
+}