The menu entry was recorded in data folder. But this folder is reserved
for buisness data. So I moved the menu entry in the views directory.
[IMP] website_shift: Responsive design
[IMP] website_shift: change rules of display
Shows only available space:
if more than 5 max worker and at least two available spaces
if less than 5 max worker and at least one available spaces
This take care of the case where no task_template is defined in the task
[IMP] website_shift: Make template CMS compliant
[FIX] Allow access for unsigned user
[ADD] Add page that shows space for regular worker
[IMP] Page that shows space for regular worker
[ADD] Button in top menu
[IMP] Translation for button in menu
[IMP] Module description
[FIX] beesdoo_portal_shift: Access rights
[IMP] beesdoo_portal_shift: Add day name in report
[FIX] beesdoo_portal_shift: Typo controller name
[FIX] beesdoo_portal_shift: Trans "Task Template"
[FIX] beesdoo_portal_shift: Change access process
The access to beesdoo_shift models was given by an ir.model.access.
This is not secure as it give access to all users to the shifts.
We prefere using sudo() in the controllers that are conserned.