Commit Graph

184 Commits

Author SHA1 Message Date
Stefan Rijnhart
65adef55b5 [FIX] Multi-company safe partner search 2013-02-18 08:54:39 +01:00
Stefan Rijnhart
373007591f [FIX] Lingering parenthesis 2013-02-07 10:56:06 +01:00
Stefan Rijnhart
a11fa72a87 [RFR] PEP8
[RFR] Refactor double check on country_id and country_code
[IMP] Select longest matching partner name if multiple matches
[IMP] Propagate context in get_or_create_partner
2013-02-07 10:38:41 +01:00
unknown
643b25ed90 account_banking: adds company awareness when configuring bank statement import settings
Accounts, journals and bank accounts are now filtered by the company setting on
the payment mode. Only bank accounts from the company's partner can be
selected. Upon selection of the bank account, the associated journal is
selected automatically.
2013-02-06 13:35:54 +01:00
Stefan Rijnhart
5bde8a5bc1 [FIX] Reinstate search by zip and city
[RFR] Remove debug statement
2013-02-06 11:00:03 +01:00
Stefan Rijnhart
5956788c3b [FIX] Multi-company safe partner search 2013-02-06 08:37:14 +01:00
Stefan Rijnhart
14415dd123 [RFR] Style as per review 2013-01-30 12:34:58 +01:00
Stefan Rijnhart
f454660376 [IMP] Company awareness of bank statement import settings 2013-01-25 17:28:33 +01:00
Stefan Rijnhart
d1e01e7d56 [FIX] Make sure the invoice number is used as direct debit order line reference 2013-01-21 21:25:00 +01:00
Stefan Rijnhart
c4f1cec071 [FIX] Cannot select manual move line in matching wizard. This is a workaround for web client issue lp:1073521, "cannot select many2one value if tree view is editable" 2013-01-14 12:04:51 +01:00
Stefan Rijnhart
b725cf0240 [FIX] Cannot select manual move line in matching wizard
This is a workaround for web client issue lp:1073521,
	"cannot select many2one value if tree view is editable"
