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
답글
15593
화면
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
|
8449 | ||
|
1
3월 15
|
7039 | ||
|
1
1월 25
|
1793 | ||
|
1
4월 24
|
6383 | ||
|
2
9월 22
|
9525 |