[IMP] Show button google cal only on crm meeting model
[odoo/odoo.git] / addons / google_calendar / static / src / xml / web_calendar.xml
1 <template>
2     <t t-name="GoogleCalendar.buttonSynchro">
3         <div id="sync" class="oe_cal_sync_button cal_tab " >
4             <center>
5                 <br/>                                
6                 <button class="oe_button">
7                     <span>
8                         <img src="/google_calendar/static/src/img/calendar_32.png"/> Sync with <b>Google</b>
9                     </span>
10                 </button>
11             </center>
12         </div>
13     </t>        
14 </template>