Commit Graph

7 Commits

Author SHA1 Message Date
Alexis de Lattre
36fc4911b1 Add ICS in account settings page 2017-11-22 10:49:30 +01:00
Alexis de Lattre
a6bc2e12b3 Start to port bank-payment to v9 (with a lot of improvements) during the Sorrento Code sprint 2016
Improvements include:
- full re-organisation of modules and big re-organisation of the code
- simplification of the code related to the fact that support for direct debit is now in t
he base module, not added by an optional module account_direct_debit (module was removed)
- new design of the wizard to select move lines to pay
- support for non-SEPA file transfer-
- support for German direct debit SEPA files (fixes bug #129)
- remove workflow of payment.order

This port to v9 is not finished... there is still a lot of work:
- finish the code of account_payment_order/wizard/account_payment_line_create.py
- port account_banking_payment_transfer and integrate it inside account_payment_order
- fix bugs
- clean-up code, remove dead code
- test in several complex scenarios
2017-11-22 10:49:30 +01:00
Antonio Espinosa
5bcebe7277 Define SEPA identifiers per payment mode 2017-11-22 10:49:30 +01:00
Alexis de Lattre
ec65f27b35 Add a hook to inherit grouping of the transfer account move line
Use that new hook in SEPA direct debits
Better variable names
2017-11-22 10:49:30 +01:00
Alexis de Lattre
b6af1f29ff Use attachments instead of creating a specific object for each kind of payment order 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
62d13a87d2 account_banking_mandate, spliting functionality in two modules 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
e89b7a59df Migration and enhancement of all modules involved in SEPA 2017-11-22 10:49:30 +01:00