We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a114c2d + 40ae4bf commit b91b88fCopy full SHA for b91b88f
l10n_ch_pain_base/migrations/11.0.1.0.0/post-migration.py
@@ -6,7 +6,7 @@
6
def reference_type_bvr_to_isr(cr):
7
"""Change BVR to ISR in reference_type field"""
8
cr.execute("""
9
- UPDATE account_invoice SET communication_type='isr'
+ UPDATE account_payment_line SET communication_type='isr'
10
WHERE communication_type = 'bvr';
11
""")
12
0 commit comments