Commit Graph

17 Commits

Author SHA1 Message Date
etobella
5adeb942c5 [MIG] account_payment_mandate 2017-11-16 15:13:45 +01:00
Alexis de Lattre
83a98ca2d7 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:13:45 +01:00
Alexis de Lattre
e158ddf7ce Move field bank_account_required from module account_payment_partner to account_payment_mode
Make the mandate a required field on payment line when the payment method has mandate_required=True
Make the bank account a required field on payment line when the payment method has bank_account_required=True
Minor code cleanup
PEP8
2017-11-16 15:13:45 +01:00
Alexis de Lattre
fa7d3e9169 Better handling of partner_bank_id and mandate_id on invoice: invisible/required/onchange 2017-11-16 15:13:45 +01:00
Alexis de Lattre
e561b49fcd Add number of mandates in partner form (similar to number of bank accounts) 2017-11-16 15:13:45 +01:00
Alexis de Lattre
9f1347a517 Move fields mandate_required and export_ascii from payment mode to payment method
Display chatter on payment orders
Several small usability improvements
2017-11-16 15:13:45 +01:00
Alexis de Lattre
7c34e39123 Add module account_banking_mandate_sale
Add option 'mandate_required' on payment orders
Autoselect first valid mandate on customer invoice that have a payment mode 'mandate_required' = True
Add option on select move lines to pay wizard to allow selection of litigation moves (unchecked by default), in order to integrate the feature of the module account_payment_blocking
2017-11-16 15:13:45 +01:00
Alexis de Lattre
a7b565a612 Copy payment mode and mandate from invoice to refund
Run dos2unix on the few files that had DOS carriage return
2017-11-16 15:13:45 +01:00
Alexis de Lattre
0fa08b14c4 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:13:45 +01:00
Sergio Incaser
4bc1bf08b4 [IMP][8.0] sepa_direct_debit_mandate: Split basic and sepa mandate 2017-11-16 15:13:45 +01:00
Alexis de Lattre
ac33798cbc Add bank.payment.lines object to allow grouping in the payments 2017-11-16 15:13:45 +01:00
Antonio Espinosa
81edef2f16 [FIX] Allow to select bank account when creating a mandate 2017-11-16 15:13:45 +01:00
Alexis de Lattre
d8b6e196fa 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:13:45 +01:00
Alexis de Lattre
be82e2abb9 Add scheme in mandate tree+search view
Replace tabs by spaces in mandate views
account_banking_mandate/views/account_banking_mandate_view.xml: convert from dos to unix format
2017-11-16 15:13:45 +01:00
Alexis de Lattre
f2ad7127c0 [Usability] mandates: search by reference, add group_by, add seq type in tree view 2017-11-16 15:13:45 +01:00
Pedro M. Baeza
f6d38aa2f4 [FIX] account_banking_mandate: partner_id field correctly related 2017-11-16 15:13:45 +01:00
Pedro M. Baeza
01d801897d [ADD] account_banking_mandate, spliting functionality in two modules 2017-11-16 15:13:45 +01:00