-
- Downloads
[FIX] mail: remove deprecated exists check
The deprecated exists check(located in getFieldValue (ModelManager)) is removed,
but a lot of tests will fail after removing this check because it will try to
read fields after records are deleted. So added some missing exists checks.
Task-2871062
closes odoo/odoo#95415
Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
Showing
- addons/mail/static/src/model/model_manager.js 0 additions, 4 deletionsaddons/mail/static/src/model/model_manager.js
- addons/mail/static/src/models/composer_view.js 3 additions, 1 deletionaddons/mail/static/src/models/composer_view.js
- addons/mail/static/tests/qunit_suite_tests/components/composer_tests.js 1 addition, 1 deletion...atic/tests/qunit_suite_tests/components/composer_tests.js
Loading
Please register or sign in to comment