Ir al contenido
Menú
Se marcó esta pregunta
4 Respuestas
15624 Vistas

How to set limit row in tree view one2many in form view?

Avatar
Descartar
Mejor respuesta

Path: addons/web/static/src/js/view_list.js


limit: function () { if (this._limit === undefined) { this._limit = (this.options.limit || this.defaults.limit || (this.getParent().action || {}).limit || 80 /*This value must be change default:80*/);

        } return this._limit;

Avatar
Descartar
Mejor respuesta

Please see similar ask.

Avatar
Descartar
Autor

I want to add to xml view file <tree limit="xx">

Mejor respuesta

Maybe this similar ask then.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
feb 16
8472
1
mar 15
7068
1
ene 25
1819
1
abr 24
6409
2
sept 22
9556