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

Hi

I am trying to setup sms in openerp 7 but the module is not updated to support version 7 yet, when I try to install I get the following error.

ImportError: No module named wizard

Can someone please help with a solution or work around to this problem?

Thanks for your help.

الصورة الرمزية
إهمال
أفضل إجابة

I guess there might be a wizard.interface somewhere in your module.

OpenERP v5, v6 and v6.1 supports wizard.interface but v7 does not support it anymore.

You have convert those interface wizards into osv.TransientModel, after that your module will be installed in version-7.

There are steps (Convert interface into memory wizard) which will help you.

الصورة الرمزية
إهمال

class ecommerce_productview_wizard(wizard.interface): ecommerce_productview_wizard('ecommerce_category_product') Hi ,iam also getting same error what to do

hai.. the error happends to me when i am trying to install a module. I will make change according to the answer you mentioned above. But no change in the error . will u please help me to solve the error..

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
أكتوبر 23
97
2
أكتوبر 23
3928
0
يونيو 17
6942
1
سبتمبر 15
3837
0
مارس 15
3698