Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
4299bb89
Commit
4299bb89
authored
Nov 11, 2014
by
Klaus Wölfel
Committed by
Klaus Wölfel
Feb 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Configurator: Allow to set up more properties for alarms
parent
8d76f4b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
product/ERP5Configurator/Document/AlarmConfiguratorItem.py
product/ERP5Configurator/Document/AlarmConfiguratorItem.py
+5
-0
No files found.
product/ERP5Configurator/Document/AlarmConfiguratorItem.py
View file @
4299bb89
...
@@ -63,14 +63,19 @@ class AlarmConfiguratorItem(ConfiguratorItemMixin, XMLObject):
...
@@ -63,14 +63,19 @@ class AlarmConfiguratorItem(ConfiguratorItemMixin, XMLObject):
error_list
=
[]
error_list
=
[]
property_dict
=
{
property_dict
=
{
"active_sense_method_id"
:
self
.
getActiveSenseMethodId
(),
"active_sense_method_id"
:
self
.
getActiveSenseMethodId
(),
"destination_list"
:
self
.
getDesitnationList
(),
"periodicity_hour_list"
:
self
.
getPeriodicityHourList
(),
"periodicity_hour_list"
:
self
.
getPeriodicityHourList
(),
"periodicity_minute_list"
:
self
.
getPeriodicityMinuteList
(),
"periodicity_minute_list"
:
self
.
getPeriodicityMinuteList
(),
"periodicity_minute_frequency"
:
self
.
getPeriodicityMinuteFrequency
(),
"periodicity_minute_frequency"
:
self
.
getPeriodicityMinuteFrequency
(),
"periodicity_week_list"
:
self
.
getPeriodicityWeekList
(),
"periodicity_week_day_list"
:
self
.
getPeriodicityWeeDaykList
(),
"periodicity_week_frequency"
:
self
.
getPeriodicityWeekFrequency
(),
"periodicity_month_list"
:
self
.
getPeriodicityMonthList
(),
"periodicity_month_list"
:
self
.
getPeriodicityMonthList
(),
"periodicity_month_day_list"
:
self
.
getPeriodicityMonthDayList
(),
"periodicity_month_day_list"
:
self
.
getPeriodicityMonthDayList
(),
"periodicity_start_date"
:
DateTime
()
-
1
,
"periodicity_start_date"
:
DateTime
()
-
1
,
#"periodicity_stop_date": self.getPeriodicityStopDate(),
#"periodicity_stop_date": self.getPeriodicityStopDate(),
"periodicity_week_list"
:
self
.
getPeriodicityWeekList
(),
"periodicity_week_list"
:
self
.
getPeriodicityWeekList
(),
"report_method_id"
:
self
.
getReportMethodId
(),
}
}
alarm_id
=
self
.
getId
()
alarm_id
=
self
.
getId
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment