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.
Це запитання позначене
4135
Переглядів
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
Converting odoo 10 to odoo 13
Вирішено
|
|
1
серп. 20
|
4401 | |
|
|
1
квіт. 21
|
7682 | ||
|
Odoo 13 Module Migration
Вирішено
|
|
1
груд. 19
|
11966 | |
|
|
2
груд. 22
|
4557 | ||
|
|
1
жовт. 22
|
6022 |
There is no other solution than removing those dependencies and write the widgets/features as new functionality.