update superbar limit of 1000

This commit is contained in:
ivan deng
2021-08-29 12:16:57 +08:00
parent 2046b0673d
commit feb212042d
4 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -8,7 +8,7 @@
<field name="arch" type="xml">
<xpath expr="//search">
<searchpanel view_types="tree,kanban,search">
<field name="categ_id" text="name" enable_counters="1" expand="1"/>
<field name="categ_id" text="name" enable_counters="1" expand="1" limit="1000"/>
<field name="type"/>
</searchpanel>
</xpath>