Commit Graph

21 Commits

Author SHA1 Message Date
Sergio Morillo 3e6d659152 "Start migration to 6.0 [SKIP CI]." 2021-06-04 00:13:19 +02:00
Sergio Morillo 8aa7ed364d Branch 5.0 2019-03-12 18:12:13 +01:00
Raimon Esteve 35057771aa Increase version number 2018-08-27 12:31:49 +02:00
Raimon Esteve 992af63267 Remove some depecrated taxes, remove account_es_pyme and pass scenario test 2018-08-27 12:13:23 +02:00
Bernat Brunet Torruella 05c42be7ba Fix bug when the tax is not deductible 2018-07-09 09:47:47 +02:00
Bernat Brunet Torruella 1e28376bcc Change amount getter in mapping to use the company amounts values introduced with the dependency of the account_invoice_company_currency module. Update scenario too 2018-05-31 15:32:04 +02:00
Cédric Krier 325df0acd8 Update to 4.7 2018-01-18 17:08:54 +01:00
Raimon Esteve d06f9affa6 Upgrade from 4.2 series
From changeset-34eb534d3331
2017-11-01 08:18:21 +01:00
Bernat Brunet Torruella bcde520c30 Control if account_invoice_intercompany module is istnalled. Add the sii fields to exclude 2017-07-05 09:29:23 +02:00
Raimon Esteve 76b3cbaf8b Add deducible tax and upgrade SII file from csv2xml 2017-07-03 23:08:22 +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 26530d5a26 Revert add account_es depends
Revert changeset-832eb2f3cc83 from Pull Request #21
2017-06-29 09:38:30 +02:00
Daniel Möller 546248170c Make account_es a mandatory dependece
The tax field "recargo_equivalencia" must have been defined by this module
2017-06-28 16:11:37 +02:00
Sergio Morillo 7444d27cf3 Add PYME tax keys + FIX tax keys 2017-06-22 19:18:45 +02:00
Sergi Almacellas Abellana b974574322 Fix version number 2017-06-09 09:31:11 +02:00
Àngel Àlvarez 705a1485d3 remove unnecessary dependency 2017-06-07 16:43:55 +02:00
Àngel Àlvarez 35b4a71317 add sii key on taxes and method to load on invoices 2017-06-07 11:00:10 +02:00
Àngel Àlvarez 323be8c166 update to 4.0 2017-06-01 11:44:52 +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