This repository was archived by the owner on May 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
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.
- Install ERPpeek
- Open a terminal and run
erppeek --server=[SERVER ADDRESS] -d [DATABASE NAME]
. So, for exampleerppeek --server=http://54.229.139.245 -d nhclinical
- If the application server is running locally you can omit the
--server
argument. - The default user is
admin
, so no need to pass the-u
argument is that is the user you want.
- If the application server is running locally you can omit the
- ADT messages and their equivalent LiveObs API methods
- Business Continuity Process
- ERPpeek
- Filters
- Patient management
- Reports
- Users and permissions
- Query the database
- Reading the logs
- Using Odoo's database manager