From 6a8f5f6ba4be906afc4cf462e774f6af56176d65 Mon Sep 17 00:00:00 2001 From: Andreas Osim Date: Wed, 13 Dec 2017 16:24:30 +0100 Subject: [PATCH] commented 'account.payment.term.csv' --- ext/custom-addons/dp_dmi/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/custom-addons/dp_dmi/__manifest__.py b/ext/custom-addons/dp_dmi/__manifest__.py index 20c2e698..ea65e801 100755 --- a/ext/custom-addons/dp_dmi/__manifest__.py +++ b/ext/custom-addons/dp_dmi/__manifest__.py @@ -28,7 +28,7 @@ 'description': """Datenübernahme""", 'author': 'datenpol GmbH', 'website': 'http://www.datenpol.at', - 'depends': [], + 'depends': ["dp_custom"], 'data': [ 'res.users.csv', 'res.partner.sector.csv', @@ -36,7 +36,7 @@ 'product.xcategory.csv', 'product.category.csv', 'material.type.csv', - 'account.payment.term.csv', + #'account.payment.term.csv', 'res.line.csv', ], 'installable': True,