3
0
Fork 0
web_techsystech/web_favicon/__manifest__.py

24 lines
609 B
Python

# -*- coding: utf-8 -*-
# Copyright 2015 Therp BV <http://therp.nl>
# Copyright 2016 Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Custom shortcut icon",
"version": "11.0.1.0.0",
"author": "Therp BV, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Website",
"summary": "Allows to set a custom shortcut icon (aka favicon)",
"depends": [
"web",
],
"data": [
"views/res_company.xml",
"views/templates.xml",
],
"installable": True,
}