Commit Graph

20 Commits

Author SHA1 Message Date
Alexis de Lattre
b76f3fb499 Support for SEPA Direct Debit
the work I carried out with Luc de Meyer (Noviat) during a code sprint on November 21st to get the additionnal features that were present in Luc's module account_pain for SEPA credit transfer (including the "Initiating Party Issuer", which is required by a few countries including Belgium and structured remittance info)

the module account_banking_pain_base : this module allows to share as much code as possible between the module for credit transfers and the module for direct debits
2014-01-31 14:21:36 +01:00
Ruchir Shukla
27805f96bb move page position 2013-12-13 18:38:59 +05:30
Ruchir Shukla
0cc04a859b move payemnt fields in page 2013-12-13 14:06:23 +05:30
Ruchir Shukla
40d834c117 change ui for analytic account and invoice 2013-12-10 12:36:28 +05:30
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
Alexis de Lattre
d8c36c2cef Add the ability to cancel a mandate.
Add a field "SDD Mandate" on the customer invoice, to handle the scenario where one customer has multiple mandates with the company.
2013-11-09 15:05:07 +01:00
Ruchir Shukla
c2d3cc147d restore the buttons and change fields caption 2013-11-09 16:26:39 +05:30
Alexis de Lattre
7aba0f0a00 More work on mandates :
- constraints
- display related payment lines
- set mandates to expired after 36 months of inactivity (via a cron)
- add tracking/chatter
- add default draft state + validate button

[FIX] In Debit mode, don't use the partner_bank_id of the customer invoice !

In the wizard 'Select invoices to pay', add maturity date in the view of the account move lines
2013-11-07 23:22:19 +01:00
Stéphane Bidoul
1088ed36b1 [FIX] fix payment.mode.type view inheritance 2013-09-12 09:38:41 +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
Alexis de Lattre
4c2bd0f6c9 [FIX] Fix several obvious bugs that I found when testing the code. 2013-08-03 00:41:42 +02:00
Stefan Rijnhart
1d81e9f30b [RFR] Payment order workflow now allows cancelling of reconciled
orders
[FIX] Fixes from testing
[IMP] Manual matching of payment orders and lines
2013-05-30 00:26:36 +02:00
Stefan Rijnhart
08436c0bf5 [FIX] Move attributes to from 'states' dictionary to view 2013-05-29 16:42:50 +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
a5e98db809 [RFR] API: remove deprecated 'type' elements from view records
[MIG] Set upgraded modules to installable
[FIX] Redefined _columns member
[FIX] Remove void default for date_done, update field type
[FIX] Add required string tag to form views
[FIX] Merge payment mode view overrides
2013-05-28 17:18:26 +02:00
Stefan Rijnhart
4b998a263e [RFR] Sort out view changes between debit and payment modules 2013-05-28 16:42:13 +02:00
Stefan Rijnhart
1856830612 [RFR] Restore compatibility with 6.1 for review 2013-03-17 21:04:17 +01:00
Stefan Rijnhart
931110224a [FIX] Various fixes
[RFR] Converted manual payment wizard to transient model
2013-03-16 20:00:59 +01:00
Stefan Rijnhart
8f9fada351 [RFR] Split off payment functionality in a different addon 2013-03-16 17:44:19 +01:00