A library to add specific query functionality on top of odoorpc for higher-level functions
Project description
OdooQuery
A Python library that provides enhanced query functionality on top of odoorpc for higher-level operations with Odoo.
Installation
pip install odooquery
Usage
from odooquery import OdooQuery
# Initialize the connection
query = OdooQuery(host='localhost', port=8069, database='mydb', user='admin', password='admin')
# Use enhanced query functions
results = query.find_records('res.partner', [('is_company', '=', True)])
Features
- Enhanced query interface for Odoo
- Simplified record operations
- Type-safe query building
Requirements
- Python 3.12+
- odoorpc>=0.9.0
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
odooquery-0.1.0.post23.tar.gz
(11.9 kB
view details)
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 odooquery-0.1.0.post23.tar.gz.
File metadata
- Download URL: odooquery-0.1.0.post23.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4568cfadddfe72f632a98d903b94b5cc00511c6c40e0bfdde875c32bb6c11114
|
|
| MD5 |
28fd5b2a99fadddbbad34071c1d06a48
|
|
| BLAKE2b-256 |
59b3998f20fab4e8a1f9a0ac00b48ee651a6a9c0854310811dcff9fbcb192063
|
File details
Details for the file odooquery-0.1.0.post23-py3-none-any.whl.
File metadata
- Download URL: odooquery-0.1.0.post23-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83ff7b56be0c07a87568540c589a48ff0074be85cb6b31f9679d907b5ef761e1
|
|
| MD5 |
71a984dd6ed56915f827846fbdb94c4c
|
|
| BLAKE2b-256 |
01f935190f52568fcf1ca1a5f4d90f998b1513d245a8d2c62ac6eae3339a160e
|