Browse Source

[10.0] mail_template_multi_report: REM domain on report_template_id field

pull/264/head
BALDE 7 years ago
parent
commit
a4f104b811
  1. 3
      mail_template_multi_report/models/mail_template_report_line.py

3
mail_template_multi_report/models/mail_template_report_line.py

@ -35,7 +35,4 @@ class MailTemplateReportLine(models.Model):
report_template_id = fields.Many2one(
comodel_name='ir.actions.report.xml',
string='Optional report to print and attach',
domain=[
('report_type', 'in', ['qweb-html', 'qweb-pdf'])
],
)
Loading…
Cancel
Save