From 53c9969d78c084b21a1b394086d581f63975cc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Thu, 11 Apr 2024 09:56:10 +0200 Subject: [PATCH] fixup! [OU-IMP] l10n_be: fix updating element of tax group --- .../13.0.2.0/post-01-update_taxes_based_on_templates.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/l10n_be/migrations/13.0.2.0/post-01-update_taxes_based_on_templates.py b/addons/l10n_be/migrations/13.0.2.0/post-01-update_taxes_based_on_templates.py index 156bb37e2fd3..ffbab844583e 100644 --- a/addons/l10n_be/migrations/13.0.2.0/post-01-update_taxes_based_on_templates.py +++ b/addons/l10n_be/migrations/13.0.2.0/post-01-update_taxes_based_on_templates.py @@ -1182,7 +1182,7 @@ "attn_VAT-IN-V81-21-EU-C2": { "invoice": { "base": ["+81", "+86"], - "tax": ["+56"], + "tax": ["+55"], }, "refund": { "base": ["+84", "-81", "-86"], @@ -1207,7 +1207,7 @@ "attn_VAT-IN-V81-12-EU-C2": { "invoice": { "base": ["+81", "+86"], - "tax": ["+56"], + "tax": ["+55"], }, "refund": { "base": ["+84", "-81", "-86"], @@ -1233,7 +1233,7 @@ "attn_VAT-IN-V81-06-EU-C2": { "invoice": { "base": ["+81", "+86"], - "tax": ["+56"], + "tax": ["+55"], }, "refund": { "base": ["+84", "-81", "-86"],