Add readme's source

This commit is contained in:
Guewen Baconnier
2020-01-10 13:42:16 +01:00
parent d6005889d0
commit 6bd008ec41
6 changed files with 19 additions and 0 deletions

View File

@@ -23,4 +23,5 @@
"security/ir.model.access.csv",
],
"installable": True,
"development_status": "Alpha",
}

View File

@@ -0,0 +1,4 @@
The first step is to configure the Packaging Types (Pallet, Box, ...) in Inventory > Configuration > Product Packaging Types.
Configure the Cubiscan device in Inventory > Configuration > Cubiscan Devices.
Use the "Test Device" to check the connection with the hardware.

View File

@@ -0,0 +1 @@
* Patrick Tombez <patrick.tombez@camptocamp.com>

View File

@@ -0,0 +1,5 @@
Cubiscan_ are dimensioners for cubing and weighing in warehouses.
This module implements the communication with the dimensioners as well
as a screen to measure and weight packaging of the products.
.. _Cubiscan: https://cubiscan.com/

View File

@@ -0,0 +1,3 @@
* The UI could get some improvements
* Being able to open the Cubiscan screen from a product would be nice
* The wizard should allow to set weight and size for a single unit in addition to the packaging

View File

@@ -0,0 +1,5 @@
Use the "Wizard" button on a Cubiscan device to open the screen and take
measurements.
For developers: a script in the directory ``scripts/cubiscan_stub.py`` allows
to simulate a Cubiscan server and send random measurements.