flectra/addons/calendar_sms/views/calendar_views.xml
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

15 lines
380 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- Add action entry in the Action Menu for Events -->
<act_window id="sms_message_send_action_mutli"
name="Send SMS to attendees"
src_model="calendar.event"
res_model="sms.send_sms"
view_type="form"
view_mode="form"
key2="client_action_multi"
target="new"/>
</odoo>