mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_payment_order: black, isort
This commit is contained in:
@@ -5,11 +5,11 @@ from odoo import fields, models
|
||||
|
||||
|
||||
class AccountPaymentMethod(models.Model):
|
||||
_inherit = 'account.payment.method'
|
||||
_inherit = "account.payment.method"
|
||||
|
||||
payment_order_only = fields.Boolean(
|
||||
string="Only for payment orders",
|
||||
help="This option helps enforcing the use of payment orders for "
|
||||
"some payment methods.",
|
||||
"some payment methods.",
|
||||
default=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user