mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Add readme's source
This commit is contained in:
@@ -23,4 +23,5 @@
|
||||
"security/ir.model.access.csv",
|
||||
],
|
||||
"installable": True,
|
||||
"development_status": "Alpha",
|
||||
}
|
||||
|
||||
4
stock_cubiscan/readme/CONFIGURE.rst
Normal file
4
stock_cubiscan/readme/CONFIGURE.rst
Normal 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.
|
||||
1
stock_cubiscan/readme/CONTRIBUTORS.rst
Normal file
1
stock_cubiscan/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Patrick Tombez <patrick.tombez@camptocamp.com>
|
||||
5
stock_cubiscan/readme/DESCRIPTION.rst
Normal file
5
stock_cubiscan/readme/DESCRIPTION.rst
Normal 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/
|
||||
3
stock_cubiscan/readme/ROADMAP.rst
Normal file
3
stock_cubiscan/readme/ROADMAP.rst
Normal 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
|
||||
5
stock_cubiscan/readme/USAGE.rst
Normal file
5
stock_cubiscan/readme/USAGE.rst
Normal 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.
|
||||
Reference in New Issue
Block a user