跳至内容
菜单
此问题已终结
4 回复
15576 查看

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

形象
丢弃
最佳答案

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;

形象
丢弃
最佳答案

Please see similar ask.

形象
丢弃
编写者

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

最佳答案

Maybe this similar ask then.

形象
丢弃
相关帖文 回复 查看 活动
1
2月 16
8435
1
3月 15
7030
1
1月 25
1765
1
4月 24
6372
2
9月 22
9490