Commit Graph

10 Commits

Author SHA1 Message Date
etobella
1fabf8ca23 [MIG] account_banking_pain_base 2017-11-16 15:16:55 +01:00
Alexis de Lattre
59724e429c Port almost all modules to v10 (#305)
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
2017-11-16 15:16:39 +01:00
Alexis de Lattre
f6143e4e06 Add hooks for l10n_ch_sepa (pain.001.001.03.ch.02)
Move code of account_banking_pain_base/models/banking_export_pain.py to account_banking_pain_base/models/account_payment_order.py
Allow cancel when payment order is in "File Generated" state
Add postal address in party block
2017-11-16 15:16:39 +01:00
Alexis de Lattre
d616d19564 bank_bic on res.partner.bank is a related field in v9 and is not displayed in form view, so no need for explainations any more 2017-11-16 15:16:39 +01:00
Alexis de Lattre
f319243b72 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-16 15:16:39 +01:00
Pedro M. Baeza
264be465d1 [IMP] *: Short headers 2017-11-16 15:16:39 +01:00
Alexis de Lattre
0590547adc Add bank.payment.lines object to allow grouping in the payments 2017-11-16 15:16:39 +01:00
Alexis de Lattre
edf7ab7c73 Port SEPA modules to new API
Fix an important regression in account_banking_sepa_direct_debit: "Date of Last Debit" was not set any more
Proper write of date_done with account_banking_payment_export is installed without account_banking_payment_transfer
Add post-install script for date_sent on payment.order
2017-11-16 15:16:39 +01:00
Stéphane Bidoul
2c05a79eb0 [IMP] help text for bank and BIC fields
Courtesy Alexis de Lattre
2017-11-16 15:16:39 +01:00
Pedro M. Baeza
039ac02912 [MIG] Migration and enhancement of all modules involved in SEPA 2017-11-16 15:16:39 +01:00