Commit graph

29 commits

Author SHA1 Message Date
Bernat Brunet
c718746cde Merged in calidae/trytond-aeat_sii2/3.4 (pull request #30)
Register wizard and button for manual invoice search

Approved-by: Angel Fernández <angel@calidae.com>
Approved-by: Víctor Ramos <victor@calidae.com>
Approved-by: Oriol Alfonso <oriolalfonso@calidae.com>
2018-06-27 05:14:55 +00:00
Bernat Brunet Torruella
99be12ccc4 Update the way that tax and total amount are calculated trying to control all the possibles combinations 2018-06-15 13:01:20 +02:00
Daniel Möller
6a08d611d0 Fix rogue text 2018-06-14 16:54:18 +02:00
Daniel Möller
50327afa76 Move old search_invoice.* code to very aeat.* files 2018-06-14 16:52:12 +02:00
Daniel Möller
9855bf8715 Fix PR feedback
- Change namespacing from "search" to "add" invoices
- Fix translations
- Promote imperative mood for buttons
- Remove commented code
- Simplify dummy domain clauses
- Fix xml styling
2018-06-14 16:32:55 +02:00
Daniel Möller
ddbf189fed Register wizard and button for manual invoice search 2018-06-08 16:21:05 +02:00
Raimon Esteve
db10a68229 Review XML views and spaces 2017-07-07 10:23:41 +02:00
Raimon Esteve
01b43e4707 IMP invoice form view
Reset key from changeset-3c8702ac5c72
2017-07-04 12:27:59 +02:00
Sergio Morillo
8575fb2717 Add reset invoice SII keys
Grafted from changeset-9b3ce95f1faf
2017-07-04 12:21:08 +02:00
Raimon Esteve
1d0c8b5fa0 Locales 2017-07-04 11:10:25 +02:00
Àngel Àlvarez
dc88de1156 manage exception on sending invoices and show message 2017-06-29 12:10:23 +02:00
Raimon Esteve
0638081190 Remove widget date in tree view
Also, we add a comment why use PYSON readonly in send_date field
2017-06-23 11:04:37 +02:00
Raimon Esteve
935dfa8737 Rename to sii_identifier_type party field 2017-06-22 23:20:23 +02:00
Raimon Esteve
106983a2c5 Replace widget date readonly state + Selection options without break line 2017-06-22 18:44:36 +02:00
Raimon Esteve
52bd490b43 Merge missing features from 3.4 and 4.0 series 2017-06-22 16:54:50 +02:00
Daniel Möller
476443e3aa New full tree view of SII report lines 2017-06-14 15:25:50 +02:00
Daniel Möller
d8ad55227e Merge upstream 2017-06-14 12:52:30 +02:00
Àngel Àlvarez
6d4a7dd755 add functional fields identifier_type and vat_code 2017-06-13 17:30:28 +02:00
Daniel Möller
55b27992cc Add new model to store SII tax lines 2017-06-13 16:57:59 +02:00
Daniel Möller
00dd880e26 Grow report line model to store SII responses 2017-06-13 15:41:02 +02:00
Àngel Àlvarez
78ee2b618f make invoice fields name like account.tax names 2017-06-12 11:37:12 +02:00
Sergio Morillo
0cd3dd7a82 Fix mapper instantiation, vat_code format, identifier_type party selection 2017-06-08 09:08:42 +02:00
Àngel Àlvarez
601638c456 add sii key on taxes and method to load on invoices 2017-06-07 11:00:10 +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
f35cc32424 Add CSV field to aeat report 2017-05-22 20:05:29 +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