Commit Graph

12 Commits

Author SHA1 Message Date
Albert Cervera i Areny a7ddf22c3b Register Sale and Purchase models only if the corresponding modules are activated. 2018-08-24 18:08:53 +02:00
Raimon Esteve 7d4ebabc70 Add fill keys on invoice sale/purchase
Merge from changset-087f67664279 and changeset-295373bac60d
2017-06-29 10:35:26 +02:00
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