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
This commit is contained in:
Florent Aide
2015-06-02 09:50:06 +02:00
parent 8afaac709a
commit c99b682cf4

View File

@@ -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',