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 : odoo8pull/80/head
parent
8afaac709a
commit
c99b682cf4
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue