-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] web_favicon: Migration to 17.0
- Loading branch information
Showing
59 changed files
with
210 additions
and
1,101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,13 @@ Authors | |
* Therp BV | ||
* Tecnativa | ||
|
||
Contributors | ||
------------ | ||
|
||
- OERP Canada <https://www.oerp.ca/>: | ||
|
||
- Daryl Chen <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +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": "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)", | ||
"website": "https://github.com/OCA/web", | ||
"depends": [ | ||
"web", | ||
], | ||
"data": [ | ||
"views/res_company.xml", | ||
"views/templates.xml", | ||
], | ||
"data": ["views/res_company_views.xml", "views/templates.xml"], | ||
"installable": True, | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.