Commit Graph

12 Commits

Author SHA1 Message Date
Alexis de Lattre
144d2d98b1 sepa_direct_debit: mandate_required back to True
sepa_credit_transfer: bank_account_required back to True
Partial revert of the breakage of PR #875
2022-01-08 01:22:46 +01:00
Enric Tobella
f8b0245226 [FIX] account_banking_sepa_credit_transfer: Bank account is not required 2022-01-02 11:42:05 +01:00
Carlos Roca
e7373c9f5e [IMP] account_banking_sepa_credit_transfer: black, isort, prettier 2021-01-13 08:47:56 +01:00
Valentin Vinagre Urteaga
b506c7730f [IMP] account_banking_sepa_credit_transfer: black, isort, prettier 2021-01-13 08:44:52 +01:00
Alexis de Lattre
3933d609df [MIG] account_banking_sepa_credit_transfer: Migration to 10.0 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
unknown
ef65ace0df German pain.001.003.03 format 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
c6068716d5 [IMP] account_banking_sepa_credit_transfer:
* Better prototype for the _prepare_field function. Update help message, POT file and FR translation.
* Revert the dependancy to account_banking_payment_export (the field payment_order_type on payment.mode.type has a default value of "payment" anyway).
* Akretion-Noviat code sprint dated 2013-11-21: - add module account_banking_pain_base - add support for initiating party identification, priority and structured remittance info in XML file - the requested execution date now uses the fields date_prefered and date_scheduled (the field of the wizard has been removed) - the 'convert to ascii' feature is now an option of the payment mode (enabled by default) - set 'communication' field of payment.line to 140 chars and hide field 'communicatio n2'
* FIX label : Customer (which is wrong, it is most of the time a Supplier !)-> Creditor More PEP8 stuff.
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
Stefan Rijnhart
58da723950 [IMP] account_banking_sepa_credit_transfer: 3 things
* Small API changes
* Updated two additional imports to new API
* A payment mode type needs a suitable bank type
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