Takes a database id or a list of ids and returns a recordset.
Hi all , this is the meaning of function browse. I try to print data using function browse but why it always print record in order ?
Ex:
print(self.browser([2, 5, 7]))
but result always 2 , 5, 7 if it is set it should not in order
Thank in advances