Thursday, March 24, 2022
3 changes
Enhancements to existing features
The enterprise mail test module was updated to align with recent improvements in the shared mail testing framework. This reduces duplicated test setup and makes required dependencies explicit, improving reliability of internal quality checks without changing end-user behavior.
Original PR description
Update due to community changes about mail tests, see community PR for more details. Notably some calls are not necessary anymore since test_mail holds a complete base class for performance tests. Task-2673913 (TestMail: Cleanup and improve test coverage)
Invoice reports now use the standard contact display to show VAT information instead of adding it separately. This makes VAT presentation more consistent and easier to adapt for localization needs.
Original PR description
The contact widget supports displaying VAT, but it was added manually in the reports after contact. This commit is a part of community PR [83733](https://github.com/odoo/odoo/pull/83733) to make enterprise localization addons compatible
The dashboard graph view was adjusted to stay visually consistent after related graph view changes. These updates improve chart layout stability and refine Enterprise styling for labels and popovers.
Original PR description
Mirror changes in community and apply the necessary adaptations. Requires: - https://github.com/odoo/odoo/pull/83132 task-2740030