Thursday, December 19, 2024
7 changes · 17.0
Resolved issues and error corrections
This update resolves a technical issue preventing users from accessing account data correctly. The fix ensures that currency information is properly handled, eliminating a serialization error that was causing disruptions. This improves the reliability of the account synchronization process.
Original PR description
This commit resolves an issue where users encounter a serialization error when attempting to retrieve accounts. The currency_id is now correctly passed and managed to prevent the "currency object is not serializable" error. no task id Forward-Port-Of: odoo/enterprise#75908
This update resolves an issue where caliper devices were generating error popups due to attempts to read measurement values. The team implemented a fix within the caliper drivers to handle continuous measurements without causing errors, ensuring accurate data capture.
Original PR description
`quality_iot` listens continuously for measure updates. It also provides a "take measure" button for devices that don't send automatically their measure. On caliper devices, measures are sent continuously, so methods to read value once were not implemented, resulting in a error if we tried to call them. To avoid displaying an error popup, we implemented those actions on caliper drivers. opw-4332476
This update fixes an issue where credit notes were incorrectly appearing in the invoices section of the Tax Report 349 (Mod 349) for ES companies. The fix ensures that credit note amounts are now correctly displayed in the refunds section, aligning with ES tax reporting requirements for intra-Community operations. This improves the accuracy of tax reporting data.
Original PR description
In ES localization Tax Report 349 is an informative tax return report for intra-Community operations. Currently, the tax report will show amounts from credit notes in the invoices section, instead of the refunds section Steps to reproduce: - Have an ES Company setup - Create and confirm credit note with: - EU partner - Type for mod 349: A - Go to Accounting > Reporting > Tax Report - Select Report: Tax Report (Mod 349) (ES) Issue: Credit Notes appear in the invoices section instead of the refunds section opw-4358330 Forward-Port-Of: odoo/enterprise#75266
This update resolves an issue in Odoo's web studio where the toolbar would misalign when scrolling with selected text. Now, the toolbar remains fixed to the initial selection, providing a more consistent and user-friendly experience while editing reports. This improves usability and reduces frustration for users.
Original PR description
**Current behavior before PR:** - In web studio, when text is selected and the page is scrolled, the toolbar does not stay aligned with the selected text. **Desired behavior after PR is merged:** - Now, when scrolling in web studio, the toolbar remains fixed to the initial selection. task-4317313
This update corrects a previous issue where the document type field was incorrectly being applied to customer invoices. Now, the system only calculates this field for customer invoices, ensuring accurate reporting and compliance. This change maintains the standard functionality for all other document types within the Odoo Enterprise system.
Original PR description
Users only need the computation of the document type field for customer invoices. As a result, this fix restricts the assignment of document types to customer invoices, while preserving the standard functionality for all other document types. task-4299210 This is a fix for #73945 Forward-Port-Of: odoo/enterprise#75335
This update corrects a previous issue where translations were missing from spreadsheet dashboard files, ensuring accurate localization for key business modules. The commit re-exports the necessary translation files to resolve this and maintain consistent I18N across the Odoo Enterprise platform.
Original PR description
The related community commit fixed the issue where we forgot to extract terms from spreadsheet files ending in "_dashboard.osheet.json" and were file references were added multiple times in the .pot files. This commit re-exports all spreadsheet pot files again using the fixed code. Related to https://github.com/odoo/odoo/pull/190598
Features or functions removed from Odoo
This update corrects a technical issue where a duplicate 'warnings.xml' file was created due to a directory naming error. Removing this redundant file streamlines the system and ensures optimal performance. This change is a minor fix.
Original PR description
Due to a typo in the directory name the warnings.xml file got duplicated and one of them is now unnecesary. linked pr: #67187