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.
 
 
 
 
 

27 lines
1.3 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="res_config_settings_form_view_inherits_follower_restrict" model="ir.ui.view">
<field name ="name">res.config.settings.view.form.inherit.follower.restrict</field>
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="base.res_config_settings_view_form"/>
<field name="arch" type="xml">
<!-- Add field in configuration settings to enable the follower restrict-->
<xpath expr="//div[@id='contacts_settings']" position="after">
<h2>Follower</h2>
<div class="row mt16 o_settings_container" id="follower_restrict_settings">
<div class="col-12 col-lg-6 o_setting_box" id="follower_restrict_setting">
<div class="o_setting_left_pane">
<field name="disable_followers"/>
</div>
<div class="o_setting_right_pane">
<label for="disable_followers"/>
<div class="text-muted">
Disable the follower when Sale,Purchase and Invoice confirmed.
</div>
</div>
</div>
</div>
</xpath>
</field>
</record>
</odoo>