mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
camel case
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
from openerp import api, models
|
||||
|
||||
|
||||
class payment_order_create(models.TransientModel):
|
||||
class PaymentOrderCreate(models.TransientModel):
|
||||
_inherit = 'payment.order.create'
|
||||
|
||||
@api.multi
|
||||
|
||||
Reference in New Issue
Block a user