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