diff --git a/product/ERP5Form/__init__.py b/product/ERP5Form/__init__.py
index b4671e5e0b77e50a52924215d17a441547e04ede..ee816c297e6a592f7d533c39d79546ffdc111895 100644
--- a/product/ERP5Form/__init__.py
+++ b/product/ERP5Form/__init__.py
@@ -178,3 +178,5 @@ ModuleSecurityInfo('Products.ERP5Form.Report').declarePublic('ReportSection',)
 import Selection
 allow_class(Selection)
 
+__module_aliases__ = ('Products.ERP5Form.SelectionTool', SelectionTool),
+