mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_banking_mandate: allow activities in mandate.
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user