|
|
@ -7,9 +7,6 @@ |
|
|
|
<field name="model">res.users</field> |
|
|
|
<field name="inherit_id" ref="base.view_users_form"/> |
|
|
|
<field name="arch" type="xml"> |
|
|
|
<xpath expr="//field[@name='name']" position="after"> |
|
|
|
<field name="is_admin" invisible="1"/> |
|
|
|
</xpath> |
|
|
|
<xpath expr="//notebook" position="inside"> |
|
|
|
<page string="Allowed Products" invisible="is_admin"> |
|
|
|
<label for="restricted_type" string="Restriction Type"/> |
|
|
|