Tuesday, February 4, 2025
1 change · saas-17.2
Resolved issues and error corrections
This fix moves mail-related test dependencies out of the core resource module and into the resource mail module where they belong. As a result, installing the resource module alone no longer causes an error when running unit tests, improving reliability for testing and maintenance.
Original PR description
Before this commit: 1. Install `ressource` module 2. In debug, open "Run unit tests" debug menu 3. Error pop-up: ```js Global Error: stack trace available in the console Missing dependencies: @mail/../tests/mail_test_helpers ``` After this commit: No error and units tests can proceed Related runbot task: https://runbot.odoo.com/odoo/runbot.build.error/72187