Skip to Content
Menú
This question has been flagged
1 Respondre
5988 Vistes

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?

Avatar
Descartar

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

Autor

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

Best Answer

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.

Avatar
Descartar
Autor

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

Related Posts Respostes Vistes Activitat
1
de gen. 17
6053
0
de nov. 17
5886
0
d’oct. 17
3972
1
de des. 23
23155
0
de jul. 19
723