Friday, March 4, 2022
1 change · master
Code cleanup and technical improvements
The mail tracking value tests were moved into the dedicated test_mail area to support upcoming improvements in how test models are defined. This is an internal reorganization that helps keep future testing easier to maintain without changing day-to-day product behavior.
Original PR description
This move is done to prepare the use of server side model definitions during tests. Indeed, a model having all type of tracked fields will be needed to ease tracking value testing. This model will be added to the test_mail module so the tracking value tests need to be there as well. [](https://github.com/tsm-odoo)task-2767820