mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
removed "required" constraint;
--HG-- branch : odoo8
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user