Commit Graph

8 Commits

Author SHA1 Message Date
Alexis de Lattre
e287dda966 Add warning when payment order is not SEPA
The field 'sepa' on account.payment.order is only display for SEPA
payment methods.
If the option "show warning if not SEPA" is enabled on the payment
method, a warning banner is now displayed on payment orders with a SEPA
payment method which are not SEPA.
2023-11-03 23:38:57 +01:00
Carlos Roca
d02c8f6de3 [MIG] account_banking_pain_base: Migration to v14 2023-05-27 18:56:26 +02:00
Valentin Vinagre Urteaga
0f0c7981fb [MIG] account_banking_pain_base: Migration to 13.0 2023-05-27 18:56:26 +02:00
Valentin Vinagre Urteaga
530b6b6cf0 [IMP] account_banking_pain_base: black, isort, prettier 2023-05-27 18:56:26 +02:00
Stefan Rijnhart (Opener)
783261733d [ADD] Allow for multiple SEPA payment methods with different versions (#493) (#497) 2023-05-27 18:53:44 +02:00
etobella
8901b85ad6 [MIG] account_banking_pain_base 2023-05-27 18:53:44 +02:00
Alexis de Lattre
4dcc7306f9 Port almost all modules to v10 (#305)
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
2023-05-27 18:52:49 +02:00
Alexis de Lattre
19a0380b69 [MIG] account_banking_pain_base: Migration to 9.0
* Add support for non-SEPA DD and CT without without IBANs
* Add hooks for l10n_ch_sepa (pain.001.001.03.ch.02)
* Move code of account_banking_pain_base/models/banking_export_pain.py to account_banking_pain_base/models/account_payment_order.py
* Add postal address in party block
* Adds flexibility to support direct debit direct debit for switzerland (pain.008.001.02.ch.01)
* Implement SEPA Core recommandations for postal address
* Add field local_instrument in payment lines and bank payment lines
* Add the bank_line as argument to some methods that generate SEPA XML
2023-05-27 18:52:04 +02:00