From 5ffa4183187d34548ed740e1bdc54d2c18bfe0de Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 08:28:06 +0200 Subject: [PATCH] [FIX] l10n_nl_postcodeapi: Fix manifest --- l10n_nl_postcodeapi/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_nl_postcodeapi/__openerp__.py b/l10n_nl_postcodeapi/__openerp__.py index fea4e2273..29cb98794 100644 --- a/l10n_nl_postcodeapi/__openerp__.py +++ b/l10n_nl_postcodeapi/__openerp__.py @@ -33,6 +33,6 @@ ], "external_dependencies": { 'python': ['pyPostcode'], - } + }, 'installable': False, }