mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_mandate: flake8
This commit is contained in:
@@ -12,4 +12,3 @@ def migrate(env, version):
|
||||
openupgrade_90.convert_binary_field_to_attachment(
|
||||
env, {'account.banking.mandate': [('scan', None)]},
|
||||
)
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@ column_renames = {
|
||||
def migrate(env, version):
|
||||
if openupgrade.column_exists(env.cr, 'account_banking_mandate', 'scan'):
|
||||
openupgrade.rename_columns(env.cr, column_renames)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user