Tuesday, June 25, 2024
3 changes · 17.0
Resolved issues and error corrections
This fix corrects a display issue in project budget management where an unused budget (zero spending) was incorrectly showing "-0%" instead of "0%". The fix ensures that when no budget has been spent, the system properly displays zero percent rather than a negative zero value, improving the accuracy of budget status reporting.
Original PR description
Steps: - Install the project - Enable Budget management from settings - Create project - Click on set status button inside your project - Create budget Issue: - If budget is not used for expenditure then instead of showing 0% , it displays -0% which is incorrect. Cause: - float value of 'cost' i.e. 0.0 leads to generation of negative value Fix: - Issue is been fixed by applying condition if cost equals 0.0 task-3744319 Forward-Port-Of: odoo/enterprise#56998
This update fixes an issue in the helpdesk rating tests where date fields could not be properly updated through standard methods. The fix ensures that test data can be correctly configured with the appropriate timestamps, improving the reliability of rating functionality tests.
Original PR description
We are unable to update the 'create date' and 'write date' through the ORM method. Therefore, I used a patch. task-4004191 Forward-Port-Of: odoo/enterprise#65151
A typo in the translation file name for the Swiss HR Payroll Documents module has been corrected. This ensures proper translation file management and prevents potential issues with language localization for Swiss payroll operations.