Commit 726553a1 authored by Aurel's avatar Aurel

add property for definition of minutes periodicity


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7841 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9b1957b6
......@@ -65,6 +65,14 @@ class Periodicity:
'description' : 'When this periodic event will stop',
'type' : 'date',
'mode' : 'w' },
{ 'id' : 'periodicity_minute',
'description' : 'Recur every periodicity minute (ex, at 10 and at 16 )',
'type' : 'lines',
'mode' : 'w' },
{ 'id' : 'periodicity_minute_frequency',
'description' : 'Recur every periodicity minute (ex every 2 minute)',
'type' : 'int',
'mode' : 'w' },
{ 'id' : 'periodicity_hour',
'description' : 'Recur every periodicity hours (ex, at 10 and at 16 )',
'type' : 'lines',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment