Hi, I would like to know how to create a button in front of the navigation button of the calendar view in my custom module.
<recordid="employees_sceduling_calendar_view"model="ir.ui.view"> <fieldname="name">employees_sceduling_calendar_viewfield> <fieldname="model">employees_schedulingfield> <fieldname="arch"type="xml"> <calendarstring="Schedule"date_start="start" event_open_popup="true" create="true"> <fieldname="name" /> <fieldname="reception" /> <fieldname="schedule_type" /> <fieldname="repeat" /> calendar> field> record>
I tried adding the header tag and the button tag in it right under the calendar tag but it doesn't work, can someone help me with this, any help would be appreciated
calendar> field> record>