[FIX] account_banking_mandate: flake8

This commit is contained in:
Pedro M. Baeza
2019-06-17 11:38:09 +02:00
parent 640f31e027
commit 3f011cbc39
2 changed files with 0 additions and 2 deletions

View File

@@ -12,4 +12,3 @@ def migrate(env, version):
openupgrade_90.convert_binary_field_to_attachment(
env, {'account.banking.mandate': [('scan', None)]},
)

View File

@@ -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)