Repository
OCA/stock-logistics-interfaces · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-interfaces
Last tracking update
2026-08-07 08:43:07
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Mmequignon
Odoo dependencies
Python dependencies
cachetools, openupgradelib
System dependencies
None
Required by
None
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.

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

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/stock/zippcube/<string:zippcube_device_name>/measurement ZippcubeController.measurement none json ALL
Models touched (1)

New fields (1)
  • device_type Selection
    selection_add=[('zippcube', 'Zippcube')]
Public methods (0)

No public methods.

Loading…

Loading…