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
4931 Widoki

and it is show error massage below

ImportError: No module named 'models'


Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

We cannot say that the module from v10 will get directly installed in v11. There is many changes in v11 . You can see the changes by looking this : https://www.odoo.com/forum/help-1/question/odoo11-what-are-the-points-or-tips-which-could-help-in-migration-from-v10-to-v11-127445#answer-127447

For your  case,  instead of

import models 

just try

 from . import models

Thanks

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
gru 18
8904
2
lut 18
4631
0
paź 17
5110
4
paź 17
4522
2
maj 23
7775