mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_payment_order_notification: Set rec_name
This commit is contained in:
committed by
Antoni Marroig Campomar
parent
7eac245be7
commit
798d70b2b9
@@ -8,6 +8,7 @@ class AccountPaymentOrderNotification(models.Model):
|
||||
_name = "account.payment.order.notification"
|
||||
_description = "Payment Order Notification"
|
||||
_inherit = ["mail.thread"]
|
||||
_rec_name = "display_name"
|
||||
|
||||
order_id = fields.Many2one(
|
||||
comodel_name="account.payment.order",
|
||||
|
||||
Reference in New Issue
Block a user