Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
11226 Представления

Hello I'm still new to odoo and still testing the apps 
I already add my database in POS app and everything was working properly 
while installing some new apps to test all of sudden this red message appeared and refuse to go away 
"The following modules are needed by other modules but have not been defined, they may not be present in the correct asset bundle:

* @base_import/import_model


the following modules could not be loaded because they have unmet dependencies, this is a secondary error which is likely caused by one of the above problems:

* @account_bank_statment_import/account_bank_statment_import_model"

I tried refresh several times to get back to the back end and my apps but it's doesn't work !!!

Can anyone urgently HELP me ???

Аватар
Отменить
Лучший ответ

Hi Mohamed,

I've just had the same problem while trying to add some custom JS code. My mistake was that I wrongfully imported a dependency. I had my import like this:

import { useService } from "@web/static/src/core/utils/hooks";

I solved it by removing the static/src/​ part. The end result would look like this:

import { useService } from "@web/core/utils/hooks";

Hope this helps. 

Kind regards,

Kevin

Аватар
Отменить
Related Posts Ответы Просмотры Активность
4
нояб. 17
4752
1
окт. 20
5332
3
янв. 19
5037
0
мар. 17
3890
2
дек. 16
5595