Daily updates from Odoo
Thursday, September 21, 2023
5 changes · master
Resolved issues and error corrections
The Knowledge topbar now includes the “Add to favorites” and “Remove from favorites” labels in the translation process. This helps users working in other languages see consistent, localized wording for favorite actions.
Original PR description
This commit ensures that the "Add to favorites" and "Remove from favorites" labels in the topbar component are properly added to the translations.
This update fixes how manufacturing work order documents are displayed in the document viewer. It avoids an unnecessary data reload and helps ensure images and embedded documents continue to open reliably for users.
This update fixes an internal payroll accounting test related to Belgian leave allocations. It helps keep payroll validation reliable after changes to how allocation names are automatically handled.
Original PR description
Previously, allocation name was not computed on create. Now, it's not a case anylonger. With this change, create_allocation test was failing as first the name field was assigned, then holiday_status_id; Which caused for the name field to be recomputed and assigned to False. As the field is required, leave_form.save() was raising an error. task-3389144
This fix aligns several localized point of sale modules with the updated order date handling used elsewhere. It helps ensure receipts, certifications, and local compliance records use the correct order date instead of the creation date.
Original PR description
In this previous commit: [0735ec422cdb0f3af3fb573ff78f06f0f75cfd38 ](https://github.com/odoo/odoo/pull/133293/commits/0735ec422cdb0f3af3fb573ff78f06f0f75cfd38) We changed the flow of validation_date and creation_date to date_order. But this wasn't checked in the l10n pos modules.
Fixed an issue where subscription sales log reports could appear empty when currency exchange rate data was missing. This helps users keep visibility into subscription activity even when some currency rate information is unavailable.
Original PR description
task-id: 3452269