Commit Graph

9 Commits

Author SHA1 Message Date
Valentin Vinagre Urteaga
b506c7730f [IMP] account_banking_sepa_credit_transfer: black, isort, prettier 2021-01-13 08:44:52 +01:00
Pedro M. Baeza
e333d07a19 [MIG] account_banking_pain_base: Migration to 12.0
* Standard migration procedure
* README by fragments
* Fixed tests
* Change
* Fix related no readonly in account_banking_pain_base
* Override default partner bank account check on account_payment_partner
* Convert Python date to string
2021-01-13 08:44:52 +01:00
Alexis de Lattre
eebc19c1df [MIG] account_banking_sepa_credit_transfer: Migration to 9.0 2021-01-13 08:37:28 +01:00
Antonio Espinosa
94daaa3f01 Define SEPA identifiers per payment mode 2021-01-13 08:37:28 +01:00
Pedro M. Baeza
352ff92c94 [IMP] account_banking_sepa_credit_transfer: Short headers + Bump version numbers + es translations 2021-01-13 08:37:28 +01:00
Alexis de Lattre
bbc452a859 Use attachments instead of creating a specific object for each kind of payment order 2021-01-13 08:37:28 +01:00
Pedro M. Baeza
5b5c4b4b11 [MIG] account_banking_sepa_credit_transfer: Migration to v8 2021-01-13 08:37:28 +01:00
Alexis de Lattre
f74d8c7abc [IMP] account_banking_sepa_credit_transfer: Support new format + other things:
* Add support for pain.001.001.05 Fix dependencies (I need the field "payment_order_type" which is in account_banking_payment) Only use ASCII characters in the XML file (that's how banks use XML !) Use the payment order reference as the Message Identification of the XML file. Use the payment line sequence as the "End to End Identification" Remove the Instruction Identification ('InstrId') because it is not a required field (only the End to End identification is required) Rename variables in the function create_sepa() to include the number of each field as used in the EPC guidelines Reduce the number of flake8 warnings Make code more modular : - self.pool.get('banking.export.sepa').create() has a _prepare fonction - most of the content of the XML file can be inherited via _prepare_field()
* Update strings. Update FR translation.
* fields.date.context_today doesn't work with datetime => we now use the native field create_date Coding style improvements.
* Add logo
2021-01-13 08:37:28 +01:00
unknown
4d2d8a595b account_banking_sepa_credit_transfer implementing SEPA SCT pain 2021-01-13 08:37:28 +01:00