{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/18"}],"enrichment":{"capability":"OdooRPC is a Python client library that connects to Odoo servers via JSON-RPC and XML-RPC protocols, allowing you to query data models, execute workflows, manage databases, and download reports programmatically.","skillfed_tags":["odoo-integration","rpc-client","automation"],"use_cases":["Automate data entry and updates in Odoo from external Python scripts or scheduled jobs","Build integration layers between Odoo and third-party systems or databases","Generate custom reports or analytics by querying Odoo data programmatically","Manage multiple Odoo databases or perform bulk operations across instances","Execute Odoo workflows and state transitions as part of external business processes"],"what_it_does":"OdooRPC is a Python client that lets you interact with Odoo servers remotely using JSON-RPC or XML-RPC protocols. It mirrors the server-side API, so you can search records, browse data, execute workflows, manage databases, and download reports from Python code without needing direct database access. The library handles authentication, user context, and internationalization automatically.\n\nYou connect to an Odoo server by hostname and port, log in with credentials, then access models and records through a familiar object-oriented interface. It supports named parameters, record browsing, and raw queries, making it useful for automation scripts, integrations, and administrative tasks that need to manipulate Odoo data from outside the server.","worth_installing":"Yes, if you need to automate or integrate with Odoo servers. The package has no dependencies, is actively maintained, and carries no known vulnerabilities. The LGPL v3 license is permissive for most use cases as long as modifications are shared. The main caveat is that the last release was over a year ago\u2014verify compatibility with your specific Odoo version before relying on it for production."},"id":"odoorpc","links":{"html":"https://skillfed.io/packages/odoorpc","md":"https://skillfed.io/packages/odoorpc.md","pypi":"https://pypi.org/project/odoorpc/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-08-16","license_spdx":null,"license_treatment":"copyleft","name":"OdooRPC","python_support":"unspecified","summary":"OdooRPC is a Python package providing an easy way to pilot your Odoo servers through RPC."},"popularity":{"monthly_downloads":135670,"position":11424,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.10.1"}
