Wednesday, June 2, 2021
1 change · master
Enhancements to existing features
Odoo now chooses the most appropriate web address when generating links, instead of relying on one fixed system setting. This improves links shared from website-aware records and across apps such as documents, helpdesk, subscriptions, signing, delivery, HR, IoT, and social integrations.
Original PR description
Community commit introduce an helper to get the most suited URL for a record instead of always using the ICP, which is not correct in a website context. This commit replaces calls to ICP by the helper method. Community: https://github.com/odoo/odoo/pull/68201 Enterprise: https://github.com/odoo/enterprise/pull/17538 Upgrade: https://github.com/odoo/upgrade/pull/2372 task-2476101