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
pull/80/head
Florent Aide 2015-06-02 09:50:06 +02:00
parent 8afaac709a
commit c99b682cf4
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class report_xml(osv.Model):
'py3o_fusion_filetype': fields.many2one( 'py3o_fusion_filetype': fields.many2one(
'py3o.fusion.filetype', 'py3o.fusion.filetype',
u"Output Format", u"Output Format",
required=True,
), ),
'py3o_template_id': fields.many2one( 'py3o_template_id': fields.many2one(
'py3o.template', 'py3o.template',