Commit graph

10 commits

Author SHA1 Message Date
Raimon Esteve
45641530b5 Merge missing features from 3.4 and 4.0 series 2017-06-22 16:55:41 +02:00
Daniel Möller
b5c6ab257f Add new model to store SII tax lines 2017-06-13 16:57:59 +02:00
Daniel Möller
c0a74283d5 Move mappers to their own file 2017-06-13 12:57:41 +02:00
Sergio Morillo
b28d464265 Recover mapping classes as tryton model, fix translations, on_change_currency 2017-06-12 11:51:54 +02:00
Àngel Àlvarez
35b4a71317 add sii key on taxes and method to load on invoices 2017-06-07 11:00:10 +02:00
Daniel Möller
8ee79ab118 Move pyAEATsii to an external lib.
Support for custom counterpart id types.
Register mappers as tryton models to permit inheritance in other modules.
2017-05-30 13:27:40 +02:00
Àngel Àlvarez
08e415284e create default and remove wizard to reasign keys, we use mass_edit 2017-05-23 17:46:38 +02:00
Daniel Möller
0311a69c9f Create a wizard to load SSL key and certificate from PKCS12 2017-05-17 16:07:25 +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
Àngel Àlvarez
7d5bcb6f47 initial commit 2017-04-28 09:26:42 +02:00