Hi i try to get all row of a model in odoo 9
But, it returns only 290 rows of total 310 rows of data that I count directly via pgadmin.
Is there any otherway to do this and get all data in ir.ui.menu?
I try to get data with this :
menu_ids = request.env['ir.ui.menu'].sudo().search([])