The limit field exists in the window action definition and is possible to set the value as an integer:
<field name="limit">default_limit (integer)</field>
but how to set "Unlimited" value?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
The limit field exists in the window action definition and is possible to set the value as an integer:
<field name="limit">default_limit (integer)</field>
but how to set "Unlimited" value?
I don't know of a way to do this.
Browsers have memory limits, as do the computers running them, and it doesn't make sense to send unlimited records to a client without limit - what if you have 5 million records? They all need to be stored in the browser memory so that's why there is a limit.
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
3
مايو 16
|
8412 | ||
|
1
فبراير 24
|
6103 | ||
|
2
ديسمبر 22
|
3058 | ||
|
0
مارس 15
|
3910 | ||
|
1
مارس 15
|
4185 |
Hi. Have you managed to find a solution for this?