Skip to content

Commit

Permalink
[FIX] calendar_resource: Set allow_double_book to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Wood committed Mar 30, 2017
1 parent c92acfa commit c2bc08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar_resource/models/resource_resource.py
Expand Up @@ -18,7 +18,7 @@ class ResourceResource(models.Model):
'can be booked in more than '
'one meeting or event at the same '
'time.',
default=True,
default=False,
)
event_ids = fields.Many2many(
string='Calendar Events',
Expand Down

0 comments on commit c2bc08a

Please sign in to comment.