-
- Downloads
[FIX] *: fix some side-effects of...
[FIX] *: fix some side-effects of https://github.com/odoo/odoo/commit/9de1bc0eef6f5bfaa2a8d745431caa361ae91548 - JS Modals were not correctly built anymore, their .modal-body element was duplicated and many without-effect JS lines were introduced (as a side effect, the form view design was broken when inside modals) - Tests were changed to make bugs go unnoticed. For example, the media dialog functionnality was entirely broken because the .modal-dialog element was not receiving the correct class anymore. - The JS translation function is _t, not _ - Do not use the <title/> tag as a regular DOM element, it is meant to be unique, in the <head/> section - CSS rules were added to the utils.scss file, which is meant to contain functions and mixins, otherwise, the rule is duplicated in every asset - Some icons were still broken, as missed by https://github.com/odoo/odoo/commit/f90cf060a3cfeb37a67bec83264c0aaab8892b56 - Tests were changed to use [role="dialog"]/footer/header in their selectors without any reason, this commit restores some of that to avoid rebase conflicts with the BS4 work. - ... Note: other elements should still be discussed, like the direct use of the 'o_form_label' class in views definition... but those do not cause direct problems.
Showing
- addons/account/static/tests/reconciliation_tests.js 4 additions, 4 deletionsaddons/account/static/tests/reconciliation_tests.js
- addons/barcodes/static/src/js/barcode_form_view.js 1 addition, 1 deletionaddons/barcodes/static/src/js/barcode_form_view.js
- addons/barcodes/static/tests/barcode_tests.js 6 additions, 6 deletionsaddons/barcodes/static/tests/barcode_tests.js
- addons/base_setup/views/res_config_settings_views.xml 5 additions, 2 deletionsaddons/base_setup/views/res_config_settings_views.xml
- addons/board/static/tests/dashboard_tests.js 8 additions, 8 deletionsaddons/board/static/tests/dashboard_tests.js
- addons/crm/static/src/js/tour.js 2 additions, 2 deletionsaddons/crm/static/src/js/tour.js
- addons/document/static/tests/document_tests.js 1 addition, 1 deletionaddons/document/static/tests/document_tests.js
- addons/im_livechat/static/src/xml/im_livechat_backend.xml 2 additions, 1 deletionaddons/im_livechat/static/src/xml/im_livechat_backend.xml
- addons/mail/static/tests/chatter_tests.js 16 additions, 16 deletionsaddons/mail/static/tests/chatter_tests.js
- addons/pad/static/tests/pad_tests.js 2 additions, 2 deletionsaddons/pad/static/tests/pad_tests.js
- addons/point_of_sale/static/src/xml/pos.xml 32 additions, 32 deletionsaddons/point_of_sale/static/src/xml/pos.xml
- addons/project/static/src/js/tour.js 1 addition, 1 deletionaddons/project/static/src/js/tour.js
- addons/project/static/tests/project_tests.js 3 additions, 3 deletionsaddons/project/static/tests/project_tests.js
- addons/sale_stock/static/src/js/tour.js 3 additions, 3 deletionsaddons/sale_stock/static/src/js/tour.js
- addons/web/static/src/js/core/dialog.js 14 additions, 19 deletionsaddons/web/static/src/js/core/dialog.js
- addons/web/static/src/js/fields/basic_fields.js 1 addition, 1 deletionaddons/web/static/src/js/fields/basic_fields.js
- addons/web/static/src/js/views/kanban/kanban_column_quick_create.js 1 addition, 1 deletion.../static/src/js/views/kanban/kanban_column_quick_create.js
- addons/web/static/src/js/views/kanban/kanban_record_quick_create.js 1 addition, 1 deletion.../static/src/js/views/kanban/kanban_record_quick_create.js
- addons/web/static/src/js/views/list/list_editable_renderer.js 5 additions, 5 deletions...ns/web/static/src/js/views/list/list_editable_renderer.js
- addons/web/static/src/js/widgets/change_password.js 1 addition, 1 deletionaddons/web/static/src/js/widgets/change_password.js
Loading
Please register or sign in to comment