Skip to main content

Odoo RPC client

Project description

s6r-odoo

Installation

    pip install s6r-odoo

Usage

from s6r_odoo import OdooConnection

odoo = OdooConnection(url='http://odoo.localhost',
                          dbname='odoo',
                          user='admin',
                          password='admin')
res_partner = odoo.model('res.partner')
partner_ids = res_partner.search([],  fields=['name', 'email'])
for partner_id in partner_ids:
    print(f'{partner_id.name} : {partner_id.email}')

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.

Contributors

Maintainer

This software is maintained by Scalizer.

Scaliser

Project details


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-2.1.0.tar.gz (18.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

s6r_odoo-2.1.0-py3-none-any.whl (19.2 kB view details)

Uploaded Python 3

File details

Details for the file s6r_odoo-2.1.0.tar.gz.

File metadata

  • Download URL: s6r_odoo-2.1.0.tar.gz
  • Upload date:
  • Size: 18.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for s6r_odoo-2.1.0.tar.gz
Algorithm Hash digest
SHA256 31d3a16dc8b2ee277753384507cac65557c9b10b471dbf0949d6358e75a96212
MD5 0024e22cc1d5e6c1600db452f4c29aae
BLAKE2b-256 a4111e63f9712c3b98403dce9b1f91fb242af0f9feb0c12d5d8ce7f4b5414e0d

See more details on using hashes here.

File details

Details for the file s6r_odoo-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: s6r_odoo-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for s6r_odoo-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4ff8f5554278fea1334424b58abe9ca0f917047a830a4f72218c2febd30f7421
MD5 11e62f5d025dcd7883597dd933204029
BLAKE2b-256 f80973b7a4c2e519b39bfe338e6c4752f3b775b33c833232c64eda3fa654e427

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page