[FIX] base_user_role_profile: remove multicompany functionality

This commit is contained in:
KevinKhao
2021-01-25 23:16:58 +01:00
parent ab546ebbd1
commit 460e4ecbcf
9 changed files with 8 additions and 170 deletions

View File

@@ -8,7 +8,7 @@
<field name="inherit_id" ref="base_user_role.view_res_users_role_form" />
<field name="arch" type="xml">
<xpath
expr="//field[@name='line_ids']//field[@name='company_id']"
expr="//field[@name='line_ids']//field[@name='is_enabled']"
position="after"
>
<field name="profile_id" />