Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
a487e921
Commit
a487e921
authored
10 years ago
by
Dimitri del Marmol
Browse files
Options
Downloads
Plain Diff
Merge pull request #492 from nseinlet/patch-1
tested local install with saas5 version
parents
01cceb37
c8927463
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
addons/hw_proxy/doc/index.rst
+16
-3
16 additions, 3 deletions
addons/hw_proxy/doc/index.rst
with
16 additions
and
3 deletions
addons/hw_proxy/doc/index.rst
+
16
−
3
View file @
a487e921
...
...
@@ -133,11 +133,24 @@ Step By Step Setup Guide
Extra dependencies
~~~~~~~~~~~~~~~~~~
Because Odoo is running on Python 2, you need to check which version of pip you need to use.
$ sudo pip --version
If it returns something like :
pip 1.5.6 from /usr/local/lib/python3.3/dist-packages/pip-1.5.6-py3.3.egg (python 3.3)
You need to try pip2 instead
If it returns something like :
pip 1.4.1 from /usr/lib/python2.7/dist-packages (python 2.7)
You can use pip
The driver modules requires the installation of new python modules::
$ sudo pip install pyserial
$ sudo pip install --pre pyusb
$ sudo pip install qrcode
Database Setup
~~~~~~~~~~~~~~
...
...
@@ -180,7 +193,7 @@ Check that everything works
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Plug all your hardware to your machine's USB ports, and go to
``http://localhost/hw_proxy/status`` refresh the page a few times and
``http://localhost
:8069
/hw_proxy/status`` refresh the page a few times and
see if all your devices are indicated as *Connected*. Possible source of
errors are: The paths on the distribution differ from the paths expected
by the drivers, another process has grabbed exclusive access to the
...
...
@@ -303,7 +316,7 @@ following steps:
separated by a colon.
- Edit ``~/openerp/addons/hw_escpos/escpos/supported_devices.py`` and
add an entry for your printer.
- Restar
T
he PosBox.
- Restar
t t
he PosBox.
- If everything works properly you can send your printer's name and
vendor ID to ``support@openerp.com`` and we'll add it to the list of
supported devices.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment