Its sometimes very tedious and time consuming to search for a product or a partner or anything by typing and still not getting the desired result and then you have to wait for the Search More wizard.
To compensate this, I have got a solution, just go to the file view_form.js in the
C:\Program Files\OpenERP 6.1-1\server\openerp\addons\web\static\src\js
and set the limit parameter to whatever number you wish, by default its 7.
Also to change the number of tree records i.e to change the number of records to be displayed in a list view, go to the file search.js in
C:\Program Files\OpenERP 6.1-1\server\openerp\addons\web\static\src\js
and set the limit parameter to whatever number you wish, by default its 80.
Hope this will help you too.
0 Comment(s)