Exemple #1
0
 public string[] getDatabases(string url)
 {
     try
     {
         OdooRPC con = OdooRPC.InstanceCreation(url);
         return(con.getDatabases());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }