lims_report_html: add historization to report template

This commit is contained in:
Sebastián Marró 2021-05-21 01:22:39 -03:00
parent e39f5eef02
commit 0aa7fbc57b
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ from trytond.i18n import gettext
class ReportTemplate(ModelSQL, ModelView):
'Results Report Template'
__name__ = 'lims.result_report.template'
_history = True
name = fields.Char('Name', required=True)
report = fields.Many2One('ir.action.report', 'Report',