Friday, June 19, 2026
4 changes · saas-18.2
Resolved issues and error corrections
This fix removes a repeated account entry from the Danish chart of accounts migration list. It helps keep Danish accounting setup data clean and avoids redundant processing during migrations.
Original PR description
In the list 'dk_coa_7630 ', the account has been used in the list twice. Removing the duplication from the list. [Reference](https://github.com/odoo/odoo/blob/17.0/addons/l10n_dk/migrations/1.4/end-migrate.py#L14) 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#270573
This fixes how images are prepared in email content so they render correctly in Microsoft Outlook. It helps recipients see email images as intended, reducing display issues in business communications.
Original PR description
Backport the changes from `b9370ea6b70ca3020c73a6940d70ff0cf954f69f` into `mail/convert_inline` to ensure Outlook-compatible image rendering. opw-3776054 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#269436
This fixes an issue in the mail composer where pressing the End key after inserting a mention could move the cursor to the wrong paragraph. Mentions now include invisible spacing so writing and editing messages feels consistent for users.
Original PR description
### Purpose of this PR: - Inserting a mention in the composer results in a paragraph ending with a bare `<a>` element and no trailing text node. This causes the browser to mishandle the End key, moving the caret to the start of the next paragraph instead of the end of the current line. - Fix by appending a \uFEFF (zero-width no-break space) text node. task-6295924 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#269699
Code cleanup and technical improvements
This cleanup removes accidentally added empty files from Mail, Live Chat, Point of Sale, and self-ordering areas. It has no expected effect on users, but helps keep the product codebase tidy and easier to maintain.
Original PR description
*= im_livechat, point_of_sale, pos_self_order **closed this PR since we are only removing in master 19.4** remove empty files that were accidentally added and are not used. This cleanup helps keep the codebase organized the culprit https://github.com/odoo/odoo/pull/186003/ :smiley_cat: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr