and it is show error massage below
ImportError: No module named 'models'
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
and it is show error massage below
ImportError: No module named 'models'
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
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
1
dez. 18
|
8878 | ||
|
2
fev. 18
|
4593 | ||
|
0
out. 17
|
5077 | ||
|
4
out. 17
|
4481 | ||
Can't create view (model not found)
Resolvido
|
|
2
mai. 23
|
7672 |
This will also help you to solve some other errors on installation from v10 to v11, 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