This question has been flagged

I'm trying to install this community module in my Odoo V8 : https://apps.odoo.com/apps/modules/8.0/exportsage50

The first error I get was this:

https://github.com/OCA/connector-sage/issues/13


After I changed the from osv import fields, osv to from openerp.osv import fields, osv


I get a new error that says: ImportError: No module named web

I searched google for that but I can't find a solution.

Any ideas?

Avatar
Discard