Skip to Content
Menú
This question has been flagged
4 Respostes
15586 Vistes

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

Avatar
Descartar
Best Answer

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
Best Answer

Please see similar ask.

Avatar
Descartar
Autor

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

Best Answer

Maybe this similar ask then.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de febr. 16
8436
1
de març 15
7031
1
de gen. 25
1773
1
d’abr. 24
6372
2
de set. 22
9491