Commit 1f83456c authored by Sebastien Robin's avatar Sebastien Robin

update it with nicer names


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1121 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 179fe718
......@@ -32,15 +32,21 @@ class Alarm:
"""
_properties = (
{ 'id' : 'is_active',
'description' : '',
'type' : 'boolean',
'default' : False,
{ 'id' : 'report_method_id',
'description' : 'the method used to display information',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'sense_value',
'description' : '',
'type' : 'boolean',
'default' : False,
{ 'id' : 'active_sense_method_id',
'description' : 'the method used to check things',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'sense_method_id',
'description' : 'the method used to know if there is a problem',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'alarm_date',
'description' : 'this is the date where we should be prevented',
'type' : 'date',
'mode' : 'w' },
)
......
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