Command-line tool for Odoo using xmlrpc
Project description
Odoo RPC CLI
A command-line interface for Odoo, providing quick access to common operations like authentication, searching, creating, updating, and deleting records. It is designed for AI, developers and administrators who prefer working in the terminal.
Installation
Homebrew (tap)
Install odoorpc_cli from the project's Homebrew tap (recommended):
brew tap biszx/tap https://github.com/biszx/homebrew-tap
brew install biszx/tap/odoorpc_cli
Windows
Standalone executable (no Python required): download the odoorpc_cli Windows executable from a release's assets (the repository contains a CI workflow that builds an exe with PyInstaller and uploads it as an artifact). Place the exe on PATH or run it directly.
Installer (recommended): download the Inno Setup installer (odoorpc_cli-X.Y.Z-setup.exe) from a release's assets — it creates shortcuts and an uninstaller for easy setup on Windows.
Python (pip)
Install from PyPI:
pip install odoorpc_cli
Usage
Authenticate and save credentials (interactive):
odoo auth login --host https://odoo.example.com --db demo --username admin --password secret
Search for records:
odoo search read res.partner --domain "[[\"name\", \"ilike\", \"Acme\"]]" --fields name,email
Call a custom model method:
odoo call-method res.partner --method custom_method --args "[]" --kwargs "{}"
Contributing
Please open issues and pull requests on the repository. Run tests with pytest.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file odoorpc_cli-0.2.0.tar.gz.
File metadata
- Download URL: odoorpc_cli-0.2.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de3642a915c22f3bc6a45251ec2ab778fc72d332ef57a2a2e79e9f2be5e80ac4
|
|
| MD5 |
f5c4048d21b6d1385f994d6f7eeaaeba
|
|
| BLAKE2b-256 |
fce545467719df40bde2473d20fe34906f4992757ec188a72f30f2d33631c609
|
File details
Details for the file odoorpc_cli-0.2.0-py3-none-any.whl.
File metadata
- Download URL: odoorpc_cli-0.2.0-py3-none-any.whl
- Upload date:
- Size: 25.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18f3c722cdd0934b8446bfb721f1595177ecc18bc76f34e7483713297ad559ee
|
|
| MD5 |
7d96f607d5911982f268f205880a64fb
|
|
| BLAKE2b-256 |
7bac171770d8f3605e2087977955226e7f7706fee98dff0c1c1c82276dabb350
|