From 437f047e44b63d860dd2345f411318ba8113156f Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Wed, 11 Jun 2025 12:14:05 +0200 Subject: [PATCH] test: fix tax-code --- tests/test_edocument.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_edocument.py b/tests/test_edocument.py index a7c9355..179957d 100644 --- a/tests/test_edocument.py +++ b/tests/test_edocument.py @@ -131,7 +131,7 @@ class EdocTestCase(ModuleTestCase): tax, = Taxes.search([('name', '=', '20% VAT')]) Taxes.write(*[ [tax], - {'unece_code': 'GST', 'unece_category_code': 'S', + {'unece_code': 'VAT', 'unece_category_code': 'S', 'legal_notice': 'Legal Notice'}]) account_lst = Account.search([