Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4887 Visualizzazioni

and it is show error massage below

ImportError: No module named 'models'


Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
dic 18
8881
2
feb 18
4593
0
ott 17
5078
4
ott 17
4484
2
mag 23
7681