Skip to content
Snippets Groups Projects
Commit bc0a0cea authored by Aaron Bohy's avatar Aaron Bohy Committed by Géry Debongnie
Browse files

[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: default avatarAaron Bohy <aab@odoo.com>
Co-authored-by: default avatarBruno Boi <boi@odoo.com>
Co-authored-by: default avatarGéry Debongnie <ged@odoo.com>
Co-authored-by: default avatarSamuel Degueldre <sad@odoo.com>
Co-authored-by: default avatarMathieu Duckerts-Antoine <dam@odoo.com>
Co-authored-by: default avatarSimon Genin (ges) <ges@odoo.com>
Co-authored-by: default avatarFrancois (fge) <fge@odoo.com>
Co-authored-by: default avatarMichael Mattiello (mcm) <mcm@odoo.com>
Co-authored-by: default avatarJulien Mougenot <jum@odoo.com>
Co-authored-by: default avatarLucas Perais (lpe) <lpe@odoo.com>
Co-authored-by: default avatarJorge Pinna Puissant <jpp@odoo.com>
Co-authored-by: default avatarluvi <luvi@odoo.com>
parent 6994ccb3
No related branches found
No related tags found
No related merge requests found
Showing
with 95 additions and 43 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment