Wednesday, December 24, 2025
4 changes · saas-19.1
Enhancements to existing features
This update clarifies the filter options within the account follow-up reporting system. It now specifically targets 'Overdue Customer Invoices,' making it easier for finance teams to quickly identify and manage unpaid invoices. This change improves reporting accuracy and streamlines the process of tracking overdue payments.
Original PR description
opw-5232434 Forward-Port-Of: odoo/enterprise#100595
This update allows users to now accurately display the account holder's name alongside bank details, even when it differs from the partner's name. Previously, the account holder name was automatically linked, but this change ensures correct display regardless of name variations, enhancing data clarity and accuracy.
Original PR description
Allow changing of the account holder name in case it is different from the partner name which was the computed default. Task-5222712 [Related PR](https://github.com/odoo/enterprise/pull/98572) Forward-Port-Of: odoo/odoo#233965
This update enhances Odoo's stock management capabilities by adding support for reading data from RFID devices. Instead of needing a dedicated mobile app, users can now scan RFID tags directly, streamlining inventory processes. A related code refactoring is planned for the main Odoo branch.
Original PR description
Now, we have an EPC decoder, we can add support for reading values from an RFID device without requiring a specific mobile app. To achieve this, we use the same entry point as the one used for barcode scanning. As a result, a refactoring of the naming is planned on the master branch.
This update fixes an issue where users were always redirected to a guest discussion page when sharing an invitation link. Now, internal users are correctly directed to the main discuss app, improving the user experience and streamlining the invitation process. This change is part of a larger effort to optimize the Odoo invitation flow.
Original PR description
When sharing an invitation link, user is always redirected to the discuss guest page. However, it's better to redirect internal users to discuss. This commit redirects internal users to the discuss app from the invitation link. part of task-4873812