details:   https://code.tryton.org/tryton/commit/21cdc88ccb35
branch:    default
user:      Cédric Krier <[email protected]>
date:      Mon Apr 13 12:37:14 2026 +0200
description:
        Remove leading space in VATEX codes for French chart of account
diffstat:

 modules/account_fr/account.py |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r f45bebc7fdc3 -r 21cdc88ccb35 modules/account_fr/account.py
--- a/modules/account_fr/account.py     Fri Apr 10 13:52:02 2026 +0200
+++ b/modules/account_fr/account.py     Mon Apr 13 12:37:14 2026 +0200
@@ -63,14 +63,14 @@
     ('VATEX-FR-CGI277A',
         "Exempt based on article 277 A of the General tax code (CGI)"),
     ('VATEX-FR-CGI275',
-        " Exempt based on article 275 of the General tax code (CGI)"),
+        "Exempt based on article 275 of the General tax code (CGI)"),
     ('VATEX-FR-298SEXDECIESA',
-        " Exempt based on article 298 sexdecies A "
+        "Exempt based on article 298 sexdecies A "
         "of the General tax code (CGI)"),
     ('VATEX-FR-CGI295',
         "Exempt based on article 295 of the General tax code (CGI)"),
     ('VATEX-FR-AE',
-        " Exempt based on 2 of article 283 of the General tax code (CGI)"),
+        "Exempt based on 2 of article 283 of the General tax code (CGI)"),
     ]
 
 

Reply via email to