Commit Graph

26 Commits

Author SHA1 Message Date
Holger Brunn
f2db2082b2 [FIX] coding style 2014-10-20 13:16:04 +02:00
Alexis de Lattre
daf46a3cbe Add a hook, which is designed to be inherited. For example, it can be used to wake-up the workflow of purchase order (usefull in combination with the module 'purchase_payment_order') 2014-03-18 23:51:10 +01:00
Alexis de Lattre
58393f8b0f File account_banking_payment/model/account_payment.py is now PEP-8 compliant
Introduce _prepare_* functions in the function action_sent(), to make inheritance easier.
Add support for payment lines with move_line_id = False (for example, when you make an advance payment for a supplier order).
2014-03-17 12:08:41 +01: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
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
6ed8e6a7dd [MRG] sync with 7.0 head 2013-10-14 13:18:42 +02:00
unknown
17b4f8c8ee [MRG] account_banking_payment_export
Refactoring of account_banking_payment to provide payment export
infrastructure independently of bank statement reconciliation features.
2013-10-02 11:02:54 +02:00
Stefan Rijnhart
963970fc8c [FIX] Move has a 'ref', not a 'reference' field 2013-09-23 15:57:32 +02:00
Stéphane Bidoul
fdbd6a019a [FIX] remove leftover of previous experiment 2013-08-10 16:05:19 +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
Stéphane Bidoul
b6a426247f [FIX] handle situation where transfer account is not defined on payment order mode 2013-08-03 12:29:55 +02:00
Stefan Rijnhart
00901adf2b [FIX] Clearing lines should not have a partner, because of the new constraint
on the reconciliation object that prevents reconciliation between
        various partners.
[MGR] Adaptation of the debit module to view changes
2013-07-15 15:31:34 +02:00
Stefan Rijnhart
85de0d7581 [FIX] Improve translatable labels for move and move lines 2013-06-26 23:10:06 +02:00
Stefan Rijnhart
b15cf15cd5 [FIX] Various fixes
[IMP] Improvements on payment matching
2013-06-04 13:56:05 +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
9e36b2f324 [FIX] Fixes from testing 2013-05-29 16:52:31 +02:00
Stefan Rijnhart
1aac39a952 [RFR] Remove unused field 'export_state' on payment line 2013-05-29 16:20:31 +02:00
Stefan Rijnhart
3c5fdecf37 [RFR] Rename field 'debit_move_line_id' 2013-05-28 16:17:56 +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
bcfa846bd5 [FIX] Fixes found by review 2013-04-06 07:02:18 +02:00
Stefan Rijnhart
e5c611df07 [FIX] PEP8 2013-03-17 21:00:38 +01:00
Stefan Rijnhart
91b9d190d9 [FIX] Various fixes from testing 2013-03-17 13:53:37 +01:00
Stefan Rijnhart
8f3b37855d [FIX] Update xml reference to manual payment wizard 2013-03-17 13:22:56 +01:00
Stefan Rijnhart
943343061a [FIX] Fixes from pylint 2013-03-17 10:10:15 +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