Fix account_es dependency

Not to be confused with trytond-account_es, present in pypi.org
This commit is contained in:
Dani Möller 2019-02-20 17:39:45 +01:00
parent ae247da4f0
commit ca7488f509
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from configparser import ConfigParser
MODULE = 'aeat_sii'
PREFIX = 'trytonspain'
MODULE2PREFIX = {
'account_es': 'trytonspain',
'account_invoice_company_currency': 'trytonspain',
}