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.post18.tar.gz
(11.8 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.post18.tar.gz.
File metadata
- Download URL: odooquery-0.1.0.post18.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
367a2ccbf0d75f12ea5454657d5b4399442b18b89a5b38ccc546abf274727880
|
|
| MD5 |
9523cd012e6b8355e3e6f7137bc9f10a
|
|
| BLAKE2b-256 |
e1d4a6351ff239a95d3a48d6edfc5e27fdef6883a4c3b98d612b8a835741a31f
|
File details
Details for the file odooquery-0.1.0.post18-py3-none-any.whl.
File metadata
- Download URL: odooquery-0.1.0.post18-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eac62b24cf04cb8543f3639b2e0e759258015fe1bce747fded139cfa2c586eac
|
|
| MD5 |
4e2c0511a4cbff68e339dda64a5f9a3a
|
|
| BLAKE2b-256 |
79242042b1e285967534226f842f2052a4ca0af8c5c1abba10a106412e7baf10
|