Daily updates from Odoo
Friday, October 25, 2024
2 changes · master
Enhancements to existing features
Commission purchase orders are now grouped across multiple salespeople when they relate to the same partner, reducing the number of documents created. This lowers processing effort for accounting teams while keeping salespeople able to access the relevant purchase orders.
Original PR description
Previously, commission POs would be grouped per salesperson. In large companies commission is generated through different salespeople which leads to many POs to the same partner. This causes more overhead for the accounting teams on both sides: there are more POs to process on one side, and more invoices to process on the other. To minimize the number of POs, we remove the salesperson from the domain and stop assigning them as user_id (there can now be multiple). To ensure they keep access to the same POs as before, we add them as a follower on the PO and modify the record rule to take this into account. task-4250635
The Planning app now includes clearer demo examples showing how employee shifts and allocated hours vary across different contract periods. This helps business users better understand and evaluate contract-based planning scenarios during demonstrations or testing.
Original PR description
- master Before this commit, there was not quite much demo data to showcase about shifts and its allocated hours depending on various contracts of employees. This commit adds demo data to show shifts allocated to resource depending on their different contract period. task-3128491