Skip to content

Commit

Permalink
[MIG] web_favicon: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-oerp committed Mar 27, 2024
1 parent 7538a6e commit 51438be
Show file tree
Hide file tree
Showing 60 changed files with 209 additions and 1,100 deletions.
7 changes: 7 additions & 0 deletions web_favicon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ Authors
* Therp BV
* Tecnativa

Contributors
------------

- OERP Canada <https://www.oerp.ca/>:

- Daryl Chen <[email protected]>

Maintainers
-----------

Expand Down
1 change: 0 additions & 1 deletion web_favicon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
from . import controllers
11 changes: 7 additions & 4 deletions web_favicon/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# 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": "12.0.1.0.0",
"author": "Therp BV, " "Tecnativa, " "Odoo Community Association (OCA)",
"version": "17.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)",
Expand All @@ -14,8 +18,7 @@
"web",
],
"data": [
"views/res_company.xml",
"views/templates.xml",
"views/res_company_view.xml",
],
"installable": True,
}
3 changes: 0 additions & 3 deletions web_favicon/controllers/__init__.py

This file was deleted.

30 changes: 0 additions & 30 deletions web_favicon/controllers/web_favicon.py

This file was deleted.

62 changes: 0 additions & 62 deletions web_favicon/i18n/ca.po

This file was deleted.

60 changes: 0 additions & 60 deletions web_favicon/i18n/ca_ES.po

This file was deleted.

62 changes: 0 additions & 62 deletions web_favicon/i18n/da.po

This file was deleted.

66 changes: 0 additions & 66 deletions web_favicon/i18n/de.po

This file was deleted.

Loading

0 comments on commit 51438be

Please sign in to comment.