تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4881 أدوات العرض

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

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
ديسمبر 18
8878
2
فبراير 18
4593
0
أكتوبر 17
5077
4
أكتوبر 17
4481
2
مايو 23
7672