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:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Prijavi| Related Posts | Odgovori | Prikazi | Aktivnost | |
|---|---|---|---|---|
|
1
dec. 18
|
9607 | |||
|
2
feb. 18
|
5347 | |||
|
0
okt. 17
|
5913 | |||
|
4
okt. 17
|
5222 | |||
|
2
maj 23
|
8790 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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