[FIX] ir.actions.report.xml keep report_type pdf until full report conversion is completed

bzr revid: al@openerp.com-20140307003255-wjzfhlzl3dce6u7w
This commit is contained in:
Antony Lesuisse 2014-03-07 01:32:55 +01:00
parent cb82d93796
commit 44a0f566b0
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class ir_actions_report_xml(osv.osv):
'auto': True,
'header': True,
'report_sxw_content': False,
'report_type': 'qweb-pdf',
'report_type': 'pdf',
'attachment': False,
}