We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7741490 commit a96a886Copy full SHA for a96a886
1 file changed
edi_storage_oca/migrations/18.0.1.0.0/post-migration.py
@@ -8,7 +8,7 @@ def migrate(env, version):
8
env.cr,
9
f"""
10
UPDATE edi_exchange_type
11
- SET send_model_id = { model.id }
+ SET send_model_id = {model.id}
12
WHERE direction = 'output'
13
AND send_model_id IS NULL
14
AND EXISTS (
0 commit comments