diff --git a/dev/odoo-server-dev-br.conf b/dev/odoo-server-dev-br.conf index 89126ca0..5a0a7b98 100644 --- a/dev/odoo-server-dev-br.conf +++ b/dev/odoo-server-dev-br.conf @@ -8,7 +8,7 @@ db_port = 5432 db_user = False db_password = False -addons_path = ext/odoo/addons,ext/custom-addons,dmi/run1 +addons_path = ext/odoo/addons,ext/custom-addons ; For enterprise use the addons path bellow ; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1 timezone = Europe/Vienna diff --git a/ext/custom-addons/dp_custom/data/dp_custom_data.xml b/ext/custom-addons/dp_custom/data/dp_custom_data.xml index 688830f4..5800e555 100644 --- a/ext/custom-addons/dp_custom/data/dp_custom_data.xml +++ b/ext/custom-addons/dp_custom/data/dp_custom_data.xml @@ -3,120 +3,5 @@ - - - Stück - - - - - 100 Stk. - - bigger - - - - - 1000 Stk. - - bigger - - - - - - Rolle(n) - - - - - - Satz - - - - - - Arbeitstag - - - - - - - mm - - smaller - - - - - Quadratm. - - - - - - - - - - - - Kubikm. - - - - Kubikm. - - - - - - - - Paket(e) - - - - - - - - Paar(e) - - - - - - - - - min - - - - - - Größe - radio - - - - - - - - - diff --git a/ext/custom-addons/dp_dmi/__manifest__.py b/ext/custom-addons/dp_dmi/__manifest__.py index c146e1a6..d9a1e851 100755 --- a/ext/custom-addons/dp_dmi/__manifest__.py +++ b/ext/custom-addons/dp_dmi/__manifest__.py @@ -29,7 +29,8 @@ 'website': 'http://www.datenpol.at', 'depends': [], 'data': [ - 'res.users.csv', + 'res.users.csv', + 'res.line.csv', ], 'installable': True, 'auto_install': False, diff --git a/ext/custom-addons/dp_dmi/res.line.csv b/ext/custom-addons/dp_dmi/res.line.csv new file mode 100644 index 00000000..f1521a81 --- /dev/null +++ b/ext/custom-addons/dp_dmi/res.line.csv @@ -0,0 +1,2 @@ +"name","description" +"1234","Produktionslinie 1" \ No newline at end of file diff --git a/ext/custom-addons/dp_dmi/static/description/icon.png b/ext/custom-addons/dp_dmi/static/description/icon.png index fd7ee3b9..8387d765 100644 Binary files a/ext/custom-addons/dp_dmi/static/description/icon.png and b/ext/custom-addons/dp_dmi/static/description/icon.png differ diff --git a/ext/odoo/requirements.txt b/ext/odoo/requirements.txt index f003d714..a122cae3 100644 --- a/ext/odoo/requirements.txt +++ b/ext/odoo/requirements.txt @@ -37,3 +37,4 @@ Werkzeug==0.11.11 XlsxWriter==0.9.3 xlwt==1.3.* xlrd==1.0.0 +odoorpc==0.6.0 \ No newline at end of file