Implement interface with Bosche Zippcube devicesfor packaging measurement
Project description
Different manufacturers produce devices which are able to measure and weigh packages and parcels. Each brand has a different communication protocol. This module provides an framework to interface such devices with Odoo.
This module provides support for Bosche Zippcube devices.
Table of contents
Installation
To secure the communication, we use a pre-shared secret. Generate it with a tool able to generate a random string, such as uuidgen. Run Odoo with an environment variable called ZIPPCUBE_SECRET set to the value of the secret.
After you have configured the measuring device in Odoo, you need to configure the device itself.
Edit the language file on the computer attached to the device, and set the following parameters (the secret value must be the one generated earlier):
REST_Body={"barcode":"%%VAR_NUMBER%%", "weight":"%%VAR_SCALE_WEIGHT%%", "length":"%%VAR_LENGTH", "width":"%%VAR_WIDTH%%", "height":"%%VAR_HEIGHT%%", "secret": "<insert secret here>"} REST_BaseURL=http://<odoo_host_url>/stock/zippcube/<device_name>/measurement REST_ContentType=application/json REST_AcceptEncoding=gzip, deflate
For local testing you can use the script in scripts/measurement.sh
Configuration
Create a measuring device with a type set to “zippcube”.
Usage
Use the “Wizard” button on a Measuring Device to open the screen and take measurements.
After the measurement has been made, you need to click on the Refresh button.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Patrick Tombez <patrick.tombez@camptocamp.com>
Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
Carlos Serra Toro <carlos.serra@camptocamp.com>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
This module is part of the OCA/stock-logistics-warehouse project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo13_addon_stock_measuring_device_zippcube-13.0.1.1.1.dev2-py3-none-any.whl
.
File metadata
- Download URL: odoo13_addon_stock_measuring_device_zippcube-13.0.1.1.1.dev2-py3-none-any.whl
- Upload date:
- Size: 30.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33442bdeaec81f85fee9e45c04859c84989f67fafee412db9d2a560504c18eed |
|
MD5 | 3d58de4956143a7abcb5aa33b7ea1076 |
|
BLAKE2b-256 | c657ff51376748e6486f9b390772207c4a0ed00b321f487b4180e402631f07fb |