Description: API for Odoo
Copyright: 2021-2026 Fabio Castelli (Muflone) muflone@muflone.com
License: GPL-3+
Source code: https://github.com/muflone/pyodoo
Documentation: http://www.muflone.com/pyodoo/
PyOdoo is an attempt to build a common API to interact with any Odoo server in order to operate using its APIs.
Currently the following implementations are provided:
- XML-RPC
- JSON-RPC
- Python 3.x
- xlrd 2.0.x (https://pypi.org/project/xlrd/)
- requests 2.32.x (https://pypi.org/project/requests/)
Please see the samples and the tests folders for some usage examples.