diff --git a/product/ERP5/skins/erp5_core/sort_sql_list.py b/product/ERP5/skins/erp5_core/Base_sortObjectListLikeSQL.py
similarity index 72%
rename from product/ERP5/skins/erp5_core/sort_sql_list.py
rename to product/ERP5/skins/erp5_core/Base_sortObjectListLikeSQL.py
index 70688a479d6fd9fcf77c5ec6a3e873ec4b1af843..c5f97eb4e1549fe8a9397950b621a6f66e7b2954 100755
--- a/product/ERP5/skins/erp5_core/sort_sql_list.py
+++ b/product/ERP5/skins/erp5_core/Base_sortObjectListLikeSQL.py
@@ -1,5 +1,12 @@
+## Script (Python) "Base_sortObjectListLikeSQL"
+##bind container=container
+##bind context=context
+##bind namespace=
+##bind script=script
+##bind subpath=traverse_subpath
 ##parameters=unordered_list=[], sort_order=()
-
+##title=
+##
 def generic_sort(a,b):
   result = 0
   for k,v in sort_order: