Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4891 Vues

and it is show error massage below

ImportError: No module named 'models'


Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
1
déc. 18
8887
2
févr. 18
4598
0
oct. 17
5079
4
oct. 17
4494
2
mai 23
7687