Commit 346edd33 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_trade: max line limite to 20000

user sometimes copy&paste from xlxs more than 1000000 lines(most datas are just empty)
parent dd56ce52
......@@ -9,7 +9,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>max_lines</string>
</list>
</value>
</item>
<item>
......@@ -77,6 +79,10 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <int>20000</int> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment