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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
            
                4
                
                    Replies
                
            
        
        
            
                16249
                
                    Views
                
            
        
    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;
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|  | 1 Feb 16  | 9324 | ||
|  | 1 Mar 15  | 7690 | ||
|  | 1 Jan 25  | 2526 | ||
|  | 1 Apr 24  | 7039 | ||
|  | 2 Sep 22  | 10260 | 
