[HIGH - Trunk 5.2 Rev.2118] Modules submenu doesn't appear in server rev 2118

Bug #541015 reported by Luis Manuel Angueira Blanco (Pexego)
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Critical
Stephane Wirtel (OpenERP)

Bug Description

All this is for OpenERP Server 5.2 trunk - revision 2118

When trying to update the modules list (or access to any option in the submenu 'Modules Management'), there are no options. It seems that server doesn't read more than 20 elements with the same parent (before there was no limit).

I have done a patch that fix this one. It only changes
   def __init__(self, obj, fields_id, string='unknown', limit=20, **args):
by
   def __init__(self, obj, fields_id, string='unknown', limit=None, **args):

Related branches

Revision history for this message
Luis Manuel Angueira Blanco (Pexego) (hell2klmab) wrote :
Revision history for this message
Stephane Wirtel (OpenERP) (stephane-openerp) wrote :

Thanks for the patch, but I have fixed before.

Sorry for the inconvenience

Stephane

Changed in openobject-server:
milestone: none → 5.2
status: New → Fix Released
Changed in openobject-server:
importance: Undecided → Critical
assignee: nobody → Stephane (Open ERP) (stephane-openerp)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.