Daily updates from Odoo
Thursday, May 29, 2025
1 change
Code cleanup and technical improvements
The HTML editor now uses a dedicated state flag to decide when the link popover is in editing mode, instead of inferring it from whether a link has a web address. This makes link editing behavior more predictable and easier to maintain without changing the visible workflow for users.
Original PR description
### Current behavior before PR: - The popover's editing mode was determined by whether the link had an `href` attribute. ### Desired behavior after PR is merged: - Introduced _`LinkPopoverState`_ to control the editing mode instead of relying on `href`. task-4241464 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr