[BUG/FIX] base_calendar - day need to store to db values is being updated

bzr revid: jam@tinyerp.com-20110629071813-dwvkaiizvkqdojbi
This commit is contained in:
Jigar Amin 2011-06-29 12:48:13 +05:30
parent 9decec9915
commit 46a7bb30c7
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ defines the list of date/time exceptions for a recurring calendar component."),
'exrule': fields.char('Exception Rule', size=352, help="Defines a \
rule or repeating pattern of time to exclude from the recurring rule."),
'rrule': fields.function(_get_rulestring, type='char', size=124, method=True, \
string='Recurrent Rule'),
store=True, string='Recurrent Rule'),
'rrule_type': fields.selection([('none', ''), ('daily', 'Daily'), \
('weekly', 'Weekly'), ('monthly', 'Monthly'), \
('yearly', 'Yearly'),],