fix #11: fix spelling of model name in account_budget wizard

This commit is contained in:
Romain Deheele 2014-05-16 16:58:34 +02:00
parent dcf326ab61
commit 88d7ebc382
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class account_budget_crossvered_summary_report(osv.osv_memory):
data = self.read(cr, uid, ids, context=context)[0]
datas = {
'ids': context.get('active_ids',[]),
'model': 'crossovered.budge',
'model': 'crossovered.budget',
'form': data
}
datas['form']['ids'] = datas['ids']