mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 06:52:01 +02:00
33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<record id="res_config_settings_view_form" model="ir.ui.view">
|
|
<field name="name">res.config.settings.view.form.inherit.crm.phonecalls</field>
|
|
<field name="model">res.config.settings</field>
|
|
<field name="inherit_id" ref="crm.res_config_settings_view_form" />
|
|
<field name="arch" type="xml">
|
|
<div data-string="CRM" position="inside">
|
|
<h2>Phonecalls</h2>
|
|
<div class="row mt16 o_settings_container">
|
|
<div class="col-lg-6 o_setting_box">
|
|
<div class="o_setting_left_pane">
|
|
<field name="group_show_form_view" />
|
|
</div>
|
|
<div
|
|
class="o_setting_right_pane"
|
|
id="crm_phonecall_show_form_settings"
|
|
>
|
|
<label
|
|
for="group_show_form_view"
|
|
string="Enable form view for phone calls"
|
|
/>
|
|
<div class="text-muted">
|
|
By default form view is disabled for calls, with this
|
|
setting it is enabled for all users.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</field>
|
|
</record>
|
|
</odoo>
|