mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] wrong model type in inherit.
This commit is contained in:
committed by
Enric Tobella
parent
72fce1441b
commit
0531734575
@@ -23,7 +23,7 @@
|
||||
from openerp.osv import orm
|
||||
|
||||
|
||||
class payment_order_create(orm.Model):
|
||||
class payment_order_create(orm.TransientModel):
|
||||
_inherit = 'payment.order.create'
|
||||
|
||||
def extend_payment_order_domain(
|
||||
|
||||
Reference in New Issue
Block a user