Commit Graph

8 Commits

Author SHA1 Message Date
Alexis de Lattre
93c73a778b [MIG] account_banking_sepa_credit_transfer: Migration to 10.0 2018-12-14 01:01:37 +01:00
Alexis de Lattre
df27dbb9ce [MIG] account_banking_sepa_credit_transfer: Migration to 9.0 2018-12-14 00:59:00 +01:00
unknown
74e160ce5e German pain.001.003.03 format 2018-12-14 00:56:31 +01:00
Pedro M. Baeza
8044f792e3 [MIG] account_banking_sepa_credit_transfer: Migration to v8 2018-12-14 00:56:15 +01:00
Alexis de Lattre
f268a64d69 [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.
2018-12-14 00:50:59 +01:00
Alexis de Lattre
46bd2a8887 [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
2018-12-14 00:17:05 +01:00
Stefan Rijnhart
b27607b852 [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
2018-12-14 00:15:44 +01:00
unknown
ff2c0c7969 account_banking_sepa_credit_transfer implementing SEPA SCT pain 2018-12-14 00:13:59 +01:00