Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
4 Respostas
15612 Visualizações

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

Avatar
Cancelar
Melhor resposta

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
Cancelar
Melhor resposta

Please see similar ask.

Avatar
Cancelar
Autor

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

Melhor resposta

Maybe this similar ask then.

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
fev. 16
8467
1
mar. 15
7057
1
jan. 25
1816
1
abr. 24
6396
2
set. 22
9546