~akretion-team/banking-addons/bank-statement-reconcile-70-internal-transfers

Viewing all changes in revision 99.

  • Committer: Joel Grand-Guillaume
  • Author(s): Laurent Mignon (Acsone)
  • Date: 2013-10-16 08:58:12 UTC
  • mfrom: (94.1.21 addons-banking)
  • Revision ID: joel.grandguillaume@camptocamp.com-20131016085812-1fm2rwdopzvr68zu
[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'.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: