Monday, March 3, 2025
1 change · master
Resolved issues and error corrections
This fix restores an email address for the admin user during Knowledge UI tests. It prevents automated test failures in setups without demo data, helping keep the Knowledge app validation process stable.
Original PR description
The removal of `MailCommon` in https://github.com/odoo/enterprise/pull/80180 for `TestKnowledgeUICommon` had the unintended side effect of removing the email from the user `admin`. It happens that tours using that class actually send emails and thus require the email address to be set on the user, which is not the case in no demo runs. Runbot Error 145750