Skip to content

Enable continuous integration and fix some tests

Kiwi requested to merge continuos-integration into developer

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 = ""

Merge request reports

Loading