Odoo RPC client
Project description
s6r-odoo
Installation
pip install s6r-odoo
Usage
from s6r_odoo import OdooConnection
odoo_cli = OdooConnection(url='http://odoo.localhost',
dbname='odoo',
user='admin',
password='admin')
partners = odoo_cli.read_search('res.partner', [])
for partner in partners:
print(partner)
License
This project is licensed under the GNU Lesser General Public License (LGPL) Version 3.
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
- GitHub Repository: ScalizerOrg/s6r-odoo
Contributors
Maintainer
This software is maintained by Scalizer.
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
s6r_odoo-1.0.8.tar.gz
(12.5 kB
view details)
Built Distribution
s6r_odoo-1.0.8-py3-none-any.whl
(11.9 kB
view details)
File details
Details for the file s6r_odoo-1.0.8.tar.gz
.
File metadata
- Download URL: s6r_odoo-1.0.8.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ecc150f4c6af05b0c481afabb1f4a99bdd68f82a8a31241b74c9b9a6ec11e26 |
|
MD5 | e17cb51e262f83f85494723ab84b4cce |
|
BLAKE2b-256 | cdce922030ac5bd41ae4262e39ab63c7c5cb341a7c7a6ac065d303597406e7cd |
File details
Details for the file s6r_odoo-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: s6r_odoo-1.0.8-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ef827da25358b6479e0fbc56a30e0ffaf1dc74d20c8a946b4e8022a5b29dcd4 |
|
MD5 | d662e0ade3b39ea22e935b1a1114d432 |
|
BLAKE2b-256 | 44ba17d653e3227005c5ef3a3b819b0c1a3f59ff1db87684285a1a8e3faa39dd |