Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

ERPpeek

Daniel Metcalfe edited this page Dec 18, 2017 · 2 revisions

ERPpeek is a tool for communicating with a running Odoo instance to easily query it's database.

It's a helpful for development and debugging. It's quicker to access and easier to use than PSQL and uses the same syntax and similar methods to the Python code.

Getting started

  1. Install ERPpeek
  2. Open a terminal and run erppeek --server=[SERVER ADDRESS] -d [DATABASE NAME]. So, for example erppeek --server=http://54.229.139.245 -d nhclinical
    1. If the application server is running locally you can omit the --server argument.
    2. The default user is admin, so no need to pass the -u argument is that is the user you want.
Clone this wiki locally