Daily updates from Odoo
Wednesday, September 10, 2025
4 changes
1 change
Code cleanup and technical improvements
This update prepares customer follow-up reports for easier customization of due and overdue invoice lines. It helps businesses tailor what customers see on payment reminder reports without changing the standard report flow.
Original PR description
The goal with these hooks is to allow customization of overdue and due lines that are going to be printed on the followup report to be communicated to the customer. Forward-Port-Of: odoo/enterprise#93438
1 change
Code cleanup and technical improvements
This update prepares customer follow-up reports to be customized more easily before they are sent or printed. Businesses can tailor how due and overdue items appear in customer communications without changing the standard report flow.
Original PR description
The goal with these hooks is to allow customization of overdue and due lines that are going to be printed on the followup report to be communicated to the customer. Forward-Port-Of: odoo/enterprise#93438
2 changes
Code cleanup and technical improvements
This internal refactor moves commonly used barcode and RFID scan helpers into the shared web tour testing tools. It makes integration tests easier to maintain and supports more efficient loading of test dependencies, with no expected impact on day-to-day users.
Original PR description
In this commit, we put scan and scan rfid in web_tour tour_helpers. As scan and scanRFID are used quite a lot and web_tour is only used for integration tests, it's more convenient to have scan helpers in web_tour. This commit is made in order to lazy load hoot-dom in web_tour.
This change makes it easier to customize which overdue and upcoming payment lines appear on customer follow-up reports. It helps businesses tailor customer communications without changing the standard reporting flow.
Original PR description
The goal with these hooks is to allow customization of overdue and due lines that are going to be printed on the followup report to be communicated to the customer. Forward-Port-Of: odoo/enterprise#93438