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.
 
 
 
Alejandro Santana 7d8c4905da [IMP] Factorize cleaning of records 9 years ago
..
data [PRT] super_calendar: Ported to v8.0 9 years ago
i18n Add french translation 9 years ago
models [IMP] Factorize cleaning of records 9 years ago
security CHG: adapted to base_external_dbsource; code refactored 12 years ago
static/description [PRT] super_calendar: Ported to v8.0 9 years ago
views [FIX] Remove model_description field since it's not useful in v8 9 years ago
README.rst [PRT] super_calendar: Ported to v8.0 9 years ago
__init__.py [PRT] super_calendar: Ported to v8.0 9 years ago
__openerp__.py [IMP] Factorize cleaning of records 9 years ago

README.rst

SUPER CALENDAR
==============

This module allows to create configurable calendars.

Through the 'calendar configurator' object, you can specify which models have
to be merged in the super calendar. For each model, you have to define the
'description' and 'date_start' fields at least. Then you can define 'duration'
and the 'user_id' fields.

The 'super.calendar' object contains the the merged calendars. The
'super.calendar' can be updated by 'ir.cron' or manually.

Configuration
=============

After installing the module you can go to

*Super calendar > Configuration > Configurators*

and create a new configurator. For instance, if you want to see meetings and
phone calls, you can create the following lines

Meetings:

.. image:: super_calendar/static/description/meetings.png
:width: 400 px

Phonecalls:

.. image:: super_calendar/static/description/phone_calls.png
:width: 400 px

Then, you can use the 'Generate Calendar' button or wait for the scheduled
action (‘Generate Calendar Records’) to be run.

When the calendar is generated, you can visualize it by the 'super calendar' main menu.

Here is a sample monthly calendar:

.. image:: super_calendar/static/description/month_calendar.png
:width: 400 px

And here is the weekly one:

.. image:: super_calendar/static/description/week_calendar.png
:width: 400 px

As you can see, several filters are available. A typical usage consists in
filtering by 'Configurator' (if you have several configurators,
'Scheduled calls and meetings' can be one of them) and by your user.
Once you filtered, you can save the filter as 'Advanced filter' or even
add it to a dashboard.