mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[RFR] decorate overridable methods in wizard as api.multi
This commit is contained in:
committed by
Pedro M. Baeza
parent
0540244e48
commit
e79e5b3c9c
@@ -26,7 +26,7 @@ from openerp import models, api
|
||||
class PaymentOrderCreate(models.TransientModel):
|
||||
_inherit = 'payment.order.create'
|
||||
|
||||
@api.model
|
||||
@api.multi
|
||||
def extend_payment_order_domain(self, payment_order, domain):
|
||||
res = super(PaymentOrderCreate, self).extend_payment_order_domain(
|
||||
payment_order, domain)
|
||||
|
||||
Reference in New Issue
Block a user