[FIX] remove a 'none' value for rrule_type field

bzr revid: abo@openerp.com-20121005174426-nzl24tpvz3qvu5x2
This commit is contained in:
Antonin Bourguignon 2012-10-05 19:44:26 +02:00
parent cbf91c37b9
commit 6dad993aa3
1 changed files with 1 additions and 1 deletions

View File

@ -1392,7 +1392,7 @@ rule or repeating pattern of time to exclude from the recurring rule."),
vals,
recurrent_uid=real_event_id,
recurrent_id=data.get('date'),
rrule_type='none',
rrule_type=False,
rrule='',
recurrency=False,
)