You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.6 KiB

  1. SUPER CALENDAR
  2. ==============
  3. This module allows to create configurable calendars.
  4. Through the 'calendar configurator' object, you can specify which models have
  5. to be merged in the super calendar. For each model, you have to define the
  6. 'description' and 'date_start' fields at least. Then you can define 'duration'
  7. and the 'user_id' fields.
  8. The 'super.calendar' object contains the the merged calendars. The
  9. 'super.calendar' can be updated by 'ir.cron' or manually.
  10. Configuration
  11. =============
  12. After installing the module you can go to
  13. *Super calendar > Configuration > Configurators*
  14. and create a new configurator. For instance, if you want to see meetings and
  15. phone calls, you can create the following lines
  16. Meetings:
  17. .. image:: super_calendar/static/description/meetings.png
  18. :width: 400 px
  19. Phonecalls:
  20. .. image:: super_calendar/static/description/phone_calls.png
  21. :width: 400 px
  22. Then, you can use the 'Generate Calendar' button or wait for the scheduled
  23. action (‘Generate Calendar Records’) to be run.
  24. When the calendar is generated, you can visualize it by the 'super calendar' main menu.
  25. Here is a sample monthly calendar:
  26. .. image:: super_calendar/static/description/month_calendar.png
  27. :width: 400 px
  28. And here is the weekly one:
  29. .. image:: super_calendar/static/description/week_calendar.png
  30. :width: 400 px
  31. As you can see, several filters are available. A typical usage consists in
  32. filtering by 'Configurator' (if you have several configurators,
  33. 'Scheduled calls and meetings' can be one of them) and by your user.
  34. Once you filtered, you can save the filter as 'Advanced filter' or even
  35. add it to a dashboard.