Commit Graph

78 Commits

Author SHA1 Message Date
Raimon Esteve 04cfc5a47c Replace euro digits to Double Up to Eight
160937
2023-07-20 09:37:08 +02:00
Juanjo Garcia Pagan f100e5a156 Don't return a traceback if the password is wrong. (#7)
Instead return a UserError.
Locales

Task #160407
2023-07-19 11:29:34 +02:00
Raimon Esteve 9b9fe4ee67 Add certificate_manager depends + Add property facturae_receiver_transaction_reference, facturae_item_description and facturae_article_code
#047304
#159379
2023-06-14 12:08:46 +02:00
Raimon Esteve 94eab8c166 Remove duplicate return values in _get_content_to_render() 2023-06-07 16:03:58 +02:00
Raimon Esteve c559650268 Set invoice journal only when type is changed
issue12239
2023-05-11 12:14:00 +02:00
Raimon Esteve 309ec602c2 Increase version number 2023-05-10 17:19:32 +02:00
Raimon Esteve 4b8d451b9c Add recargo equivalencia compras + servicios
#157472
2023-03-30 18:00:02 +02:00
Bernat Brunet b65541420c Set new 'Exento Formaciones' Tax. 2023-03-16 15:03:14 +01:00
Bernat Brunet c5f9cdfe22 Remove not used tax, becasue is removed from account_es. 2023-03-08 09:13:03 +01:00
Bernat Brunet 3fd5663c93 Update max text for some fields 2023-03-07 10:50:04 +01:00
Raimon Esteve fab818fd35 TypeError: write() missing 1 required positional argument: 'values'
#059969
2023-02-20 09:44:56 +01:00
juanjo-nan 9d2953c1f4 Add new iva deducible 0%. (#4)
Fix iva deducible 5%.

Task #073006
2023-01-23 15:55:34 +01:00
Raimon Esteve fdd8fb646b Get journal from on_change_with_journal
Since #11884 use match pattern to find journal
2023-01-09 15:15:29 +01:00
Juanjo Garcia d9e7dad1f9 Add new tax IVA 0.
Task #073006
2023-01-09 11:30:40 +01:00
juanjo-nan c93e879483 Add new tax IVA 5. (#3)
Task #073006
2023-01-04 10:23:13 +01:00
Bernat Brunet 881a9efb0a Fix bug when try to get registration_data_book field value. 2022-11-16 09:18:00 +01:00
Bernat Brunet f6a0701988 Update template from v3.2.1 to v.3.2.2
Add some new fields like:
- period date in invoice line
- extra information in line
- Company Register Data
2022-11-11 11:34:56 +01:00
Bernat Brunet 32f8d9b048 Update the way that get the invoice company invoice address.
Add line notes in the facturae additional field.
2022-10-31 13:30:19 +01:00
Bernat Brunet 99072e3f7b Fix problem with electronic mail sign.
Task: #065156
2022-09-20 12:33:09 +02:00
Raimon Esteve b478a7d826 Required item description in case has not description line
(required item description in the validator)
2022-09-07 09:10:45 +02:00
Raimon Esteve ba0784a247 FIX typo message 2022-09-06 11:54:47 +02:00
Raimon Esteve 97887706c8 Increase version number 2022-08-17 14:10:48 +02:00
Bernat Brunet e9a9ba1c83 Add documentation and template for the new 3.2.2 version.
Task: #051516
2022-05-18 16:35:31 +02:00
Jared Esparza d972c431de Replace test setuptools command by unittest discover 2022-04-28 09:34:56 +02:00
Bernat Brunet 36211e319d Allow generate the facturae file as many times as is needed. 2021-11-28 23:06:49 +01:00
Bernat Brunet e8b374d4b4 Fix PEP8 2021-11-25 09:40:39 +01:00
Albert Cervera i Areny 980fc70c05 Deprecate stock_external_party. 2021-10-24 16:22:58 +02:00
Raimon Esteve d374361a82 Sign factura-e by xmlsign and amounts with two digits
#045097
2021-09-13 17:15:00 +02:00
Raimon Esteve 6a4677c3a6 Increase version number 2021-06-01 09:48:22 +02:00
Raimon Esteve 66bb1a4b81 Increase version number 2021-04-30 13:13:31 +02:00
Albert Cervera i Areny 675d25d338 Fix tests. 2021-04-01 16:45:16 +02:00
Albert Cervera i Areny 085f5dbfac Add default customer payment term configuration (issue9855). 2021-04-01 16:39:31 +02:00
Albert Cervera i Areny bdd7912e28 Rename zip into postal code (issue9853) 2021-04-01 16:37:27 +02:00
Albert Cervera i Areny f7713767c4 _check_modify_exclude uses a set instead of list. 2021-03-23 00:39:03 +01:00
Raimon Esteve 091d4058da Locales 2021-02-11 12:41:26 +01:00
Raimon Esteve 1d180e7ef3 Use instance to create credit note
issue6806
2021-01-21 16:30:55 +01:00
francesc 09d02bbe60 Update to current version of MITyCLib. 2020-12-22 13:11:21 +01:00
francesc 06b3ff202e Ignore __pycache__ and *.class. 2020-12-22 13:11:16 +01:00
Raimon Esteve 4294fe71df Add invoice date on credit wizard
issue8925
2020-06-26 18:12:00 +02:00
Albert Cervera i Areny f761a5cf18 Use 'province' as type for the subdivision created in the tests.
Only some subdivision types are now valid for each country.
2020-05-03 00:11:47 +02:00
Àngel Àlvarez 9a0b4393d7 Modify tox and add Jenkisfile 2020-04-11 18:05:23 +02:00
Juanjo Garcia 08887c7c79 Add on_change_with_payment_term and on_change_with_account in tests. 2020-02-05 10:55:31 +01:00
Juanjo Garcia 2c74054f96 Use direct access to backend classes. 2019-12-11 10:46:07 +01:00
?ngel ?lvarez ed2c01a701 increase version 2019-11-14 11:01:38 +01:00
?ngel ?lvarez 1edea87a66 increase version 2019-11-14 10:56:38 +01:00
Juanjo Garcia ed4449fb47 Adapt the posistion of the buttons to the new form. 2019-10-18 11:35:32 +02:00
Bernat Brunet Torruella 944e58c94b Remove IGIC and Criterio de Caja, becasue they are not supported in account_es 2019-10-02 21:47:06 +02:00
Juanjo Garcia 2971e51d4f Fix "ir.ui.icon" tags. 2019-09-06 10:16:52 +02:00
Juanjo Garcia 17681e2b68 Use material design icons. 2019-09-05 14:46:22 +02:00
Juanjo Garcia d4cc040dae Add new icon to remplace "tryton-lock". 2019-09-05 14:45:10 +02:00