v 13.0 Third Party 11
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Discuss (mail)
Community Apps Dependencies
Lines of code 1904
Technical Name stock_measuring_device_zippcube
LicenseAGPL-3
Websitehttps://github.com/OCA/stock-logistics-warehouse
Versions 14.0 13.0
You bought this module and need support? Click here!

Stock Zippcube

Alpha License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

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.

https://www.bosche.eu/en/industrial-scales/logistic-scales/scales-for-logistic-and-transport/zippcube

Important

This is an alpha version, the data model and design can change at any time without warning. Only for development or testing purpose, do not use in production. More details on development status

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

Authors

  • Camptocamp

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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:

gurneyalex

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.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.