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.
 
 
 
 
 

19 lines
900 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Inherit the res.config.settings view to add the twilio account details-->
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.signup.with.twilio</field>
<field name="model">res.config.settings</field>
<field name="inherit_id"
ref="base_setup.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//div[@id='mail_twilio_auth_token']" position="after">
<div class="row mt16" id="mail_twilio_from_number">
<label for="twilio_from_number" class="col-lg-3"/>
<field name="twilio_from_number"
placeholder="e.g. +919999999999"/>
</div>
</xpath>
</field>
</record>
</odoo>