Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
4 Odpovědi
15677 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

Please see similar ask.

Avatar
Zrušit
Autor

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

Nejlepší odpověď

Maybe this similar ask then.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
úno 16
8571
1
bře 15
7133
1
led 25
1887
1
dub 24
6491
2
zář 22
9631