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.
 
 
 
 
 

13 lines
437 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Records for SMS Gateway -->
<record id="sms_gateway_twilio" model="sms.gateway">
<field name="name">twilio</field>
</record>
<record id="sms_gateway_vonage" model="sms.gateway">
<field name="name">vonage</field>
</record>
<record id="sms_gateway_telesign" model="sms.gateway">
<field name="name">telesign</field>
</record>
</odoo>