Enable continuous integration and fix some tests
Enable continuous integration.
Fix some test issues.
First test connecting with odoo server.
In local_settings now we have to add some new vars:
ODOO_PORT = 8069
ODOO_HOST = ""
ODOO_SAAS = True
ODOO_PASSWORD = ""
ODOO_DBNAME = ""
ODOO_USERNAME = ""