diff --git a/mobile_app_picking/readme/DESCRIPTION.rst b/mobile_app_picking/readme/DESCRIPTION.rst index c8bdc80e3e9..a25e0b77a03 100644 --- a/mobile_app_picking/readme/DESCRIPTION.rst +++ b/mobile_app_picking/readme/DESCRIPTION.rst @@ -2,3 +2,11 @@ This module provides a light Web app to scan products Barcode to handle stock pickings with a barcode reader. This module was written to extend the functionality of odoo Stock module. + +You could be interested by different OCA implementions of such features: + +* ``stock_scanner`` approach. + `Link `_. + +* ``stock_barcodes`` approach. + `Link `_. diff --git a/mobile_app_picking/readme/ROADMAP.rst b/mobile_app_picking/readme/ROADMAP.rst index 80db1a4d7c6..8c5c78b4cd9 100644 --- a/mobile_app_picking/readme/ROADMAP.rst +++ b/mobile_app_picking/readme/ROADMAP.rst @@ -11,4 +11,6 @@ ``stock.group_stock_multi_locations`` or ``stock.group_tracking_owner`` See the functions ``_compute_show_details_visible`` and ``_compute_is_quantity_done_editable`` for more detals. - + +* Could be interesting to merge the two views ``list_move`` and + ``main_scan`` into a single one module.