Sunday, January 18, 2026
2 changes · 19.0
Resolved issues and error corrections
This update resolves an issue where Odoo's PWA support was failing in certain customized browsers like Wecom and DingTalk. The fix ensures Odoo correctly identifies Safari versions, allowing for smoother PWA functionality across a wider range of user environments. This enhances the overall user experience for Odoo users on these platforms.
Original PR description
Desired behavior after PR is merged: In some customized browsers, such as Wecom and DingTalk, the userAgent may not contain the Version information, resulting in an error. 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
This update addresses minor issues within the l10n_hr_edi module, specifically improving the handling of fiscalization requests and multi-company API calls. The changes enhance the system's reliability and accuracy when processing invoices, particularly related to approval workflows and company configurations.
Original PR description
- Adjusting error handling for receiving an empty response from MER for a document fiscalization status. - Adding additional checks for running multi-company-wide MER API methods. - Adjusting how approval API call is handled when confirming a bill. - Adding a tooltip about Company BU in MER settings and missing "company dependent" indicators for the credentials. Continuation of task-4925745 Related to opw-5477846 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#244357 Forward-Port-Of: odoo/odoo#244023