mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] base_comment_template: Typo error
base_comment_template 14.0.3.0.1
This commit is contained in:
committed by
Jesús Alan Ramos Rodríguez
parent
e4f65828bb
commit
b0d54364de
@@ -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)",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user