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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
2803
Visualizzazioni
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
Converting odoo 10 to odoo 13
Risolto
|
|
1
ago 20
|
3141 | |
|
1
apr 21
|
5984 | ||
Odoo 13 Module Migration
Risolto
|
|
1
dic 19
|
10677 | |
|
2
dic 22
|
3013 | ||
|
1
ott 22
|
4284 |
There is no other solution than removing those dependencies and write the widgets/features as new functionality.