diff --git a/product/ERP5/skins/erp5_core/date_list_2_chart_list.py b/product/ERP5/skins/erp5_core/Base_convertDateListToChartList.py similarity index 81% rename from product/ERP5/skins/erp5_core/date_list_2_chart_list.py rename to product/ERP5/skins/erp5_core/Base_convertDateListToChartList.py index 6f0eb3f113db19c45a2601c12e4a42b3d6d0fc2b..a9c4f617534b21b65c2c52265b29150c650332bb 100755 --- a/product/ERP5/skins/erp5_core/date_list_2_chart_list.py +++ b/product/ERP5/skins/erp5_core/Base_convertDateListToChartList.py @@ -1,5 +1,12 @@ +## Script (Python) "Base_convertDateListToChartList" +##bind container=container +##bind context=context +##bind namespace= +##bind script=script +##bind subpath=traverse_subpath ##parameters=list=[] - +##title= +## # This scripts allows to update a list so that it # can be displayed correctly in a graph # The list given have to be of the forme: @@ -25,4 +32,3 @@ if len(list) >= 1: formated_list.append(list[i]) return formated_list -