Commit Graph

31 Commits

Author SHA1 Message Date
Alexandre Fayolle
7a72977058 fix relative imports 2014-12-03 09:45:51 +01:00
Alexandre Fayolle
4813a728cf move docstring at top of the module 2014-12-03 09:15:11 +01:00
Holger Brunn
f2db2082b2 [FIX] coding style 2014-10-20 13:16:04 +02:00
Holger Brunn
db562ca4f6 [FIX] pylint errors 2014-09-22 12:35:39 +02:00
Sandy Carter
b6ea50c15f PEP8 on account_direct_debit 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
9ca27914c3 [FIX] ALlow payment of customer refunds 2014-02-16 15:03:28 +01:00
Alexis de Lattre
56a6652e0e Remove fields_view_get() on payment.order because dynamic domain is now possible and I implemented it in a previous commit.
Minor usability improvements in mandate menu and views
Refresh partner_id field on mandate in the on_change of partner_bank_id
2013-11-21 00:24:56 +01:00
Alexis de Lattre
46fbbebdd8 Fix a wrong import (osv was used but not imported !)
Coding style fix
2013-11-08 19:20:30 +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
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
509b9bc3a8 [MRG] Merged with target branch 2013-06-04 12:18:31 +02:00
Stefan Rijnhart
3c5fdecf37 [RFR] Rename field 'debit_move_line_id' 2013-05-28 16:17:56 +02:00
Stefan Rijnhart
0bc3cdaa8f [RFR] License and API 2013-05-28 15:41:42 +02:00
Stefan Rijnhart
fd6cac4854 [RFR] Sort out 'add invoices' wizard code between payment and debit module 2013-05-28 15:37:47 +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
b05036098f [RFR] Sort out move line code between payment and debit module 2013-05-28 13:49:08 +02:00
Stefan Rijnhart
5ae5d657f8 [ADD] Foreporting crude support for full payment workflow including
transferral move that pays the invoices
2013-05-27 21:36:20 +02:00
unknown
2b80075140 [ADD] Allow manual match of multiple invoices or move lines 2013-04-24 16:36:15 +02:00
Stefan Rijnhart
0157106f31 [IMP] Company filter on payment mode transfer settings 2013-01-28 10:46:15 +01:00
Stefan Rijnhart
ed7e90b299 [FIX] Syntax error when iterating over a list of ids 2013-01-24 12:04:21 +01:00
Stefan Rijnhart
de1b7fc067 [IMP] Apply company domain when selecting move lines to pay 2013-01-21 12:30:46 +01:00
Stefan Rijnhart
22ade71b84 [RFR] Restore confirm and cancel logic for other match types
[RFR] Adapt direct debit workflow to 6.1
2012-05-01 22:36:44 +02:00
Stefan Rijnhart
efb52095ce [ADD] Updated documentation 2012-01-12 11:58:49 +01:00
OpenERP instance user
059e8d4420 [ADD] field 'residual' in bank statement line trees
[RFR] field 'match_type' on bank statement lines is now a related field
[FIX] bug: invoices with state 'debid denied' are selected for new nebit orders
[ADD] filter button on invoices search view for state 'debit denied'
[FIX] invoice workflow does not allow reopening of invoices in state debit denied
[FIX] match wizard does not show payment line but move line for storno type matches
2011-12-21 14:06:26 +01:00
OpenERP instance user
ac8ee4b4e9 [FIX] a number of bugs
[ADD] payment order reconciliation
2011-12-18 23:45:27 +01:00
OpenERP instance user
db48a96e72 [FIX] show linked invoice on draft statement lines
[FIX] invoice reconciliation shows both full and partial lines
[FIX] exception not raised
[RFR] write trigger on match wizard invoice selection
[ADD] filter invoices for direct debit order by payment term
2011-12-18 19:56:54 +01:00
OpenERP instance user
b3c25668d2 [RFR] delegated the matching mechanism to an orm model
(banking.import.transaction)
[ADD] bank statement line states + logic
[ADD] reconciliation wizard on bank statement line,
	allows manual selection between multiple matches
[ADD] more relaxed duplicate checking for bank statement
	file formats without unique identifier
	+ interactive step to remove duplicate flagging
[ADD] workflow steps for invoice and storno match cancelling
2011-12-18 13:42:17 +01:00
OpenERP instance user
cab64a4ebb [FIX] Bank import writes to browse object
[ADD] direct debit order: process storno during bank import
[ADD] bank import: add hooks for processing debit orders and stornos
[ADD] direct debit order: pre-select move lines on reference substring
	configured in payment mode
[ADD] payment term for direct debit invoices
[ADD] payment line views: add storno field
[RFR] standardize storno and debit order processing during bank import
2011-12-14 15:35:02 +01:00
OpenERP instance user
4af0d711f1 [ADD] bank import: match aggregated direct debit orders in bank statements 2011-12-12 16:00:03 +01:00
OpenERP instance user
5c69350246 [RFR] debit reconciliation
[ADD] storno processing
2011-12-11 16:00:41 +01:00