Skip to content

Commit

Permalink
[FIX] Fix company_id field in views
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Pallejà committed May 13, 2024
1 parent 0671cfb commit a2374cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract_mandate/views/contract_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/>
<field name="arch" type="xml">
<field name="payment_mode_id" position="after">
<field name="company_id" invisible="1" groups="!'base.group_multi_company"/>
<field
name="mandate_id"
domain="[('partner_id', '=', commercial_partner_id), ('state', '=', 'valid'), ('company_id', '=', company_id)]"
Expand Down

0 comments on commit a2374cc

Please sign in to comment.