Commit Graph

16 Commits

Author SHA1 Message Date
Sergio Morillo 7263547da9 "Migrate to git [SKIP CI]" 2020-02-11 13:32:26 +01:00
Sergio Morillo bb2a835565 Migrate to python3 2019-03-12 18:16:54 +01:00
Dani Möller ca7488f509 Fix account_es dependency
Not to be confused with trytond-account_es, present in pypi.org
2019-02-20 17:39:45 +01:00
Dani Möller ae247da4f0 Fix setup.py 2019-02-14 16:17:23 +01:00
Albert Cervera i Areny 835fe2595a Migrate to python 3 2018-10-11 15:32:09 +02:00
Àngel Fernández eb7452c315 Update pyAEATsii dependency to 1.1.0 2018-06-25 09:14:30 +02:00
Cédric Krier 325df0acd8 Update to 4.7 2018-01-18 17:08:54 +01:00
Raimon Esteve f2fdfb4053 Upgrade Setup 2017-06-23 10:20:35 +02:00
Sergi Almacellas Abellana a256a4d63c Include view files when installing the module 2017-06-09 09:55:37 +02:00
Sergi Almacellas Abellana 3144f4b27d Add missing account_es prefix on setup.py 2017-06-09 09:40:24 +02:00
Daniel Möller 2ce7f73a58 Map description and default tax equivalence surcharge to none 2017-06-01 16:46:39 +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
Daniel Möller 4df9df692c Report issued invoices to SII 2017-05-22 18:08:28 +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