From ca7488f50962e7ee98c6c8d63b75e3e7808402fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20M=C3=B6ller?= Date: Wed, 20 Feb 2019 17:39:45 +0100 Subject: [PATCH] Fix account_es dependency Not to be confused with trytond-account_es, present in pypi.org --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c255e49..9efd8b6 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ from configparser import ConfigParser MODULE = 'aeat_sii' PREFIX = 'trytonspain' MODULE2PREFIX = { + 'account_es': 'trytonspain', 'account_invoice_company_currency': 'trytonspain', }