You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
671 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Form view of the inherited model-->
<record id="view_calendar_event_form" model="ir.ui.view">
<field name="name">calendar.event.form.inherit.automated.odoo.icalendar</field>
<field name="model">calendar.event</field>
<field name="inherit_id" ref="calendar.view_calendar_event_form"/>
<field name="arch" type="xml">
<xpath expr="//button[@name='action_send_sms']" position="after">
<button name="action_send_ics" type="object"
string="Send ICS" icon="fa-envelope"/>
</xpath>
</field>
</record>
</odoo>