From 8fb92d99519a7b74fbef2bd897c9886cc2d0b179 Mon Sep 17 00:00:00 2001 From: Martin Glueck Date: Thu, 30 Nov 2017 16:27:54 +0100 Subject: [PATCH] Line and material type defaults added --- ext/custom-addons/dp_dmi/material.type.csv | 6 +++++- ext/custom-addons/dp_dmi/res.line.csv | 9 +++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) 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)"