Wednesday, June 2, 2021
2 changes · 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
Resolved issues and error corrections
This fixes how Chilean electronic document signature HTML is prepared so signatures are generated with the correct content. It helps prevent incorrect electronic documents, especially delivery guides, caused by recent HTML escaping changes.
Original PR description
Edition of the html was wrong since https://github.com/odoo/odoo/commit/01875541b1a8131cb0c5459f18670e9a97713135