Commit Graph

7 Commits

Author SHA1 Message Date
OCA-git-bot
d1afc38f94 [UPD] README.rst 2021-01-15 08:17:37 +00:00
Carlos Roca
106aaf7312 [FIX] account_banking_sepa_credit_transfer: Fixed tests 2021-01-13 11:21:12 +01:00
Pedro M. Baeza
233853ef3d [FIX] account_banking_sepa_direct_debit: Remove l10n_generic_coa need on tests
Tests assume that `l10n_generic_coa` is installed, which is not the case for several
cases. We replace it creating a minimal account base data for the company test that
makes it to work.
2021-01-13 08:44:52 +01:00
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
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