1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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'
}
|