Daily updates from Odoo
Friday, April 4, 2025
3 changes · master
Code cleanup and technical improvements
Sales commission achievement features have been moved back into the main Sales Commission module, replacing the temporary linked achievement module. This reduces module complexity while keeping the same commission tracking capabilities available in the standard sales commission flow.
Original PR description
…_achievement Since https://github.com/odoo/enterprise/pull/77483 a technical module introduced to do breaking changes in stable: sale_commission_linked_achievement. This commit move the functionallities back in sale_commission. taskid: 4630052
The online appointment website component was reworked to use Odoo's newer interaction approach. This keeps the feature aligned with the platform's current architecture while preserving the customer-facing appointment booking experience.
Original PR description
task-4367641
This change reorganizes how spreadsheet filter matching is handled behind the scenes. It removes a shared global mechanism in favor of more localized handling, reducing maintenance risk without changing expected user behavior.
Original PR description
Task: 4684668