removed "required" constraint;

--HG--
branch : odoo8
pull/80/head
Brendan Masson 2015-06-04 19:03:14 +02:00
parent 1dee92362f
commit 214e25c63e
1 changed files with 1 additions and 1 deletions

View File

@ -14,10 +14,10 @@ class report_xml(osv.Model):
_inherit = 'ir.actions.report.xml' _inherit = 'ir.actions.report.xml'
_columns = { _columns = {
# TODO required when report_type type is py3o, add python constraint
'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',