Hi,
I've install standard dashboard (ODOO 13 CE) and add calendar view.
The daskboard just show only the calendar heading. Eventhough I've trying to change to add calenadar mode=day or week or month in xml.
The dashboard does not show the calendar detail.
<?xml version="1.0"?>
<calendar date_start="schedule_date" date_delay="duration" color="user_id" event_limit="5" mode="week">
<field name="user_id"/>
<field name="priority"/>
<field name="activity_type"/>
</calendar>