OCA / web

Odoo web client UI related addons
GNU Affero General Public License v3.0
912 stars 1.86k forks source link

[17.0][MIG] web_favicon: Migration to 17.0 #2765

Closed dc-oerp closed 5 months ago

dc-oerp commented 5 months ago

Odoo removed the favicon function and field in the company setting in V17. Migrate from V12 to V17 This module is to add the favicon function back, and this can be helpful for multi-company/instance users.

pedrobaeza commented 5 months ago

Thanks for the contribution. Indeed this one is needed since the removal of the feature in https://github.com/odoo/odoo/pull/116367

Please preserve commit history following technical method explained in https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0.

If the jump is between several versions, you have to modify the source branch in the main command to accommodate it to this circumstance.