Yannick Vaucher
15510eb898
[FIX] account_statement_ext - add encoding on mako template to fix translation extraction
2013-12-13 03:54:55 +01:00
Yannick Vaucher
dda096de37
[FIX] account_statement_ext - add encoding on mako template to fix translation extraction
2013-11-21 17:07:27 +01:00
Yannick Vaucher
e33044d520
[FIX] file parser __init__ comment
2013-11-11 17:16:17 +01:00
Yannick Vaucher
0ef6e4f94b
[FIX] file parser __init__ comment
2013-11-06 18:27:53 +01:00
unknown
9596022ce3
[ADD] addon bringing reconcile rules based on new field transaction_ref (at account.move.line level)
2013-10-16 11:05:26 +02:00
unknown
a8d3c46237
[FIX] add date of payment line instead of taking current date by default
2013-10-16 10:59:28 +02:00
Laurent Mignon (Acsone)
3d9296ab35
[IMP] Fixes lp:1223834 in case of insert. Batch updates remains error prone. It would be safer to call the update method from the orm for records updating 'complex' fields.
...
A new completion rule based on the bank account number is also provided by the proposal.
About modules dependencies. The module 'account_statement_base_import' depends of 'account_statement_base_completion' but the file statement.py of 'account_statement_base_completion' at line 513 call the method _update_line defined in 'account_statement_base_import'. Since the 'AccountStatementLine' is defined in both addons, I've the feeling that we can merge the two overrides in 'account_statement_base_completion'.
2013-10-16 10:58:12 +02:00
unknown
e934e9d814
[MRG][FIX] account_statement_base_completion - use invoice commercial_partner_id instead of partner
2013-10-15 16:23:39 +02:00
unknown
cfe5f29232
[MRG] account_statement_ext improvements
...
docstring for Statement default profile
hide type column in bank statement line
add a sequence on bank profile and set the first of the company as default
hide useless information on bank statement
move profile to top
simplify xpath in xml views
rename profil to profile
2013-10-15 16:22:56 +02:00
unknown
e48976828b
[MRG] improve aspect of the reconcile button
2013-10-15 16:20:18 +02:00
Laurent Mignon (Acsone)
423820aa18
relocate methods defined for AccountStatementLine in account_statement_base_import to account_statement_base_completion
2013-09-12 11:05:01 +02:00
Yannick Vaucher
99bea09c69
[IMP] account_statement_ext - docstring for Statement default profile
2013-09-12 10:59:55 +02:00
Laurent Mignon (Acsone)
3cb4e69d22
fixes spelling, formatting and comparison according to the code review
2013-09-12 10:36:23 +02:00
Laurent Mignon (Acsone)
82ca094948
pep8
2013-09-12 08:57:50 +02:00
Laurent Mignon (Acsone)
b147479605
add a TODO in _update_lines to mention the potential pitfall with serializable fields
2013-09-12 08:41:38 +02:00
Laurent Mignon (Acsone)
69e7aab96d
rename _get_values method in _serialize_sparse_fields, comment the method and work on a copy of statement_store to avoid side-effects
2013-09-12 08:33:22 +02:00
Laurent Mignon (Acsone)
059b385708
set 'ACSONE SA/NV' as author in the manifest
2013-09-12 08:18:09 +02:00
Laurent Mignon (Acsone)
4ed51c2e04
never include serializable fields during batch update
2013-09-11 14:07:34 +02:00
Laurent Mignon (Acsone)
7d4bdd1787
relocated in lp:~acsone-openerp/+junk/coda-completion
2013-09-11 14:03:41 +02:00
Laurent Mignon (Acsone)
69bb74417c
handle serializable fields during batch insert
2013-09-11 14:03:31 +02:00
Laurent Mignon (Acsone)
9091dafa9b
remove unused column
2013-09-11 13:30:36 +02:00
Stéphane Bidoul
dcbe07ece1
[IMP] clarify comments + minor cleanup
2013-09-11 11:14:07 +02:00
Stéphane Bidoul
a0f4f121cc
[IMP] spelling error in help text
2013-09-11 11:12:14 +02:00
Olivier LAURENT
347995e9ed
[FIX] at installation time, avoid the exception 'There is no period defined for this date'
2013-09-02 16:46:34 +02:00
unknown
54def1b6f1
[IMP] module description
2013-08-27 08:29:57 +02:00
unknown
a0eda5d15c
[IMP] if no date on statement line, statement try to use ml_maturity_date or satement date
2013-08-27 08:20:04 +02:00
unknown
2d96df8881
[PEP8]
2013-08-27 08:13:17 +02:00
Laurent Mignon (Acsone)
bd85ba2e28
add tests for completion rule based on the bank account number
2013-08-26 14:19:09 +02:00
Laurent Mignon (Acsone)
f4e7703c4d
tests
2013-08-26 11:13:13 +02:00
Laurent Mignon (Acsone)
833a6b1aea
pep8
2013-08-23 18:20:24 +02:00
Laurent Mignon (Acsone)
279a283e1f
add first unittest for the new statement importer
2013-08-23 18:19:22 +02:00
Vincent Renaville
fe895af798
[FIX] add date of payment line instead of taking current date by default
2013-08-23 08:43:12 +02:00
Laurent Mignon (Acsone)
d122becbdb
add account number and bank bic to statement line
...
Be carefull, values returned by the parser are now formatted to work arround a bug in the bulk insert... see comment in the coda_file_parser.py
2013-08-22 17:12:09 +02:00
Laurent Mignon (Acsone)
4c3d705192
add completion logic based on the bank account number to link the partner to a statement line
2013-08-22 17:09:03 +02:00
Laurent Mignon (Acsone)
068ab3a598
New account statement import plugin for CODA files
2013-08-22 11:52:09 +02:00
Laurent Mignon (Acsone)
9599385fa3
Merge from lp:banking-addons/bank-statement-reconcile-70 HEAD
2013-08-21 14:42:18 +02:00
Romain Deheele
54aeefb63f
[FIX] small pep8 cleanup and fix on _opposite_matchers yield
2013-08-13 17:10:05 +02:00
Romain Deheele
65af53fd3e
[ADD] addon bringing reconcile rules based on new field transaction_ref (at account.move.line level)
2013-08-13 12:04:31 +02:00
Vincent Renaville
d24571275f
[FIX] fix report lang
2013-08-12 08:51:55 +02:00
Virgil Dupras
7e8791ac84
[IMP] Extracted the commission-handling feature from account_statement_base_import to a new module account_statement_commission.
2013-07-22 11:06:56 +02:00
Vincent Renaville
a1fa1bff77
[FIX] fix report lang
2013-07-17 16:51:03 +02:00
Virgil Dupras
e76fe72667
[IMP] Completed commission extraction from account_statement_base_import.
...
Removed the last remnants of commission handling from account_statement_base_import and made the newly created account_statement_commission module work properly.
2013-07-08 14:03:34 -04:00
Virgil Dupras
81ba7e03e0
[MRG] Merge with base branch
2013-07-08 13:14:29 -04:00
Yannick Vaucher
c81b428629
[IMP] account_statement_base_completion - move 'Auto completion' button in flux button to set it more accessible
2013-06-28 17:22:13 +02:00
Yannick Vaucher
7f7e025647
[IMP] account_statement_ext - hide type column in bank statement line
2013-06-28 17:00:20 +02:00
Yannick Vaucher
e22e4191e5
[IMP] account_statement_ext - add a sequence on bank profile and set the first of the company as default
2013-06-28 16:59:51 +02:00
Yannick Vaucher
99a643aed1
[IMP] account_statement_ext - hide useless information on bank statement
2013-06-28 16:27:41 +02:00
Yannick Vaucher
7085534d0e
[IMP] account_statement_ext - move profile to top
2013-06-28 16:20:41 +02:00
Yannick Vaucher
81f89c49f1
[REF] account_statement_ext - simplify xpath in xml views
2013-06-28 16:16:00 +02:00
Yannick Vaucher
ab44bf61aa
[IMP] account_statement_ext - rename profil to profile
2013-06-28 12:26:57 +02:00