Monday, April 7, 2025
2 changes · 18.0
Enhancements to existing features
This update improves Odoo’s internal unit testing tools, especially the Hoot test framework used by developers. It makes test results clearer, fixes several edge cases, and improves simulated user interactions so future changes can be tested more reliably without affecting normal business features.
Original PR description
## Pull Request HOOT (PRHOOT) 30 This pull requests brings various improvements and fixes to Hoot and the Odoo unit test ecosystem. See the different commit messages for more details. Note: these changes are made in stable to avoid having to support multiple versions of the HOOT API. As such, these changes are intended to be strictly limited to unit tests as to not put the rest of the code base at risk. Enterprise: https://github.com/odoo/enterprise/pull/82351 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Canadian EFT payment files now automatically replace special characters with standard plain-text equivalents. This helps files meet CPA005 banking requirements and reduces the risk of payment file rejection.
Original PR description
- Replacing all special characters in generated EFT files with normal ascii counterparts to fit the requirements of the CPA005 standard. - Adding an assert for it in tests. task-4609483