*bugfixed the chart generation from a chart template

bzr revid: qdp@tinyerp.com-20081014150123-xs4zvgy2tzce34qw
This commit is contained in:
qdp 2008-10-14 17:01:23 +02:00
parent 521bd83bbf
commit 0f77409530
1 changed files with 2 additions and 2 deletions

View File

@ -1953,8 +1953,8 @@ class wizard_multi_charts_accounts(osv.osv_memory):
for key,value in todo_dict.items():
if value['account_collected_id'] or value['account_paid_id']:
obj_acc_tax.write(cr, uid, [key], vals={
'account_collected_id': value['account_collected_id'],
'account_paid_id': value['account_paid_id'],
'account_collected_id': acc_template_ref[value['account_collected_id']],
'account_paid_id': acc_template_ref[value['account_paid_id']],
})
# Creating Journals