[FIX] base_comment_template: Typo error

base_comment_template 14.0.3.0.1
pull/646/head
Enric Tobella 2022-06-07 13:14:59 +02:00 committed by Víctor Martínez
parent 153dabf9cb
commit a50df16916
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"name": "Base Comments Templates",
"summary": "Add conditional mako template to any report"
"on models that inherits comment.template.",
"version": "14.0.3.0.0",
"version": "14.0.3.0.1",
"category": "Reporting",
"website": "https://github.com/OCA/reporting-engine",
"author": "Camptocamp, Odoo Community Association (OCA)",

View File

@ -45,7 +45,7 @@ class BaseCommentTemplatePreview(models.TransientModel):
engine = fields.Selection(
[("jinja", "Jinja"), ("qweb", "QWeb")],
string="Template Preview Engine",
defult="jinja",
default="jinja",
)
model_ids = fields.Many2many(
"ir.model", related="base_comment_template_id.model_ids"