Description: API for Odoo
Copyright: 2021-2024 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 XML RPC API.
- 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.