Browse Source

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 10 years ago
parent
commit
c99b682cf4
  1. 1
      models/ir_report.py

1
models/ir_report.py

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

Loading…
Cancel
Save