[FIX]: base_calendar: Typo

lp bug: https://launchpad.net/bugs/611249 fixed

bzr revid: rpa@tinyerp.com-20100729111927-jxannoo0l4s4y2i7
This commit is contained in:
Ferdinand @ ChriCar 2010-07-29 16:49:27 +05:30 committed by rpa (Open ERP)
parent 22da750884
commit edb6830d86
1 changed files with 1 additions and 1 deletions

View File

@ -1092,7 +1092,7 @@ class calendar_event(osv.osv):
('confirmed', 'Confirmed'),
('cancelled', 'Cancelled')], 'State', readonly=True),
'exdate': fields.text('Exception Date/Times', help="This property \
defines the list of date/time exceptions for arecurring calendar component."),
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 for an exception to a recurrence set"),
'rrule': fields.function(_get_rulestring, type='char', size=124, method=True, \