diff --git a/mysql/data/data.sql b/mysql/data/data.sql
index 515106914ec53c59a795f34b0bf171448a433b30..18b38d5cd2325f9f31d0851b5b08add2cf6b20b1 100644
--- a/mysql/data/data.sql
+++ b/mysql/data/data.sql
@@ -108,6 +108,8 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_DELAY_TRA
 -- Tiers
 --
 insert into llx_const(name,value,type,visible,note) values('SOCIETE_NOLIST_COURRIER','1','yesno',0,'Liste les fichiers du repertoire courrier');
+insert into llx_const(name,value,type,visible,note) values('SOCIETE_CODECLIENT_ADDON','mod_codeclient_leopard','yesno',0,'Module to control third parties codes');
+insert into llx_const(name,value,type,visible,note) values('SOCIETE_CODECOMPTA_ADDON','mod_codecompta_panicum','yesno',0,'Module to control third parties codes');
 
 
 --