Skip to Content
मेन्यू
This question has been flagged
1 Reply
4896 Views

How can i remove all list of favorites from calendar right sidebar, and display only the list of event's state (busy/ ocupied/ free.. )?

Avatar
Discard
Best Answer

The documentation about this is very poor but in https://www.odoo.com/documentation/11.0/reference/views.html#calendar show some ways to do parcialy what you need.

lets see..

    <record id="view_l10n_cu_calendar_event_calendar" model="ir.ui.view">
<field name="name">calendar.event.calendar</field>
<field name="model">calendar.event</field>
<field name="inherit_id" ref="calendar.view_calendar_event_calendar"/>
<field name="arch" type="xml">
<data>
<field name="partner_ids" position="replace" >
<field name="partner_ids"/>
</field>
</data>
</field>
</record>
Avatar
Discard
Author

Perfect Thanks

Did this wok for you Rick? Where did you implement this code?

Related Posts Replies Views Activity
4
जुल॰ 24
10619
1
दिस॰ 21
4188
1
मई 21
15655
0
फ़र॰ 20
2703
1
जुल॰ 19
4212