Commit Graph

70 Commits

Author SHA1 Message Date
Stefan Rijnhart
dfa4fc297e [RFR] Do not overwrite super method when possible 2013-04-07 22:27:20 +02:00
Stefan Rijnhart
c220f99933 [DEL] Remove unused flags for multi_currency and international
[FIX] Take timezone into account for default date
[DEL] Remove void run through mro
2013-04-07 21:55:21 +02:00
Stefan Rijnhart
8819b9b28f [MIG] Coding standards 2013-03-18 15:53:17 +01:00
Stefan Rijnhart
391d00a0ff [RFR] Update license, remove obsolete comments 2013-03-18 15:49:13 +01:00
Stefan Rijnhart
8f9fada351 [RFR] Split off payment functionality in a different addon 2013-03-16 17:44:19 +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
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
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
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
103cb5daf0 [MRG] Merged with main development branch 2012-04-14 11:16:54 +02:00
Stefan Rijnhart
a128b23585 [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 xpath expression
2012-04-14 10:58:58 +02:00
James Jesudason
99a1cb2e57 [FIX] The validation of IBAN account numbers was preventing valid account numbers from being entered. 2012-04-12 18:42:11 +01:00
Stefan Rijnhart
4b347894ce [FIX] Adapt to field 'code' no longer present on res.bank in 6.1
[FIX] Do not automatically create res.bank from online lookups when no BIC,
     	as res.bank is not required on res.partner.bank anymore in 6.1.
[FIX] Add field 'state' to statement line form as used by webclient to
     	determine readonly property of some other fields
2012-03-08 11:18:13 +01:00
James Jesudason
284dcfcaad [FIX] Reset the account on the statement line when the reconciliation is disabled.
[ADD] Set the transaction type for HSBC statement import.
2012-03-07 23:02:52 +00:00
James Jesudason
44e3495575 [FIX] Unmatched statement lines are posted as a single journal entry as long as the account is entered. 2012-03-07 17:15:48 +00:00
James Jesudason
6461c0e282 [ADD] Set company_id in context to ensure that the right period is found.
[FIX] Set local_currency on the transaction lines from the statement local_currency.
[ADD} Allow selection of analytic account for the statement line move and the write-off.
[FIX] Use currency name lookup on the journal, not currency id.
2012-02-20 19:41:49 +00:00
James Jesudason
ef3803655e [RFR] Adjust to changes in base_iban:
preserve the domestic account number for IBANs
2012-02-20 12:03:14 +00:00
James Jesudason
f5b463105b [FIX] Correct the 'states' declaration that stopped the imported file screen from loading 2012-02-20 12:00:43 +00:00
Stefan Rijnhart
6d334e6ff6 [RFR] Adjust to changes in base_iban:
preserve the domestic account number for IBANs
2012-02-19 22:10:20 +01:00
James Jesudason
cf58125c22 [ADD] Ability to store the HSBC Client ID for HSBCNet, and use that on the payment files
[FIX] Upgrading to version 6.1
2012-02-17 23:36:43 +00:00
Credativ (Dmitrijs Ledkovs, James Jesudason, Tristan Hill)
a8384ff890 [ADD] UK HSBC module
[FIX] Period_id on vouchers
[FIX] Recompute statement end balance at the end of the import
[FIX] disable call to SWIFT lookup page that no longer exists
[FIX] Allow manual statement entry
2012-02-11 13:26:53 +01:00
Dmitrijs Ledkovs (credativ)
4c3e7080ee [FIX] allow manual statement entry 2012-02-10 13:29:21 +00:00
Stefan Rijnhart
cac9e86554 [FIX] lost translations
[ADD] search view for bank statement line view
[FIX] disable noninteractive splitting of transactions
[FIX] disable noninteractive caching of 'matched' transactions
[IMP] show transaction related data on the wizard
2012-01-16 17:15:55 +01:00
Stefan Rijnhart
efb52095ce [ADD] Updated documentation 2012-01-12 11:58:49 +01:00
OpenERP instance user
908ade7d5c [FIX] do an actual partial reconciliation at statement confirm time
[FIX] no context in match_invoice()
[FIX] transaction update and browse again after split
[ADD] transaction parent_id relation for split records
[ADD] residual and write-off infrastructure
[ADD] option to disable reconciliation on bank transaction
2011-12-19 21:58:28 +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
cb1a5690df [RFR] start rewrite of bank import procedure 2011-12-14 20:55:21 +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
8a6ffdf604 [FIX] confused workflow trigger calls action_sent multiple times 2011-12-10 22:40:39 +01:00
OpenERP instance user
d9c23da98d [ADD] support for direct debit orders 2011-12-08 22:20:05 +01:00
Stefan Rijnhart
b3b4499ed0 [FIX] iban read method to accept a single item or a list (Dmitrijs Ledkovs) 2011-11-01 16:28:18 +01:00
Dmitrijs Ledkovs
37bc8aa9e4 [FIX] iban read method to accept a single item or a list
web-client sometimes passes a list of ids, or just a single id.
In the latter case a single record is returned, instead of a list of records.
Adjust code to cope with that situation.
2011-10-31 11:56:49 +00:00
Stefan Rijnhart
c9a655cc20 [REF] Payment wizards are now new style (osv_memory) wizards
[FIX] Allow for ClieOp export with empty reference
2011-07-21 13:30:59 +02:00
Stefan Rijnhart
9190c1b928 [IMP] Restores suitable bank types functionality similar to V5 2011-05-23 11:21:59 +02:00
Stefan Rijnhart
2e5d8c9d2d [FIX] Cannot use storage trigger on field 'id' 2011-05-01 15:40:29 +02:00
Stefan Rijnhart
67f390c73b Undo style changes and changes in error messages 2011-05-01 14:56:08 +02:00
Stefan Rijnhart
ac307f415a [MRG] backports from previous merge request 2011-04-29 20:04:10 +02:00
Pieter J. Kersten
913d74413a [FIX] account_banking: backported bugfixes and small improvements from v6
merge proposal (Stefan Rijnhart - Therp)
2011-04-27 13:42:52 +02:00
Stefan Rijnhart
400bf0e41e Migration to OpenERP 6.0 2011-04-26 22:41:31 +02:00
Pieter J. Kersten
0866b6f67f [IMP] account_banking: Extend framework to trigger on_button_change events for
descendent classes of account.bank.statement.
                       Merge changes from account.
                       Improved documentation.
2011-03-29 16:41:58 +02:00
Pieter J. Kersten
4496a07032 [IMP] account_banking: add more reference types to invoices
[IMP] account_banking: make communication in payment.line optional for unstructured messages
[IMP] account_banking: differentiate between various invoice reference types for the population of payment lines
[FIX] account_banking_nl_clieop: check for complete info before crashing
2011-02-12 14:37:09 +01:00
Pieter J. Kersten
6eeca68bd4 [IMP] account_banking: extend communication2 of payment_line to 128 positions. 2011-02-10 21:23:14 +01:00
Pieter J. Kersten
8fb5915511 [IMP] account_banking: Added manual bank transfer
[IMP] account_banking: Auto created bank statements now use workflows
[IMP] account_banking: Added more translations from rosetta
[IMP] account_banking: Added security defaults
[FIX] account_banking: Fixed python2.4 issues
[IMP] account_banking_nl_clieop: Added Turkish translation from rosetta
2010-12-20 11:58:51 +01:00
Pieter J. Kersten
ba55b7ddab [FIX] account_banking: repaired some coding mistakes which rendered payments unusable.
[IMP] account_banking*: renamed some language files to Launchpad defaults.
2010-07-19 20:47:26 +02:00
Pieter J. Kersten
b597176a96 [FIX] account_banking: fixed sloppy coding
[FIX] account_banking: fixed error handling for Belgian IBAN convertor
[FIX] account_banking: fixed straight copy for early IBAN adopters
[IMP] account_banking: improved matching algorithm, handles split and combined payments as well
[IMP] account_banking: better partner selection - now handles shared bank accounts
[FIX] account_banking: default accounts can be overruled now
[IMP] account_banking: extensions on memory model for bank transactions
[IMP] account_banking: optional automatic creation of invoices for bank accounts
[IMP] account_banking_xxx: translations update
[IMP] account_banking_nl_clieop: better coding style
[IMP] account_banking_nl_multibank: extended for memory model changes
2010-06-29 16:58:52 +02:00