~elbati/account-consolidation/account_parallel_currency_7_tests

« back to all changes in this revision

Viewing changes to account_consolidation/wizard/consolidation_consolidate.py

  • Committer: Luc Maurer
  • Date: 2012-04-11 07:50:19 UTC
  • Revision ID: lmaurer@feathertop-20120411075019-xb6bki1zofp3241n
[FIX] account_consolidation: adaptations to let the wizards run on 6.1 version
(lp:c2c-addons/6.1  rev 43.1.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
                                        ('to_be_reversed', '=', True),
274
274
                                        ('consol_company_id', '=', subsidiary_id)],
275
275
                                       context=context)
276
 
        reversal_ids = move_obj.create_reversals(cr, uid, reversed_ids, reversal_date, context=context)
 
276
        reversal_ids = move_obj.create_reversal(cr, uid, reversed_ids, reversal_date, context=context)
277
277
        return reversed_ids, reversal_ids
278
278
 
279
279
    def consolidate_subsidiary(self, cr, uid, ids, subsidiary_id, context=None):