From c99b682cf48d9266df2140d58833f71521c57d76 Mon Sep 17 00:00:00 2001 From: Florent Aide Date: Tue, 2 Jun 2015 09:50:06 +0200 Subject: [PATCH] Output format is MANDATORY... if you don't give it will fail horribly (ie: fusion running at 100% cpu without traceback or info..) This is clearly a bug in fusion, but better fix it here too --HG-- branch : odoo8 --- models/ir_report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/models/ir_report.py b/models/ir_report.py index 8ad1f999..6c53a8e4 100644 --- a/models/ir_report.py +++ b/models/ir_report.py @@ -17,6 +17,7 @@ class report_xml(osv.Model): 'py3o_fusion_filetype': fields.many2one( 'py3o.fusion.filetype', u"Output Format", + required=True, ), 'py3o_template_id': fields.many2one( 'py3o.template',