mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
FIX: wrong dict passed in _update_accounts
This commit is contained in:
committed by
ernestotejeda
parent
0198ce7e74
commit
6d56acbb83
@@ -1189,7 +1189,7 @@ class wizard_update_charts_accounts(orm.TransientModel):
|
||||
taxes_res = self._update_taxes(
|
||||
cr, uid, wizard, log, tax_codes_res['mapping'], context=context)
|
||||
accounts_res = self._update_accounts(
|
||||
cr, uid, wizard, log, taxes_res['pending'], context=context)
|
||||
cr, uid, wizard, log, taxes_res['mapping'], context=context)
|
||||
self._update_taxes_pending_for_accounts(cr, uid, wizard, log, taxes_res['pending'], accounts_res['mapping'], context=context)
|
||||
fps_res = self._update_fiscal_positions(cr, uid, wizard, log, taxes_res['mapping'], accounts_res['mapping'], context=context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user