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.
54 lines
2.6 KiB
54 lines
2.6 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!--Inheriting settings and adding the new field inside the general settings-->
|
|
<record id="res_config_settings_view_form" model="ir.ui.view">
|
|
<field name="name">
|
|
res.config.settings.view.form.inherit.website.tawk.to
|
|
</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 = 'invite_users']"
|
|
position="after">
|
|
<div id="tawkto">
|
|
<h2>Tawk To Configuration</h2>
|
|
<div class="row mt16 o_settings_container"
|
|
name="twak_to_setting_container">
|
|
<div class="col-12 col-lg-12 o_setting_box"
|
|
id="twak_to_setting">
|
|
<div class="col-12 col-lg-12 o_setting_box"
|
|
id="tawk_to_property_id">
|
|
<div class="o_setting_right_pane"
|
|
id="website_property_settings">
|
|
<label string="Property ID"
|
|
for="property_id"/>
|
|
<div class="text-muted">
|
|
Put your Tawk.to Property ID here
|
|
</div>
|
|
<br/>
|
|
<div style='width:45%;'>
|
|
<field name="property_id"/>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<div class="o_setting_right_pane"
|
|
id="website_widget_settings">
|
|
<label string="Widget ID"
|
|
for="widget_id"/>
|
|
<div class="text-muted">
|
|
Put your Tawk.to Widget ID here
|
|
</div>
|
|
<br/>
|
|
<div style='width:45%;'>
|
|
<field name="widget_id"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|