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 29, 2023
1 parent 24750b0 commit eb51354
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 eb51354

Please sign in to comment.