diff --git a/base_comment_template/__manifest__.py b/base_comment_template/__manifest__.py index 342b545df..e7c4f8e23 100644 --- a/base_comment_template/__manifest__.py +++ b/base_comment_template/__manifest__.py @@ -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)", diff --git a/base_comment_template/wizard/base_comment_template_preview.py b/base_comment_template/wizard/base_comment_template_preview.py index 23dbe4eaf..86e6c1ba7 100644 --- a/base_comment_template/wizard/base_comment_template_preview.py +++ b/base_comment_template/wizard/base_comment_template_preview.py @@ -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"