Merge PR #971 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2022-10-25 14:08:17 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ from odoo.exceptions import UserError, ValidationError
class AccountPaymentOrder(models.Model):
_name = "account.payment.order"
_description = "Payment Order"
_inherit = ["mail.thread"]
_inherit = ["mail.thread", "mail.activity.mixin"]
_order = "id desc"
_check_company_auto = True

View File

@@ -132,6 +132,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>