Skip to content

Commit

Permalink
[IMP] resource_booking: booking list view with hidden partner_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
norlinhenrik committed Sep 27, 2023
1 parent 5394f03 commit 26e701a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource_booking/views/resource_booking_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<field name="arch" type="xml">
<tree>
<field name="name" />
<field name="partner_ids" widget="many2many_tags" optional="hide" />
<field name="partner_id" />
<field name="type_id" />
<field name="combination_id" />
Expand Down

0 comments on commit 26e701a

Please sign in to comment.