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.post16.tar.gz
(11.6 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.post16.tar.gz.
File metadata
- Download URL: odooquery-0.1.0.post16.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d676ff8db8b4c348fed97c9928e801179da98c2badcf44da79199bb3e7237b5
|
|
| MD5 |
9c90a2ca7921a47252c9cc4499dcd569
|
|
| BLAKE2b-256 |
54185e673fd631f5325864e363986d49f8f3487ba772041776e399eff2f50688
|
File details
Details for the file odooquery-0.1.0.post16-py3-none-any.whl.
File metadata
- Download URL: odooquery-0.1.0.post16-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed08d34c4fe4b7a0c9bce8fa526fa71420d87130aaf8b155aae3c373f2ff15ec
|
|
| MD5 |
f6c348c97b7f592751a69139b537d9b4
|
|
| BLAKE2b-256 |
b72d1bd2453a9c4126fe92016b6d2840c66aade2d4ab9d1d74a8f58612dc0fa6
|