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

Last updated: May 20,2024

1. Install "python3-odoorpc" package

In this section, we are going to explain the necessary steps to install python3-odoorpc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-odoorpc

2. Uninstall "python3-odoorpc" package

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

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

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

Package: python3-odoorpc
Priority: optional
Section: universe/python
Installed-Size: 144
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-odoorpc
Version: 0.4.1-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-odoorpc/python3-odoorpc_0.4.1-1_all.deb
Size: 23638
MD5sum: 7f00041ebb849cdc254ce1d3747df620
SHA1: 86f19e027d321eaf21f53c35834264c05fea12d9
SHA256: 25f78e79cdf9584b97db3308b64bfcdd93a401ade95ac63a772ebb68c9c8bfd4
Description-en: pilot Odoo servers through RPC (Python 3)
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 3.x.
Description-md5: 7bc595683b6ddf45502d357e4ae6d0db
Homepage: http://pythonhosted.org/OdooRPC/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu