Commit Graph

3 Commits

Author SHA1 Message Date
Raimon Esteve 711d9c662c Change some parts about code rules 2017-06-12 23:29:26 +02:00
Sergio Morillo bad19c9136 Fix mapper instantiation, vat_code format, identifier_type party selection 2017-06-08 08:36:48 +02:00
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