~elbati/account-consolidation/adding_account_parallel_currency_tax_codes

« back to all changes in this revision

Viewing changes to account_parallel_currency/wizard/do_mapping.py

  • Committer: Lorenzo Battistini
  • Date: 2013-04-10 17:05:34 UTC
  • Revision ID: lorenzo.battistini@agilebg.com-20130410170534-s2mu958ffzbf3jmj
[add] delete parallel account when deleting account

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                                [(4,parallel_tax_code_ids[0])]})
90
90
        self.write(cr, uid, ids, {'message': _('Done')})
91
91
        return True
92