Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
How to set the number of records on a tree view inside a form ?
Hi,
In V7, how can we set the default number of records to display of a lisview inside a form ?
This question aimed at the same goal but modifying / hardcoding a hack is not an option.
I know we can set the "limitâ field of an ir_act_window, but this scenario is different, I intend to set the limit on a list view inside a form view.
Thanks for your time, Nicolas
The following module does what you want, amount other useful things: https://github.com/0k/web_m2o_enhanced.git
To obtain it install git on your system and do:
git branch https://github.com/0k/web_m2o_enhanced.git web_m2o_enhanced
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 3/20/13, 11:51 AM |
Seen: 5126 times |
Last updated: 3/16/15, 8:10 AM |
I've the same question. I've tried this : http://help.openerp.com/question/6627/how-set-limit-for-number-records-of-x2many/ (nazarii answer) with the limit in .py, but you can't change page.