-
- Downloads
[IMP] web: reload currencies when activating one
Active currencies are given in session_info, in the page source. When the user activated a new currency, he had to reload the page to make the browser aware of that new currency (without reloading, there was no currency symbol displayed next to the amounts). This rev. forces a reload of the currencies each time a currency is edited. Task #1838654 closes odoo/odoo#31192
Showing
- addons/web/static/src/js/core/session.js 21 additions, 0 deletionsaddons/web/static/src/js/core/session.js
- addons/web/static/src/js/views/basic/basic_model.js 5 additions, 0 deletionsaddons/web/static/src/js/views/basic/basic_model.js
- addons/web/static/tests/views/form_tests.js 41 additions, 0 deletionsaddons/web/static/tests/views/form_tests.js
Loading
Please register or sign in to comment