跳至内容
菜单
此问题已终结
1 回复
5986 查看

I am developing on odoo 10. when i click to settings app i face with issue says:

Action Error
Could not find client action 'web_settings_dashboard.main'.

I tried to update web module while starting odoo server but it didn't help.

Problem dissappears while i delete custom_modules path from addons.

Any recommendations?

形象
丢弃

is there any browser console error? it seems javascript asset not loading properly

编写者

warning: Some modules could not be started

web.assets_common.js:2995 Missing dependencies: ["web_kanban.KanbanView"]

web.assets_common.js:2999 Non loaded modules: ["base_import.import"]

i see this in console when i refresh page

最佳答案

Odoo is looking for a client action called 

web_settings_dashboard.main

Client actions are implemented in JavaScript. Check whether your application has js code that implements this action.

形象
丢弃
编写者

yes, there is js file in web_settings_dashboard module and it implements the action.

相关帖文 回复 查看 活动
1
1月 17
6053
0
11月 17
5881
0
10月 17
3968
1
12月 23
23154
0
7月 19
723