mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update ztree limit
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App Product category ztree, parent children tree",
|
'name': "App Product category ztree, parent children tree",
|
||||||
'version': '12.19.05.22',
|
'version': '12.20.02.04',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<attribute name="ztree_parent_key">parent_id</attribute>
|
<attribute name="ztree_parent_key">parent_id</attribute>
|
||||||
<attribute name="ztree_expend_level">2</attribute>
|
<attribute name="ztree_expend_level">2</attribute>
|
||||||
<attribute name="order">name</attribute>
|
<attribute name="order">name</attribute>
|
||||||
|
<attribute name="limit">1000</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
@@ -25,6 +26,7 @@
|
|||||||
<!-- Add your fields or attributes here -->
|
<!-- Add your fields or attributes here -->
|
||||||
<attribute name="widget">ztree_select</attribute>
|
<attribute name="widget">ztree_select</attribute>
|
||||||
<attribute name="ztree_parent_key">parent_id</attribute>
|
<attribute name="ztree_parent_key">parent_id</attribute>
|
||||||
|
<attribute name="limit">1000</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user