Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
22
web_favicon/__manifest__.py
Executable file
22
web_favicon/__manifest__.py
Executable file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2015 Therp BV <http://therp.nl>
|
||||
# Copyright 2016 Pedro M. Baeza
|
||||
# Copyright 2024 OERP Canada <https://www.oerp.ca>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Custom shortcut icon",
|
||||
"version": "18.0.1.0.0",
|
||||
"author": "Therp BV, "
|
||||
"Tecnativa, "
|
||||
"OERP Canada,"
|
||||
"Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"category": "Website",
|
||||
"summary": "Allows to set a custom shortcut icon (aka favicon)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": [
|
||||
"web",
|
||||
],
|
||||
"data": ["views/res_company_views.xml", "views/templates.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user