Skip to content

Commit c8c940a

Browse files
author
Pedro M. Baeza
authored
Merge pull request OCA#5038 from moduon/17.0-fix-l10n_es_aeat_sii_oca-mig
[17.0][FIX] l10n_es_aeat_sii_oca: mig script escape %
2 parents f7557ca + d908d66 commit c8c940a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

l10n_es_aeat_sii_oca/migrations/17.0.1.0.0/post-migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def migrate(env, version):
1111
UPDATE account_move am
1212
SET sii_send_date = job.eta,
1313
sii_needs_cancel = CASE
14-
WHEN job.func_string LIKE '%cancel_one_invoice()' THEN True
14+
WHEN job.func_string LIKE '%%cancel_one_invoice()' THEN True
1515
ELSE
1616
False
1717
END

0 commit comments

Comments
 (0)