Examples of databaseCreate()


Examples of fr.inouk.OpenERPJSONRPCClient.databaseCreate()

        if( dbList.contains("openerp_jsonrpc_client") )
            Assert.fail("Database openerp_jsonrpc_client already exists !");

        System.out.println("Starting database creation ! Be patient...");
        boolean installDemoData = true;
        boolean result = server.databaseCreate(MASTER_ADMIN_PASSWORD, "openerp_jsonrpc_client", installDemoData, "fr_FR", "admin", null);
        System.out.println("databaseCreate() => " + result);
    }


    //*****( 'session' service )***************************************************************************************/
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.