Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisce/openerp-client-kde
OpenERP client using QT Toolkit
https://github.com/gisce/openerp-client-kde
hacktoberfest openerp pyqt5 python python3 qt5 xmlrpc
Last synced: about 2 months ago
JSON representation
OpenERP client using QT Toolkit
- Host: GitHub
- URL: https://github.com/gisce/openerp-client-kde
- Owner: gisce
- Created: 2017-12-20T16:41:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T16:32:56.000Z (10 months ago)
- Last Synced: 2024-04-13T16:09:54.467Z (9 months ago)
- Topics: hacktoberfest, openerp, pyqt5, python, python3, qt5, xmlrpc
- Language: Python
- Homepage:
- Size: 117 MB
- Stars: 2
- Watchers: 20
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.sh
Awesome Lists containing this project
README
# Installation
Requirements
``` bash
sudo apt-get install python3 python3-pyqt5 python3-dbus.mainloop.pyqt5 python3-pyqt5.qtwebkit python3-pyqt5.qtsvg
```Create virtual env
``` bash
mkvirtualenv erpkoo -p /usr/bin/python3 --system-site-packages
```Install python requirements
``` bash
pip install pyserial erppeek raven<5.0
```