Skip to content

Commit a96a886

Browse files
committed
[IMP] edi_storage_oca: pre-commit auto fixes
1 parent 7741490 commit a96a886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

edi_storage_oca/migrations/18.0.1.0.0/post-migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def migrate(env, version):
88
env.cr,
99
f"""
1010
UPDATE edi_exchange_type
11-
SET send_model_id = { model.id }
11+
SET send_model_id = {model.id}
1212
WHERE direction = 'output'
1313
AND send_model_id IS NULL
1414
AND EXISTS (

0 commit comments

Comments
 (0)