ODOO日历在仪表板中仅显示标题

时间:2020-03-17 08:09:17

标签: odoo-13

我只是在仪表板中添加日历视图。但是日历视图仅显示标题。 我的ODOO是ODOO 13CE。

<record id="my_view_calendar" model="ir.ui.view">
    <field name="name">my.request.calendar</field>
    <field name="model">my.request</field>
    <field name="arch" type="xml">
        <calendar date_start="schedule_date" date_delay="duration" color="user_id" event_limit="5" mode="month">
            <field name="user_id"/>
            <field name="priority"/>
            <field name="activity_type"/>
        </calendar>
    </field>
</record>

在这里您可以看到

Screenshot of the dashboard, showing the calendar.

0 个答案:

没有答案