diff --git a/ChangeLog.md b/ChangeLog.md
index f4e648852b2fe7f58d5223b3d8d2c69c01b51a78..64d6f82175ab13713698bdeb7bf1fe36bd03f031 100755
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -3,6 +3,9 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
 
 ## [Non Distribué]
 
+## [14.0.12] - 12-03-2025
+- Correction de support avec les modeles de facture 
+
 ## [14.0.11] - 12-02-2025
 - Compatiilité V21
 
@@ -97,7 +100,8 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
 ## [7.0.0] - 15-11-2019
 - Version initial.
 
-[Non Distribué]: http://git.open-dsi.fr/dolibarr-extension/documentstray/compare/14.0.11...HEAD
+[Non Distribué]: http://git.open-dsi.fr/dolibarr-extension/documentstray/compare/14.0.12...HEAD
+[14.0.12]: http://git.open-dsi.fr/dolibarr-extension/documentstray/commits/14.0.12
 [14.0.11]: http://git.open-dsi.fr/dolibarr-extension/documentstray/commits/14.0.11
 [14.0.10]: http://git.open-dsi.fr/dolibarr-extension/documentstray/commits/14.0.10
 [14.0.9]: http://git.open-dsi.fr/dolibarr-extension/documentstray/commits/14.0.9
diff --git a/VERSION b/VERSION
index 6bd3187361618114ff46b9f0f3092d1248b560bc..c85949158605f2520e3a669945af8dc1020b3ed5 100755
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.11
\ No newline at end of file
+14.0.12
\ No newline at end of file
diff --git a/class/actions_documentstray.class.php b/class/actions_documentstray.class.php
index 5d324023e1593929404126ae388d16c2b99cd104..dd3a251b165fc42f924b6c0d0de5754b40a5559e 100755
--- a/class/actions_documentstray.class.php
+++ b/class/actions_documentstray.class.php
@@ -49,7 +49,7 @@ class ActionsDocumentsTray
 	/**
 	 * @var array 	Excluded elements
 	 */
-	protected static $excluded_elements = array('category', 'questionnaire');
+	protected static $excluded_elements = array('category', 'questionnaire', 'facturerec');
 
 	/**
 	 * @var DictionaryLine 	Line of the dictionary if found