Monday, April 8, 2024
26 changes
Resolved issues and error corrections
This update corrects how URL fields display links in the web interface. Previously, the system didn't properly detect when to add the necessary prefix to URL values, which could result in broken or incorrectly formatted links. This fix ensures that all URL fields now display and function correctly.
Original PR description
Before this commit, we didn't correctly detect when to prefix the value of an url field for the href of its link. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#160623 Forward-Port-Of: odoo/odoo#160536