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.
 
 
 
 
 

23 lines
937 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--It is to modify Users -->
<record id="view_users_form" model="ir.ui.view">
<field name="name">res.users.view.form.inherit.all.in.one.sales.kit</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form"/>
<field name="arch" type="xml">
<xpath expr="//notebook/page[@name='preferences']"
position="after">
<page string="Discount Control" name="discount_control">
<group>
<group>
<field name="discount_control"/>
<field name="allow_discount"
invisible="discount_control == False"/>
</group>
</group>
</page>
</xpath>
</field>
</record>
</odoo>