Commit Graph

5 Commits

Author SHA1 Message Date
OCA-git-bot
10abcf17e3 [UPD] README.rst 2019-08-19 02:54:29 +00:00
OCA-git-bot
d8dc6a7dc2 [UPD] README.rst 2019-07-29 02:40:55 +00:00
Pedro M. Baeza
f51b565a2b [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
2018-12-14 11:30:24 +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
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