mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP][14.0] base_comment_template
Added dynmaic placeholder template support
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user