-
- Downloads
[FIX] web: missing context during resequence
Problem 1: The context was not passed when calling the resequence function. Problem 2: Also, the subsequent read operation did not pass the full context, but only the context of the user, not the context of the action. A test has been added for the basic model to check that the context is properly given after a resequence. closes odoo/odoo#81477 X-original-commit: 9b665ba8 Signed-off-by:Aaron Bohy (aab) <aab@odoo.com> Signed-off-by:
Luca Vitali <luvi@odoo.com>
Showing
- addons/web/static/src/js/views/basic/basic_model.js 2 additions, 0 deletionsaddons/web/static/src/js/views/basic/basic_model.js
- addons/web/static/tests/views/basic_model_tests.js 35 additions, 0 deletionsaddons/web/static/tests/views/basic_model_tests.js
- addons/web/static/tests/views/list_tests.js 4 additions, 0 deletionsaddons/web/static/tests/views/list_tests.js
Loading
Please register or sign in to comment