[IMP][14.0] base_comment_template

Added dynmaic placeholder template support
This commit is contained in:
Ashish Hirpara
2022-10-15 14:01:01 +05:30
parent b272599df8
commit fdd6624ee2
2 changed files with 20 additions and 0 deletions

View File

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