Files
account-reconcile/account_statement_ext
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
..
2013-04-25 10:27:08 +02:00
2013-07-17 16:51:03 +02:00
2013-04-10 13:25:50 +02:00
2012-12-20 14:37:01 +01:00
2013-02-04 16:16:28 +01:00