-
- Downloads
[IMP] web,*: enable owl list & form views
The new list and form views were merged recently [1], but they weren't activated because they weren't 100% ready yet. This is now the case. This commit adds those views to the view registry. As a consequence, a lot of qunit tests and tours needed to be adapted, mostly for selector changes. We also add legacy list and form views to the view registry, with keys 'legacy_list' and 'legacy_form'. This allows to force those legacy views when necessary. For instance, we did it in views using complex custom legacy x2many field widgets that haven't been converted yet (we have a compatibility layer but it isn't complete and doesn't support every advanced usecases). [1] odoo/odoo#92475 Part-of: odoo/odoo#78221 Co-authored-by:Aaron Bohy <aab@odoo.com> Co-authored-by:
Bruno Boi <boi@odoo.com> Co-authored-by:
Géry Debongnie <ged@odoo.com> Co-authored-by:
Samuel Degueldre <sad@odoo.com> Co-authored-by:
Mathieu Duckerts-Antoine <dam@odoo.com> Co-authored-by:
Simon Genin (ges) <ges@odoo.com> Co-authored-by:
Francois (fge) <fge@odoo.com> Co-authored-by:
Michael Mattiello (mcm) <mcm@odoo.com> Co-authored-by:
Julien Mougenot <jum@odoo.com> Co-authored-by:
Lucas Perais (lpe) <lpe@odoo.com> Co-authored-by:
Jorge Pinna Puissant <jpp@odoo.com> Co-authored-by:
luvi <luvi@odoo.com>
Showing
- addons/account/static/src/js/tours/account.js 44 additions, 11 deletionsaddons/account/static/src/js/tours/account.js
- addons/account/static/tests/tours/account_dashboard_setup_bar_tests.js 2 additions, 1 deletion...t/static/tests/tours/account_dashboard_setup_bar_tests.js
- addons/account/views/account_move_views.xml 1 addition, 1 deletionaddons/account/views/account_move_views.xml
- addons/auth_totp/static/tests/totp_flow.js 6 additions, 6 deletionsaddons/auth_totp/static/tests/totp_flow.js
- addons/auth_totp_mail/static/tests/totp_flow.js 2 additions, 2 deletionsaddons/auth_totp_mail/static/tests/totp_flow.js
- addons/event_sale/tests/test_event_sale_ui.py 0 additions, 1 deletionaddons/event_sale/tests/test_event_sale_ui.py
- addons/lunch/static/tests/lunch_list_tests.js 2 additions, 2 deletionsaddons/lunch/static/tests/lunch_list_tests.js
- addons/mail/static/tests/helpers/test_utils.js 10 additions, 2 deletionsaddons/mail/static/tests/helpers/test_utils.js
- addons/mail/static/tests/qunit_suite_tests/chatter_tests.js 1 addition, 1 deletionaddons/mail/static/tests/qunit_suite_tests/chatter_tests.js
- addons/mail/static/tests/tours/mail_full_composer_test_tour.js 2 additions, 2 deletions...s/mail/static/tests/tours/mail_full_composer_test_tour.js
- addons/point_of_sale/views/res_config_settings_views.xml 2 additions, 3 deletionsaddons/point_of_sale/views/res_config_settings_views.xml
- addons/project/static/src/js/tours/project.js 1 addition, 1 deletionaddons/project/static/src/js/tours/project.js
- addons/project/static/src/project_sharing/views/registry.js 9 additions, 0 deletionsaddons/project/static/src/project_sharing/views/registry.js
- addons/project/static/tests/tours/project_sharing_tour.js 1 addition, 1 deletionaddons/project/static/tests/tours/project_sharing_tour.js
- addons/project/static/tests/tours/project_update_tour_tests.js 5 additions, 4 deletions...s/project/static/tests/tours/project_update_tour_tests.js
- addons/project/tests/test_project_sharing_ui.py 1 addition, 1 deletionaddons/project/tests/test_project_sharing_ui.py
- addons/purchase/views/purchase_views.xml 1 addition, 1 deletionaddons/purchase/views/purchase_views.xml
- addons/sale_timesheet/static/tests/tours/sale_timesheet_tour.js 2 additions, 2 deletions.../sale_timesheet/static/tests/tours/sale_timesheet_tour.js
- addons/test_website_modules/static/tests/tours/configurator_flow.js 1 addition, 1 deletion...t_website_modules/static/tests/tours/configurator_flow.js
- addons/web/static/src/core/tooltip/tooltip_service.js 2 additions, 0 deletionsaddons/web/static/src/core/tooltip/tooltip_service.js
Loading
Please register or sign in to comment