Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu.saison committed Sep 18, 2023
1 parent fbf0de4 commit 8159d58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions shopinvader_product_binding/views/shopinvader_backend_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@
<field name="nbr_category" string="Categories" widget="statinfo" />
</button>
</xpath>
<page name="search_eng" position="inside">
<group name="website_name" position="after">
<group name="search_filters" string="Filters" colspan="4">
<field
name="filter_ids"
nolabel="1"
context="{'tree_view_ref': 'shopinvader.product_filter_view_tree'}"
/>
</group>
</group>
</page>
<page name="sale" position="after">
<page name="products" string="Products">
<group>
Expand Down
4 changes: 2 additions & 2 deletions shopinvader_restapi/views/shopinvader_backend_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
<group name="website_name">
<field name="website_public_name" />
</group>
<group name="search_filters" string="Filters" colspan="4">
<!-- <group name="search_filters" string="Filters" colspan="4">
<field
name="filter_ids"
nolabel="1"
context="{'tree_view_ref': 'shopinvader.product_filter_view_tree'}"
/>
</group>
</group> -->
</page>
<page name="sale" string="Sale">
<group name="cart_conf" string="Cart configuration">
Expand Down

0 comments on commit 8159d58

Please sign in to comment.