Daily updates from Odoo
Friday, December 20, 2024
4 changes · 18.0
Enhancements to existing features
This update adds tests that clarify how accounting should handle changes to existing tax rates. It helps reduce the risk of errors when tax rates are updated, supporting more reliable compliance and reporting.
Original PR description
This commit aims at better defining how to handle tax rates being updated for some taxes, and test the procedure.
The vehicle model view now places the engine and salary information blocks in a more suitable order. This makes the Belgian payroll fleet screen easier to read and helps users find related vehicle details more naturally.
Original PR description
changing position of engine block and salary block in vehicle models view task-4351672
Sales commission reports can now be filtered by manager, making it easier for teams to review performance and commissions for specific reporting lines. This helps managers and business users focus on the relevant people without manually sorting broader reports.
The sales commission area now handles edge cases more reliably, including preventing errors when calculations would divide by zero. The user interface was also refined, making commission reporting and plan information easier to review.
Original PR description
Fix division by 0 and some UI