Monday, January 20, 2025
2 changes · saas-18.1
Resolved issues and error corrections
This fix removes a hidden dependency on demo data in website payment tests, making automated checks more reliable across environments. It also ensures required company contact information is present so the test can run consistently.
Original PR description
The previous fix to make the test work without demo was broken. Using write directly seems to fix the issue, also set an email on the company as it is required by the test. Runbot Error: 108437
The accounting Print & Send wizard was cleaned up by removing code for a direct download option that is no longer available. This reduces maintenance overhead without changing the current user experience.
Original PR description
With previous commit [1], we aligned the Print & Send wizard's behavior to the one in the Sales app. It's no longer possible to download directly from the wizard, therefore the code removed in this commit was never accessed. [1]: https://github.com/odoo/odoo/commit/7ad7a1d976391e81eaa03be7076cc61f4a6cfcbe task-no