Skip to content

Commit

Permalink
[DOC] improve roadmap and description after reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Nov 15, 2019
1 parent 08e234c commit a95b1d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions mobile_app_picking/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/OCA/stock-logistics-barcode/tree/11.0/stock_scanner>`_.

* ``stock_barcodes`` approach.
`Link <https://github.com/OCA/stock-logistics-barcode/tree/11.0/stock_barcodes>`_.
4 changes: 3 additions & 1 deletion mobile_app_picking/readme/ROADMAP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a95b1d6

Please sign in to comment.