← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 795704] Re: tree "unlimited" option only displayed the 50 records

 

Hello,

That's mean it is a decision, not a bug.
An evolution could be : 
maxrecords = xxxx
if "unlimited"
    if number_of_records more than maxrecords
         display "number of records for this object is too large %", number_of_records
         ask_user "Set a filter to reduce the number of records"

Thanks

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/795704

Title:
  tree "unlimited" option only displayed the 50 records

Status in OpenERP Web Client:
  Confirmed

Bug description:
  V6 went with the possibility to display trees with 20, 50, 100, 500 and unlimited ids, the latest (2011-06-09) version of web/addons/openerp/widgets/pager.py seems to overcome this option. If you choose "unlimited" 50
  lines are displayed. But you still may display 500 lines...
  The source shows this modification : from "UNLIMITED = -1" to "UNLIMITED = False"
  Is-it a bug or a decision to actually limit the lines displayed ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/795704/+subscriptions


References