Files
web/support_branding/__manifest__.py

26 lines
742 B
Python

# Copyright 2012-2015 Therp BV (<http://therp.nl>)
# Copyright 2016 - Tecnativa - Angel Moya <odoo@tecnativa.com>
# Copyright 2017 - redO2oo - Robert Rottermann <robert@redO2oo.ch>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Support branding",
"summary": "Adds your branding to an Odoo instance",
"category": "Dependecy/Hidden",
"version": "10.0.1.0.0",
"license": "AGPL-3",
"author": "Therp BV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"depends": [
"web",
],
"qweb": [
"static/src/xml/base.xml",
],
"data": [
"data/ir_config_parameter.xml",
"views/qweb.xml",
],
"installable": True,
}