after migration we are seeing the warnings like Missing dependencies: "web.ViewManager", "web.SearchView", in the web console, and we have done a custom search using ViewManager, looks like the js file/module is not loading and the custom search functionality is not working/display in the page.
Any solutions on this.
does v13 support `web.ViewManager` ?
usage:
`var ViewManager = require('web.ViewManager');`
Thanks for the help in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
2631
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
Converting odoo 10 to odoo 13
Resuelto
|
|
1
ago 20
|
2967 | |
|
1
abr 21
|
5694 | ||
Odoo 13 Module Migration
Resuelto
|
|
1
dic 19
|
10437 | |
|
2
dic 22
|
2817 | ||
|
1
oct 22
|
4065 |
There is no other solution than removing those dependencies and write the widgets/features as new functionality.