Skip to content

Commit

Permalink
[FIX] Remove groups from company_id field
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Pallejà committed May 13, 2024
1 parent 90370bc commit 5474309
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions contract_mandate/views/contract_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
/>
<field name="commercial_partner_id" invisible="1" />
<field name="mandate_required" invisible="1" />
<field
name="company_id"
invisible="1"
groups="!base.group_multi_company"
/>
<field name="company_id" invisible="1" />
</field>
</field>
</record>
Expand Down

0 comments on commit 5474309

Please sign in to comment.