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.
 
 
 
 
 

16 lines
634 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!--Inherited res users view of adding dealer user boolean fields-->
<record id="res_users_view_form" model="ir.ui.view">
<field name="name">res.users.view.form.inherit.franchise.dealer</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form"/>
<field name="arch" type="xml">
<xpath expr="//page[@name='access_rights']" position="inside">
<group>
<field name="is_dealer_user"/>
</group>
</xpath>
</field>
</record>
</odoo>