Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <?php
  2. $url = "localhost:8061";
  3. $db = "test";
  4. $username = "admin";
  5. $password = "123";
  6.  
  7. #require_once('/Ripcord/src/Ripcord/ripcord.php');
  8. require_once __DIR__.'/Ripcord/src/Ripcord/ripcord.php';
  9. $common = ripcord::client(ODOO_URL . "/xmlrpc/2/common");
  10. $info = ripcord::client('https://demo.odoo.com/start')->start();
  11. list($url, $db, $username, $password) =
  12. array($info['host'], $info['database'], $info['user'],
  13. $info['password']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement