trytond-account_es_sii/tryton.cfg
Daniel Möller 6f6e91d4ff Add certificate an private key to company
Private key is stored encrypted in the database. A Fernet key is required in
the trytond configuration file for this reason. To generate one just run
python -c "from cryptography.fernet import Fernet; print Fernet.generate_key()"
2017-05-17 12:34:08 +02:00

10 lines
106 B
INI

[tryton]
version=3.4.0
depends:
account_invoice
xml:
aeat.xml
invoice.xml
party.xml
company.xml