Commit Graph

11 Commits

Author SHA1 Message Date
Holger Brunn
f2db2082b2 [FIX] coding style 2014-10-20 13:16:04 +02:00
Sandy Carter
07729d6a80 PEP8 on account_banking_payment 2014-09-02 12:30:01 -04:00
Stéphane Bidoul
e2be1a6e0d [IMP] refactoring in order to use direct debit independently of bank statement import
In a nutshell, this commit 
- moves payment_order_type (payment|debit) to account_banking_payment_export
- makes payment_order_type visible in account_direct_debit
- make direct_debit depend on account_banking_payment_export
2014-02-16 17:13:15 +01:00
Alexis de Lattre
74e937b6e6 Remove 'For debit type modes only' in the help message of the field transfer_account_id, because it is now used for both debits and payments. 2013-12-24 14:06:44 +01:00
Alexis de Lattre
708949e735 Now OpenERP only propose 'debit' payment modes on Direct Debits and 'payment' payment modes on Payment Orders. 2013-11-13 21:53:00 +01:00
Stéphane Bidoul
e89095dcbe [IMP] clarify scope of account_banking_payment_export by moving some features back to account_banking_payment
[IMP] nicer manual payment wizard
2013-08-13 11:18:15 +02:00
Stéphane Bidoul
77b6806e07 [IMP] account_banking_payment refactoring to make payment export features available without pulling bank statement features
- introduce account_banking_payment_export module with all features from account_banking_payment that do not involve changing the payment order workflow or depend on bank statement changes
- account_banking_payment_export does not depend on account_banking 
- account_banking_payment is consequently stripped of above features
- account_banking_sepa_credit_transfer depend on account_banking_payment_export and is compatible with the default payment order workflow
2013-08-09 22:55:49 +02:00
Stefan Rijnhart
e045946a13 [FIX] Make payment mode type required
[RFR] Cosmetic view changes
2013-05-29 14:35:04 +02:00
Stefan Rijnhart
7fc4e0f975 [RFR] Sort out payment/payment line code between payment and debit module 2013-05-28 14:56:27 +02:00
Stefan Rijnhart
943343061a [FIX] Fixes from pylint 2013-03-17 10:10:15 +01:00
Stefan Rijnhart
8f9fada351 [RFR] Split off payment functionality in a different addon 2013-03-16 17:44:19 +01:00