Commit Graph

6 Commits

Author SHA1 Message Date
Albert Cervera i Areny 835fe2595a Migrate to python 3 2018-10-11 15:32:09 +02:00
Sergi Almacellas Abellana bee1ee1a86 Use bytes instead of buffer for python3 support
buffer does not exist anymore on python3 so we must use bytes to get the
correct converter.
2018-05-04 14:38:25 +02:00
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 a764c976fe Add temporary ssl credentials contextmanager. And some linting 2017-05-18 11:15:22 +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