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.2.tar.gz (18.7 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.2-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: s6r_odoo-2.1.2.tar.gz
  • Upload date:
  • Size: 18.7 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.2.tar.gz
Algorithm Hash digest
SHA256 4e3aae34d43dc56abd878b5f1f6d1867bb7e1a8f02c92c9ee16a480ee6f8f076
MD5 c6cc0e68fafac1cd80871739e331b914
BLAKE2b-256 0637fc46493869679c88af48a567723bfb2bf0ef9b2d7d15563afc9c30ffdeb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: s6r_odoo-2.1.2-py3-none-any.whl
  • Upload date:
  • Size: 19.4 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4f913c73116e0506de284f2bf8cab0f2188b7043e13a8ae2bff877d1adbaf837
MD5 7a24a8861361bf6092c4385111fd0945
BLAKE2b-256 79f1b6d4f6d9d89c925c50ee977f13aaa121f3653be81b9cddf32eb13ad9950f

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