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
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
2744
Weergaven
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
Converting odoo 10 to odoo 13
Opgelost
|
|
1
aug. 20
|
3100 | |
|
1
apr. 21
|
5899 | ||
Odoo 13 Module Migration
Opgelost
|
|
1
dec. 19
|
10643 | |
|
2
dec. 22
|
2979 | ||
|
1
okt. 22
|
4236 |
There is no other solution than removing those dependencies and write the widgets/features as new functionality.