~eduardo-bayardo-bias/openobject-addons/bias_trunk_v9

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
# -*- coding: utf-8 -*-
# Copyright 2016 Openworx, LasLabs Inc.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

{
    "name": "Material/United Backend Theme",
    "summary": "Odoo 9.0 community backend theme",
    "version": "9.0.6",
    "category": "Themes/Backend",
    "website": "http://www.openworx.nl",
	"description": """
                Backend theme for Odoo 9.0 community edition.
                The app dashboard is based on the module web_responsive from LasLabs Inc and the theme on Bootstrap United
    """,
        'images':[
        'images/screen.png'
        ],
    "author": "Openworx",
    "license": "LGPL-3",
    "installable": True,
    "depends": [
        'web',
    ],
    "data": [
        'views/assets.xml',
        'views/web.xml',
    ],
}