Thursday, November 27, 2025
1 change · 19.0
Enhancements to existing features
This update simplifies the link editing process by consolidating actions into a single, wider popover. The redesign removes a copy button and streamlines the user interface for easier link creation and management. These changes enhance the overall user experience and improve consistency within the Odoo website builder.
Original PR description
The link popover previously had multiple buttons, making the link editing experience less intuitive. This commit unifies actions into a single wider popover and refactors some logic to improve…
The link popover previously had multiple buttons, making the link editing experience less intuitive. This commit unifies actions into a single wider popover and refactors some logic to improve consistency. ## UI/UX changes: - Replaced three buttons (copy, edit, remove) with one "Edit" button, which opens the link editing view. | Before | After | | ------------- | ------------- | |  |  | - Widened the popover for better readability. - Removed the copy link feature. <br/> ## Changes in link editing view: - Moved the "remove link" button in this view. <kbd></kbd> - Updated URL input placeholder to: "Enter URL, /page, or #anchor". - Auto-focus the URL input when creating a link for selected text. - Auto-focus the label input when creating new links or editing existing links. task-[4862671](https://www.odoo.com/odoo/project/974/tasks/4862671) Co-authored-by: adch-odoo \<adch@odoo.com\> --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr