Thursday, March 19, 2026
6 changes · 18.0
Resolved issues and error corrections
This update corrects an issue with the numbering of report lines within the Vietnamese Balance Sheet report. Specifically, the section 'I. Short-term liabilities' now displays correct sequential numbering. This ensures accurate and consistent reporting for Vietnamese businesses using Odoo Enterprise.
Original PR description
- Fixed the numbering of report lines under the section "I. Short-term liabilities" in the balance sheet report 6035762
This update corrects a technical error in how images are displayed within Odoo's reports. The fix ensures that image URLs are correctly processed, resolving a potential display issue. This improves the overall quality and reliability of Odoo reports.
Original PR description
Forward-Port-Of: odoo/odoo#254633
This update resolves a potential issue where the forum's URL title retrieval process could get stuck indefinitely. By adding a timeout to these requests, we prevent the forum from becoming unresponsive and ensure a smoother user experience. This improves the overall stability and reliability of the forum feature.
Original PR description
Add a timeout to the requests done by /forum/get_url_title to avoid blocking indefinitely Forward-Port-Of: odoo/odoo#254607
This update resolves a technical issue preventing Odoobot from correctly scheduling events in Google Calendar. Previously, a recent update blocked Odoobot's event creation due to changes targeting regular users. This fix ensures Odoobot can continue to function as intended, automating event scheduling for the system.
Original PR description
After odoo/odoo#218856 got merged for targetting regular users, it had a side-effect that public users (like Odoobot) had their insertion blocked in Google Calendar when scheduling events for other users during cron calls. This commit fixes the issue by checking if the current user is a public user, bypassing the check for the insertion blocking. task-5361135
A bug in the composer was causing a traceback when users selected mentions. This was due to a renaming of an internal attribute within the Odoo system. This update corrects the code to properly handle mentions, ensuring the composer functionality works as expected.
Original PR description
Problem: Opening the composer, typing "@" and selecting any item causes a traceback. Cause: After 8c99b17fcc3a612fd897da9ee29e2f53254d5933, the attribute `channel` was renamed to `thread`. Some code still referenced the old `channel` attribute, leading to errors when selecting mentions. Steps to reproduce: - Open the composer. - Type "@" to trigger mentions. - Select any item from the suggestions. - Observe a traceback. opw-6030307 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Documentation and clarification updates
This pull request represents Idvon's signature confirming adherence to the Odoo contributor license agreement. It's a standard legal step to ensure the code complies with Odoo's licensing terms. No functional changes were made as part of this signature update.
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