[MIG] sale_usability to v16

This commit is contained in:
Alexis de Lattre
2022-10-30 23:44:09 +01:00
parent 5c14e3199e
commit fbdf814cb0
14 changed files with 69 additions and 146 deletions

View File

@@ -6,7 +6,7 @@
<field name="inherit_id" ref="sales_team.res_partner_view_team" />
<field name="arch" type="xml">
<!-- team_id should be visible in no developper mode -->
<field name="team_id" position="attributes">
<field name="team_id" groups="base.group_no_one" position="attributes">
<attribute name="groups"/>
</field>
</field>