Skip to content

Commit

Permalink
[FIX] l10n_it_fatturapa: added mail.activity.mixin inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
Chionne27 committed Feb 17, 2025
1 parent ea8d2f5 commit 9671a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_it_fatturapa/models/ir_attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class FatturaPAAttachment(models.AbstractModel):
}
_inherit = [
"mail.thread",
"mail.activity.mixin",
]
_order = "id desc"

Expand Down

0 comments on commit 9671a41

Please sign in to comment.