This question has been flagged
1 Reply
3712 Views

i have error when i try install my customized module on odoo v8

ImportError: No module named osv

 

Avatar
Discard
Best Answer

Change your import to:

from openerp.osv import fields, osv

 

Avatar
Discard
Author

tahnk u for helping me,but i need to install restaurant module from v8 to v7 can i do that?

Author

thank u*

I really need your help, I have the same problem using odoo v8. Vos decis: from openerp.osv import fields, osv But as this is done and where. Thank you