Wednesday, September 10, 2025
2 changes · master
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