Daily updates from Odoo
Tuesday, September 23, 2025
3 changes · master
Enhancements to existing features
Businesses using international bpost shipping methods can now request bpack World Easy Retour return labels. This makes cross-border returns easier to manage and improves the customer return experience for international orders.
Original PR description
This ensures you can request 'bpack World Easy Retour' labels when using international bpost shipping methods. This PR is based on feedback from a PR I did on base 16.0 branch: https://github.com/odoo/enterprise/pull/58836.
Indian payroll now includes account mappings for selected salary rules. This helps payroll-related accounting entries flow into the correct accounts, reducing manual setup and improving financial reporting consistency.
Original PR description
In this commit, Include chart of account for some of salary rules of Indian payroll. task-4929815
Document breadcrumbs now reflect the views users previously opened when moving into folders, making it easier to return to where they came from. The add link document wizard also no longer lets users open the folder directly, aligning it with the request document flow.
Original PR description
When navigating to a folder using the folder many2one widget, instead of using the folder parents hierarchy as breadcrumbs, using the previously opened views so that users can easily go back. Like for the "request document" wizard, removing the possibility to open the folder from the "add link" document wizard. Task-4298814