From 43eaed8ad06f719ff60210574529f16a8ea37f2f Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Tue, 7 Jun 2022 13:14:59 +0200 Subject: [PATCH] [FIX] base_comment_template: Typo error --- base_comment_template/wizard/base_comment_template_preview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"