Skip to content

Commit

Permalink
ADD activities to revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
ecino committed Aug 13, 2024
1 parent 6d8c967 commit 48f253f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _replace(match):

class CommunicationRevision(models.Model):
_name = "partner.communication.revision"
_inherit = "mail.thread"
_inherit = ["mail.thread", "mail.activity.mixin"]
_rec_name = "config_id"
_description = "Communication template revision"
_order = "config_id asc,revision_number desc"
Expand Down

0 comments on commit 48f253f

Please sign in to comment.