Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5949 Widoki

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?

Awatar
Odrzuć

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

Najlepsza odpowiedź

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.

Awatar
Odrzuć
Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
1
sty 17
6047
0
lis 17
5857
0
paź 17
3946
1
gru 23
23144
0
lip 19
723