Hi.
I want to execute the code below :
Select * from res_users;
from a python methode in openerp. My module look like that :
def my_sql_method(self,cr,uid) :
#it is my method which execute my sql code
How can i do that ?
NB: I don't want to execute my sql code in postgresql (easy)