Commit Graph

37 Commits

Author SHA1 Message Date
Sergio Morillo 94ed2d7d48 "Sequence and tree editable migration to 6.0 [SKIP CI]." 2021-06-08 16:31:33 +02:00
Sergio Morillo 6118cac7ea Activate used_tax flag in sales intracommunitary taxes.
Fix query methods.
Add missing fields to tax and tax template form views.
2019-02-25 09:31:06 +01:00
Raimon Esteve 405a42793e Remove string in form view 2018-12-03 14:34:50 +01:00
Bernat Brunet Torruella 4f5a4265d0 Fix bug in datetime field format on list view 2018-10-19 09:57:07 +02:00
Bernat Brunet Torruella 1db257cafb Update the way that tax are taken from the SII register. And save the register too 2018-10-19 09:57:07 +02:00
Bernat Brunet Torruella 54120286ff Update query function to take more than 10.000 registar from SII 2018-10-19 09:57:07 +02:00
Raimon Esteve c1751b5e57 Add load data field in AEAT report to allow search invoice date or accounting date
task-032569
2018-08-27 12:31:05 +02:00
Raimon Esteve b1f4158843 Register all buttons are registered in ir.model.button
issue6389
2018-08-27 12:24: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 9ba06c0588 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
Raimon Esteve d06f9affa6 Upgrade from 4.2 series
From changeset-34eb534d3331
2017-11-01 08:18:21 +01:00
Raimon Esteve b658ee7d43 Review XML views and spaces 2017-07-07 10:23:41 +02:00
Raimon Esteve cacd9c146a IMP invoice form view
Reset key from changeset-3c8702ac5c72
2017-07-04 12:27:59 +02:00
Sergio Morillo cacdcb4b5b Add reset invoice SII keys 2017-07-04 11:44:44 +02:00
Raimon Esteve 90864e572a Locales 2017-07-04 11:10:25 +02:00
Àngel Àlvarez 85d9c361bc manage exception on sending invoices and show message 2017-06-29 12:10:23 +02:00
Raimon Esteve 70859df826 Rename to sii_identifier_type party field 2017-06-22 23:13:59 +02:00
Raimon Esteve 536b664e5a Replace widget date readonly state + Selection options without break line 2017-06-22 18:44:36 +02:00
Àngel Àlvarez 73e359f0b0 merge 2017-06-22 15:32:12 +02:00
Daniel Möller d648e26d6d New full tree view of SII report lines 2017-06-14 15:25:50 +02:00
Sergio Morillo b3cc59d634 Convert send_date to datetime 2017-06-14 10:59:47 +02:00
Sergio Morillo 2338f67157 Add send date to SII report. 2017-06-14 08:42:37 +02:00
Àngel Àlvarez eda89857a0 add functional fields identifier_type and vat_code 2017-06-13 17:30:28 +02:00
Daniel Möller b5c6ab257f Add new model to store SII tax lines 2017-06-13 16:57:59 +02:00
Àngel Àlvarez 67facca5ac Grow report line model to store SII responses 2017-06-16 10:18:24 +02:00
Àngel Àlvarez ff9222670c add communication type to invoice 2017-06-13 15:59:42 +02:00
Raimon Esteve 711d9c662c Change some parts about code rules 2017-06-12 23:29:26 +02:00
Àngel Àlvarez 76cd33b511 add comunication_type 2017-06-16 09:32:47 +02:00
Àngel Àlvarez f4096f87c1 remove unnecessary keys, make invoice_fields like account.tax fields, adapt on_change to version 4.0 2017-06-12 11:34:34 +02:00
Sergio Morillo bad19c9136 Fix mapper instantiation, vat_code format, identifier_type party selection 2017-06-08 08:36:48 +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 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