Se rendre au contenu
Menu
Cette question a été signalée
4 Réponses
15581 Vues

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

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Meilleure réponse

Please see similar ask.

Avatar
Ignorer
Auteur

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

Meilleure réponse

Maybe this similar ask then.

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
févr. 16
8436
1
mars 15
7030
1
janv. 25
1768
1
avr. 24
6372
2
sept. 22
9490