This commit is contained in:
ivan deng
2021-03-31 23:29:10 +08:00
parent fd0ff186ec
commit 5f9726f53c
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
{ {
'name': "App product browse by category navigator", 'name': "App product browse by category navigator",
'version': '13.20.09.04', 'version': '13.21.03.31',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.sunpop.cn', 'website': 'https://www.sunpop.cn',

View File

@@ -7,7 +7,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//search"> <xpath expr="//search">
<searchpanel view_types="tree,kanban,search"> <searchpanel view_types="tree,kanban,search">
<field name="parent_id" filter_domain="[('child_id', '!=', False)]"/> <field name="parent_id" filter_domain="[('child_id', '!=', False)]" text="name"/>
</searchpanel> </searchpanel>
</xpath> </xpath>
</field> </field>