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.0.1.tar.gz (17.3 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.0.1-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: s6r_odoo-2.0.1.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for s6r_odoo-2.0.1.tar.gz
Algorithm Hash digest
SHA256 3b241901f2c50a921fe48e87c3a950a3e5cc0f3cf8454ad290687f26e27f9d7e
MD5 e2b93e86fffed7182361204a0175da86
BLAKE2b-256 8710d64947a8596687c15e92da4f4a652ff07fb05f3494be705fa7ccdd8d2b0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: s6r_odoo-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for s6r_odoo-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 62e3ee8f4302f1eb7463dedc3d25dac0ea4ba9299bdf8adb369cc5ba18317ddd
MD5 057fe4f6d180c0eac012546b9accb399
BLAKE2b-256 4b60a291bfc1e6408d1d104662913b35937f9756431761e1b19aecb7ee7eb085

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