diff --git a/__manifest__.py b/__manifest__.py
index 164666323ed312bd2e44cf43b6cb91695593c1d3..e2cf56b7a1ad07d15c415114c1ed86fe6877c728 100755
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -4,7 +4,7 @@
     'name': 'Export Journal Tool',
     'summary': 'Export des journaux',
     'author': 'LE FILAMENT',
-    'version': '12.0.1.1.0',
+    'version': '12.0.1.2.0',
     'license': "AGPL-3",
     'depends': ['account'],
     'qweb': [],
diff --git a/controllers/main.py b/controllers/main.py
index 726ee233d30515aec8acb7cd36c8d8c1d164ea7d..a42831be8b07e8aef6fe7da4577859236e09a610 100755
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -1,6 +1,7 @@
 # Copyright 2020 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3 or later (http://www.gnu.org/licenses/agpl.html).
 
+import re
 import csv
 from datetime import date, datetime
 from io import BytesIO, StringIO