Renzo Meister
Renzo Meister
I mean the root \_\_init\_\_.py file should look like: ``` import models import controllers import wizards ``` or when e.g. controllers folder is not used: ``` import models import wizards...
Oh nice to read that you already have some ideas... The usage of variables is a solution but not not realy one that I will use... I don't like to...
The modules of master branch are not visible in Odoo 9.0 because of missing __openerp__.py file. So I had to run the following command to rename all the manifest files...
No problem. I've found another solution to kick away the non printable chars with a REGEX. So for the moment my problem is solved... buuut it would be nice to...