[IMP] account_banking_mandate: allow activities in mandate.

This commit is contained in:
Valentin Vinagre Urteaga
2022-01-10 15:35:55 +01:00
parent e8ffcce9ea
commit b3c956496e
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ class AccountBankingMandate(models.Model):
_name = "account.banking.mandate"
_description = "A generic banking mandate"
_inherit = ["mail.thread"]
_inherit = ["mail.thread", "mail.activity.mixin"]
_order = "signature_date desc"
def _get_default_partner_bank_id_domain(self):

View File

@@ -68,6 +68,7 @@
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers" />
<field name="activity_ids" widget="mail_activity" />
<field name="message_ids" widget="mail_thread" />
</div>
</form>