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.
26 lines
1.2 KiB
26 lines
1.2 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record id="res_config_settings_care_of_view_form" model="ir.ui.view">
|
|
<field name="name">res.config.settings.form.inherit.care.of</field>
|
|
<field name="model">res.config.settings</field>
|
|
<field name="inherit_id" ref="base.res_config_settings_view_form"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//div[@id='sale_config_online_confirmation_sign']" position="before">
|
|
<div class="col-12 col-lg-6 o_setting_box">
|
|
<div class="o_setting_left_pane"/>
|
|
<div class="o_setting_right_pane">
|
|
<span class="o_form_label">Sales Care of Commission</span>
|
|
<div class="text-muted">
|
|
Default Sales Care of Commission for partners
|
|
</div>
|
|
<div class="text-muted">
|
|
<field name="care_of_commission" widget="percentage" placeholder="0.05"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|
|
|
|
|