Search 1.9 billion lines of Odoo code on GitHub

general_calendar

Author: MultidadosTI
License: LGPL-3
Branch: develop
Repository: haylahi/multidadosti-addons
Dependencies: base, calendar, and web_calendar
Languages: HTML (73, 5.1%), JavaScript (798, 56.2%), PO File (150, 10.6%), Python (152, 10.7%), XML (212, 14.9%), and reStructuredText (36, 2.5%)
Other branches: feature/project-calendar, feature/project_task_calendar_adjust, and master

<a name="general-calendar"></a> <h2>GENERAL CALENDAR</h2> <p>This module allows to merge differently calendars in a same calendar.</p> <p>Through the 'general calendar line' object, you can specify which models have to be merged in the general calendar. For each model, you have to define the 'description' and 'date_start' fields at least. Then you can define 'date_stop' and the 'user_id' fields.</p> <p>The 'general.calendar' object contains the merged calendars. The 'general.calendar' can be updated br PostgresSQL View.</p> <p>This module is based in <strong>Super Calendar</strong> module by <a class="reference external" href="https://github.com/OCA/server-tools/tree/10.0/super_calendar">OCA Server Tools</a>.</p> <a name="configuration"></a> <h2>Configuration</h2> <p>After installing the module you can go to</p> <p><em>General calendar &gt; Configuration &gt; Add Calendars</em></p> <p>and create a new calendar. The Calendar Events from <a class="reference external" href="https://github.com/multidadosti-erp/odoo/tree/10.0/addons/calendar">Calendar</a> module come by default. For instance, if you want to see project tasks and sale orders, you can create the following lines</p> <p>Project Task:</p> <img alt="general_calendar/static/description/project_task.png" src="general_calendar/static/description/project_task.png" style="width: 400px;" /> <p>Sale Orders:</p> <img alt="general_calendar/static/description/sale_order.png" src="general_calendar/static/description/sale_order.png" style="width: 400px;" /> <p>You can visualize it in the 'general calendar' main menu.</p> <p>Here is a sample monthly calendar:</p> <img alt="general_calendar/static/description/general_calendar.png" src="general_calendar/static/description/general_calendar.png" style="width: 400px;" /> <p>IMPORTANT: After update calendar list, remember of update 'General Calendar' module in models list.</p> <p>As you can see, several filters are available. A typical usage consists in filtering by 'Module' and by your user. Once you filtered, you can save the filter as 'Advanced filter' or even add it to a dashboard.</p> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/multidadosti-erp/multidadosti-addons">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h2 class="with-subtitle">Credits</h2> <h2 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h2> <ul class="simple"> <li>Michell Stuttgart &lt;<a class="reference external" href="mailto:michellstut&#64;gmail.com">michellstut&#64;gmail.com</a>&gt;</li> </ul>