How to set limit row in tree view one2many in form view?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
4
Risposte
15580
Visualizzazioni
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;
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
feb 16
|
8436 | ||
|
1
mar 15
|
7030 | ||
|
1
gen 25
|
1768 | ||
|
1
apr 24
|
6372 | ||
|
2
set 22
|
9490 |