Daily updates from Odoo
Monday, July 29, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Fixed an issue where opening certain partner links in a new browser tab could show the record the user was already viewing instead of the intended linked partner. This ensures duplicate Tax ID links and similar record links take users to the correct destination, reducing confusion and navigation errors.
Original PR description
Currently, links created with the `Many2OneField` component won't work properly if opened in a new tab. ### Steps to reproduce * create two partners with the same Tax ID * each partner should display a link to the other partner, indicating a duplicate Tax ID. * open one of those links in a new tab When the link is opened in a new tab, it displays the record you were originally viewing instead of the intended partner. opw-4050312
This update fixes several issues affecting everyday Odoo workflows, including loyalty orders, vendor bill purchase order selection, email sender handling, manufacturing work orders, and localized accounting reports. It improves reliability and compliance behavior across point of sale, purchasing, email, manufacturing, and country-specific accounting features.
Original PR description
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