Skip to Content
Menu
This question has been flagged
4 Replies
14095 Views

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

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

Please see similar ask.

Avatar
Discard
Author

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

Best Answer

Maybe this similar ask then.

Avatar
Discard
Related Posts Replies Views Activity
1
Feb 16
6907
1
Mar 15
5929
1
Apr 24
5033
2
Sep 22
7891
2
Apr 22
2456