Skip to content

Commit

Permalink
Add Alpha development status, add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Aug 28, 2019
1 parent 08dd29e commit 63a5e32
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
102 changes: 102 additions & 0 deletions stock_picking_zone/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
==================
Stock Picking Zone
==================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_picking_zone
:alt: OCA/stock-logistics-warehouse
.. |badge4| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/153/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4|

Route explains the steps you want to produce whereas the “picking zone” defines
how operations are grouped according to their final source and destination
location.

This allows for example:

* To parallelize picking operations in two main zone of a warehouse, splitting
them in two different picking type
* To define pre-picking (wave) in some sub-zones, then roundtrip picking of the
sub-zone waves

**Table of contents**

.. contents::
:local:

Configuration
=============

In Inventory Settings, you must have:

* Storage Locations
* Multi-Warehouses
* Multi-Step Routes

Create an operation type and activate the "Is Zone" checkbox.
The default destination location will be the destination location
of the new operation inserted when a move has a source location which
is a child of the type's source location.

Known issues / Roadmap
======================

The concept of "zone" is duplicated with the zones introduced by
"stock_location_zone" in
https://github.com/OCA/stock-logistics-warehouse/pull/653
They will be merged in the same concept. Note that considering the
alpha version of this module, no data migration will be done.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Camptocamp

Contributors
~~~~~~~~~~~~

* Joël Grand-Guillaume <[email protected]>
* Guewen Baconnier <[email protected]>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_picking_zone>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions stock_picking_zone/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
'views/stock_picking_type_views.xml',
],
'installable': True,
'development_status': 'Alpha',
}
5 changes: 5 additions & 0 deletions stock_picking_zone/readme/ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The concept of "zone" is duplicated with the zones introduced by
"stock_location_zone" in
https://github.com/OCA/stock-logistics-warehouse/pull/653
They will be merged in the same concept. Note that considering the
alpha version of this module, no data migration will be done.

0 comments on commit 63a5e32

Please sign in to comment.