[IMP] base_comment_template: Dynamic placeholder genereator added.

This commit is contained in:
Bearnard21
2023-02-09 13:33:53 +03:00
parent a4f870f115
commit 43c4e7f805
3 changed files with 22 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ class BaseCommentTemplate(models.Model):
"""Comment templates printed on reports"""
_name = "base.comment.template"
_inherit = "mail.render.mixin"
_description = "Comments Template"
_order = "sequence,id"