2013-01-13 15:11:44 +01:00
Amit Bhavsar (Open ERP)
7e9f2428ef [FIX] Import move lines without an invoice
backport of lp:~openerp-dev/openobject-addons/trunk-bug-986088-amb
2013-01-10 14:38:19 +01:00
Stefan Rijnhart
c8d9de37b9 [FIX] Refresh bank statement browse record before printing its name 2012-12-18 15:42:08 +01:00
Stefan Rijnhart
1ba59be795 [IMP] ABN-AMRO: process SEPA feedback string
[IMP] Framework: use bic info from transaction if available when creating bank
2012-12-18 15:41:15 +01:00
Stefan Rijnhart
a59f8d7e98 [FIX] Use meaningful dates when converting currencies 2012-12-18 15:39:59 +01:00
Stefan Rijnhart
91317fa43d [IMP] Create import transactions instantly on manually encoded statements when matching wizard is run 2012-12-18 15:39:23 +01:00
Stefan Rijnhart
fb041a6ae6 [FIX] Backport of fix for OPW 574251,
Vouchers get today's date or associated invoice's date
2012-12-15 16:19:49 +01:00
Stefan Rijnhart
2e24c3a3e3 [FIX] Fix context comparison with None 2012-12-10 10:32:39 +01:00
Stefan Rijnhart (Therp)
0b4019c3c3 [FIX] Unclear error message when no period exists for bank statement date 2012-12-05 09:32:23 +01:00
Stefan Rijnhart
038a355ea7 [FIX] Typo and docstring 2012-12-05 08:22:19 +01:00
Stefan Rijnhart
dbaa614c81 [FIX] Import fails if two partners exist with same name as on the statement 2012-12-04 22:06:02 +01:00
Stefan Rijnhart
dcfea3a6a1 [FIX] Check for context is None 2012-12-01 19:36:21 +01:00
Stefan Rijnhart
f4b9c51d5d [IMP] Create import transactions instantly on manually encoded statements
when matching wizard is run
2012-12-01 19:31:34 +01:00
Stefan Rijnhart
3d6ef7dfe0 [FIX] Refresh bank statement browse record before printing its name 2012-11-13 12:08:29 +01:00
Stefan Rijnhart
8b9a62e1c8 [FIX] Removed unused import 2012-10-31 16:22:37 +01:00
Stefan Rijnhart
1d06bd93b7 [FIX] Use meaningful dates when converting currencies 2012-10-31 16:20:18 +01:00
Stefan Rijnhart
2845dfc00f [IMP] ABN-AMRO: process SEPA feedback string
[IMP] Framework: use bic info from transaction if available when creating bank
2012-10-09 14:53:06 +02:00
Stefan Rijnhart
7070dc682c [FIX] Unclear error message when no period exists for bank statement date 2012-07-11 12:37:31 +02:00
Stefan Rijnhart
d6334df369 [FIX] remove call to debugger 2012-06-26 13:17:32 +02:00
Stefan Rijnhart
59016af783 [FIX] Period search should ignore opening/closing periods 2012-06-26 11:46:07 +02:00
Stefan Rijnhart
b546f84eef [ADD] Release 6.1.1 2012-05-07 13:49:08 +02:00
Stefan Rijnhart
c043600d25 [FIX] Reopen invoice after canceling a bank transaction with voucher
[FIX] Apply correct residual sign
[FIX] Only calculate residual of transactions in draft state
2012-05-07 13:38:26 +02:00
Stefan Rijnhart
e0275b9a37 [ADD] Update revision numbers 2012-05-03 14:40:37 +02:00
Stefan Rijnhart
b2d07ef34b [FIX] Italian BBAN format 2012-05-03 14:19:49 +02:00
Pieter J. Kersten
d1a19e1891 [FIX] Typo in postcode handling 2012-05-03 14:18:35 +02:00
Stefan Rijnhart
034b2b2ad3 [ADD] Useful defaults on simple setups for import settings (lp:931395)
[ADD] Default to first available parser on the import wizard
[FIX] Statements field on import wizard not invisible in initial state
[FIX] Typo in Dutch translation
2012-05-03 14:17:11 +02:00
Stefan Rijnhart
b62eea51ea [MRG] Fix partial unreconcile exception and logical error 2012-05-03 14:14:56 +02:00
Pieter J. Kersten
3c17c8f7d5 [FIX] Typo in postcode handling 2012-05-03 12:28:10 +02:00
Stefan Rijnhart
815c1056a1 [FIX] Italian BBAN format 2012-05-03 11:58:01 +02:00
Stefan Rijnhart
14d2cc3f91 [ADD] Useful defaults on simple setups for import settings (lp:931395)
[ADD] Default to first available parser on the import wizard
[FIX] Statements field on import wizard not invisible in initial state
[FIX] Typo in Dutch translation
2012-05-02 17:09:49 +02:00
Stefan Rijnhart
e155cb4773 [FIX] Duplicate statement line does not show up red on statement due to
color precendence
[FIX] Cannot cancel statement line
2012-05-02 16:28:52 +02:00
Stefan Rijnhart
7fa5c32b88 [FIX] Ability to encode statements manually,
as well as compatibility with point_of_sale module (lp 992141)
[FIX] Post vouchers using workflow
[FIX] Remove redundant move_id fields on statement line.
	Use existing move_ids field instead. This restores
	the ability to cancel legacy (stateless) statement lines.
2012-05-02 15:23:51 +02:00
Stefan Rijnhart
a94a1e4fd4 [FIX] Selection of bugs and style issues found by pylint 2012-05-02 11:29:06 +02: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
5f99b337c8 [MRG] Merged with main development branch 2012-05-01 12:00:19 +02:00
Stefan Rijnhart
3f9ad78750 [ADD] Move voucher logic from statement line to the transaction level
Preserve legacy methods for canceling reconciliation oriented transactions
2012-05-01 11:58:27 +02:00
Stefan Rijnhart
045e124613 [FIX] check partner_id on statement line is defined before browsing further
[FIX] translation typo
[FIX] Do not write obsolete field 'code' to res.bank
[ADD] Write bic field to res.partner.bank when found
[FIX] Super() called with wrong object name
[FIX] Disable invalid (and unused) xpath expression
[RFR] Adapt NL Clieop module to API changes in 6.1
[FIX] Clieop export counter per day was always 1
2012-04-30 18:01:49 +01:00
James Jesudason
939c82b1d5 [FIX] IBAN validation for Italian bank accounts is wrong and is preventing valid accounts from being added. Validation removed for Italian accounts. Need to find a long-term solution to IBAN validation as the current code is rejecting valid numbers for a number of countries. 2012-04-17 12:11:43 +01:00
Stefan Rijnhart
d9c5b7ea06 [FIX] Assign False, not browse_null as empty value for new record 2012-04-17 12:58:38 +02:00
Stefan Rijnhart
4f554436c0 [FIX] check partner_id on statement line is defined before browsing further
[FIX] translation typo
2012-04-16 09:35:36 +02:00