In OpenERP 7, I used to create reports in (report) directory and import the directory in the __init__.py
using the statement: import report
and it worked fine.
In Odoo 8, when I tried to install the same module that worked on OpenERP 7 I got the error message: No module named report
Is Odoo 8 not allowing to import directories? How to solve this?