How to Install and Uninstall python-odoorpc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "python-odoorpc" package

Here is a brief guide to show you how to install python-odoorpc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-odoorpc

2. Uninstall "python-odoorpc" package

Please follow the guidelines below to uninstall python-odoorpc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-odoorpc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-odoorpc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-odoorpc
Priority: optional
Section: universe/python
Installed-Size: 144
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.4.1-1
Provides: python2.7-odoorpc
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python (>= 2.7)
Filename: pool/universe/p/python-odoorpc/python-odoorpc_0.4.1-1_all.deb
Size: 23578
MD5sum: fa7f3be05d09f8871ef6e7e5808b7bb0
SHA1: 2a8a9eb6c32145cb1b9f2ff533949314751bf228
SHA256: 4e455d9c5580b14e185caae99de81c578c5451e4e8ea1a6c49a050d041a1f84a
Description-en: pilot Odoo servers through RPC (Python 2)
OdooRPC is a Python module providing an easy way to pilot your Odoo
(formerly known as OpenERP or TinyERP) servers through RPC.
.
Features supported:
- access to all data model methods (even browse) with an API similar
to the server-side API,
- use named parameters with model methods,
- user context automatically sent providing support for
internationalization,
- browse records,
- execute workflows,
- manage databases,
- reports downloading,
- JSON-RPC protocol (SSL supported)
.
OdooRPC is a modern alternative to the older OERPLib by the same
author. It supports both Python 2 and 3.
.
This package provides the module for Python 2.x.
Description-md5: 78bebf7439ffea3505abbdea1d373dd9
Homepage: http://pythonhosted.org/OdooRPC/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu