From 214e25c63e93b77caa4bbbd9f670602ae63ccc5c Mon Sep 17 00:00:00 2001 From: Brendan Masson Date: Thu, 4 Jun 2015 19:03:14 +0200 Subject: [PATCH] removed "required" constraint; --HG-- branch : odoo8 --- models/ir_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ir_report.py b/models/ir_report.py index eb43ebe9f..b8d85eb12 100644 --- a/models/ir_report.py +++ b/models/ir_report.py @@ -14,10 +14,10 @@ class report_xml(osv.Model): _inherit = 'ir.actions.report.xml' _columns = { + # TODO required when report_type type is py3o, add python constraint 'py3o_fusion_filetype': fields.many2one( 'py3o.fusion.filetype', u"Output Format", - required=True, ), 'py3o_template_id': fields.many2one( 'py3o.template',