Commit graph

5 commits

Author SHA1 Message Date
Raimon Esteve
cd9147e2e9 Change some parts about code rules 2017-06-12 23:29:26 +02:00
Sergio Morillo
1a8d366665 Fix mapper instantiation, vat_code format. 2017-06-07 19:08:58 +02:00
Sergio Morillo
308f3aa6cb Backport to 3.8 2017-06-02 18:32:43 +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