Commit graph

3 commits

Author SHA1 Message Date
Raimon Esteve
52bd490b43 Merge missing features from 3.4 and 4.0 series 2017-06-22 16:54:50 +02:00
Sergio Morillo
0cd3dd7a82 Fix mapper instantiation, vat_code format, identifier_type party selection 2017-06-08 09:08:42 +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