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.
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
3
mai. 16
|
8498 | ||
|
1
fev. 24
|
6205 | ||
|
2
dez. 22
|
3120 | ||
|
0
mar. 15
|
4007 | ||
|
1
mar. 15
|
4227 |
Hi. Have you managed to find a solution for this?