+
+
+
diff --git a/ext/custom-addons/dp_dmi/material.type.csv b/ext/custom-addons/dp_dmi/material.type.csv
index 89718d24..4bf8a7d2 100644
--- a/ext/custom-addons/dp_dmi/material.type.csv
+++ b/ext/custom-addons/dp_dmi/material.type.csv
@@ -1,2 +1,6 @@
"id","name","print_default_code"
-"dp_dmi.unique_material_id","Material Name","True"
+"1","Trägermaterial","True"
+"2","Laminat","True"
+"3","Kante","True"
+"4","Roh Material","True"
+"5","Beschlag","True"
diff --git a/ext/custom-addons/dp_dmi/res.line.csv b/ext/custom-addons/dp_dmi/res.line.csv
index 07ec605c..7c262f5f 100644
--- a/ext/custom-addons/dp_dmi/res.line.csv
+++ b/ext/custom-addons/dp_dmi/res.line.csv
@@ -1,8 +1,13 @@
"id","name","description"
+"l0000","0000","Desigbox Material"
+"l0000I","0000I","Desigbox Material (internal)"
"l0001","0001","TZ Austria"
-"l0001I","0001","TZ Austria (internal)"
+"l0001I","0001I","TZ Austria (internal)"
"l0002","0002","TZ Bandung"
"l0002I","0002I","TZ Bandung (internal)"
"l0003","0003","TZ Malaysia"
"l0003I","0003I","TZ Malaysia (internal)"
-
+"l9998","9998","Test Line 9998"
+"l9998I","9998I","Test Line 9998 (internal)"
+"l9999","9999","Test Line 9999"
+"l9999I","9999I","Test Line 9999 (internal)"
diff --git a/setup/lib/environments.py b/setup/lib/environments.py
index 78c98aeb..feaa55d9 100644
--- a/setup/lib/environments.py
+++ b/setup/lib/environments.py
@@ -31,7 +31,7 @@ ENVIRONMENTS = {
'tzdev' : Environment('http://10.1.2.195', "8080", "tz-austria_1", "admin", "x", "admin", config = ConfigTZA()),
'tzdev-tz' : Environment('http://10.1.2.195', "8080", "tz-austria_1", "tz-admin", "x", "admin", config = ConfigTZA()),
'tzdev-glaser': Environment("http://10.1.2.195", "8080", "tz-austria_1", "glaser-admin", "x", "admin", config = ConfigGlaser()),
-
+
'oa' : Environment('http://localhost', "8080", "tz-austria_1", "admin", "x", "admin", config = ConfigTZA()),
'oa-tz' : Environment('http://localhost', "8080", "tz-austria_1", "tz-admin", "x", "admin", config = ConfigTZA()),
'oa-glaser' : Environment('http://localhost', "8080'" "tz-austria_1", "admin", "x", "admin", config = ConfigGlaser()),
@@ -42,8 +42,9 @@ ENVIRONMENTS = {
'aa' : Environment('http://localhost', '8080', 'tz-austria_1', 'admin', 'x', 'admin', config = ConfigTZA()),
'aa-tz' : Environment('http://localhost', '8080', 'tz-austria_1', 'tz-admin', 'x', 'admin', config = ConfigTZA()),
'aa-glaser' : Environment('http://localhost', '8080', 'tz-austria_1', 'glaser-admin', 'x', 'admin', config = ConfigGlaser()),
-
+
# Remote environments are always listed without passwords!
# Do not store them here, you have to type them anyway!
- 'test': Environment('https://tz-austria.datenpol.at', '443', 'tz-austria_1', 'admin'),
+ 'test': Environment('https://erp.tzaustria.info', '443', 'odoo-test', 'admin', config = ConfigTZA()),
+ 'test-glaser': Environment('https://erp.tzaustria.info', '443', 'odoo-test', 'glaser-admin', config = ConfigGlaser()),
}