diff --git a/dev/INSTANCE Update cam_custom.launch b/dev/INSTANCE Update cam_custom.launch new file mode 100644 index 00000000..8d50033c --- /dev/null +++ b/dev/INSTANCE Update cam_custom.launch @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dev/odoo-server-dev-br.conf b/dev/odoo-server-dev-br.conf index b2a3e6fc..370b7c29 100644 --- a/dev/odoo-server-dev-br.conf +++ b/dev/odoo-server-dev-br.conf @@ -11,4 +11,4 @@ db_password = False addons_path = ext/odoo/addons,ext/custom-addons timezone = Europe/Brussels -dbfilter_test = ['.*',] \ No newline at end of file +#dbfilter_test = ['.*',] \ No newline at end of file diff --git a/dev/odoo-server-dev-sk.conf b/dev/odoo-server-dev-sk.conf index 2df67d8d..b8156970 100644 --- a/dev/odoo-server-dev-sk.conf +++ b/dev/odoo-server-dev-sk.conf @@ -11,4 +11,4 @@ db_password = False addons_path = ext/odoo/addons,ext/custom-addons timezone = Europe/Brussels -dbfilter_test = ['.*',] \ No newline at end of file +#dbfilter_test = ['.*',] \ No newline at end of file diff --git a/setup/lib/environments.py b/setup/lib/environments.py index 5e629b70..f8cd20d3 100644 --- a/setup/lib/environments.py +++ b/setup/lib/environments.py @@ -22,7 +22,8 @@ Port: %s ENVIRONMENTS = { - 'br': Environment('http://localhost', '8070', 'test13', 'admin', 'x', 'admin'), - 'br2': Environment('http://localhost', '8000', 'screenplane_1', 'admin', 'x', 'admin'), + 'br': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'), + 'sk': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'), + 'test': Environment('https://test1.camadeus.at', '443', 'INSTANCE_1', 'admin', 'x', 'asdfasdf'), } \ No newline at end of file