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
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
4
返信
15601
ビュー
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;
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
2月 16
|
8457 | ||
|
1
3月 15
|
7049 | ||
|
1
1月 25
|
1810 | ||
|
1
4月 24
|
6388 | ||
|
2
9月 22
|
9536 |