Merge pull request #12 from rdeheele/master

[FIX] Issue #11: fix spelling of model name in account_budget wizard, courtesy of Romain Deheele
This commit is contained in:
odony 2014-05-16 19:50:50 +02:00
commit c771d1ae20
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']