Commit Graph

6 Commits

Author SHA1 Message Date
Alexis de Lattre
948772d1b0 Add 4 new modules to handle payment type and bank accounts:
- account_payment_partner
- account_payment_sale
- account_payment_sale_stock
- account_payment_purchase

Filter the selection of invoices per payment type.
Add active field on payment.mode and payment.mode.type.
Add menu entry for Payment Types.
2014-02-25 00:19:57 +01:00
Alexis de Lattre
9ca27914c3 [FIX] ALlow payment of customer refunds 2014-02-16 15:03:28 +01:00
Stéphane Bidoul
f4f420e10f [IMP] use local imports 2013-09-23 19:21:51 +02:00
Stéphane Bidoul
76857250dd [FIX] missing import 2013-09-12 09:06:09 +02: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