odoo/addons/google_calendar/static/src/xml/web_calendar.xml

17 lines
607 B
XML

<template>
<t t-extend="CalendarView.sidebar">
<t t-jquery="div.oe_calendar_mini" t-operation="after">
<div id="sync" class="oe_cal_sync_button cal_tab " >
<center>
<br/>
<button class="oe_button">
<span>
<img src="/google_calendar/static/src/img/calendar_32.png"/> Sync with <b>Google</b>
</span>
</button>
</center>
</div>
</t>
</t>
</template>