-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] stock_warehouse_flow: pre-commit auto fixes
- Loading branch information
Showing
13 changed files
with
118 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,35 +17,37 @@ Stock Warehouse Flow | |
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwms-lightgray.png?logo=github | ||
:target: https://github.com/OCA/wms/tree/16.0/stock_warehouse_flow | ||
:target: https://github.com/OCA/wms/tree/17.0/stock_warehouse_flow | ||
:alt: OCA/wms | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow | ||
:target: https://translation.odoo-community.org/projects/wms-17-0/wms-17-0-stock_warehouse_flow | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/wms&target_branch=16.0 | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/wms&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module introduces the concept of routing flows in order to manage | ||
different delivery routes for a warehouse. | ||
|
||
The default behavior of Odoo allows you to have only one delivery route per | ||
warehouse (with one, two or three steps). | ||
With this module, you are now able to manage multiple delivery routes (having | ||
their own rules and operation types), the right one being selected automatically | ||
based on some criterias, like the carrier and any attribute of the stock move | ||
to process. | ||
The default behavior of Odoo allows you to have only one delivery route | ||
per warehouse (with one, two or three steps). With this module, you are | ||
now able to manage multiple delivery routes (having their own rules and | ||
operation types), the right one being selected automatically based on | ||
some criterias, like the carrier and any attribute of the stock move to | ||
process. | ||
|
||
This allows you to define a delivery route based on the type of goods to ship, | ||
for instance: | ||
This allows you to define a delivery route based on the type of goods to | ||
ship, for instance: | ||
|
||
* whole pallet (pick + ship) | ||
* cold chain goods | ||
* dangerous goods | ||
- whole pallet (pick + ship) | ||
- cold chain goods | ||
- dangerous goods | ||
|
||
.. image:: https://raw.githubusercontent.com/OCA/wms/14.0/stock_warehouse_flow/static/description/flow.png | ||
|image_description| | ||
|
||
.. |image_description| image:: https://raw.githubusercontent.com/OCA/wms/14.0/stock_warehouse_flow/static/description/flow.png | ||
|
||
.. IMPORTANT:: | ||
This is an alpha version, the data model and design can change at any time without warning. | ||
|
@@ -62,63 +64,66 @@ Configuration | |
|
||
Got to "Inventory > Settings > Routing Flows". | ||
|
||
A routing flow can be seen as a helper to generate a delivery route (like the | ||
warehouse is doing automatically). The new route will get its own rules and | ||
operation types that doesn't overlap with the default ones of the warehouse. | ||
A routing flow can be seen as a helper to generate a delivery route | ||
(like the warehouse is doing automatically). The new route will get its | ||
own rules and operation types that doesn't overlap with the default ones | ||
of the warehouse. | ||
|
||
A routing flow is responsible to change the warehouse delivery route of a move | ||
by another one depending on some criterias: | ||
A routing flow is responsible to change the warehouse delivery route of | ||
a move by another one depending on some criterias: | ||
|
||
* the initial outgoing operation type (usually the default one) | ||
* the carrier | ||
* a custom domain (applied on the move) | ||
- the initial outgoing operation type (usually the default one) | ||
- the carrier | ||
- a custom domain (applied on the move) | ||
|
||
This way you are able to change the route a move will take depending on its | ||
carrier and, for instance, the type or the packaging of the product | ||
This way you are able to change the route a move will take depending on | ||
its carrier and, for instance, the type or the packaging of the product | ||
you want to ship. | ||
|
||
.. image:: https://raw.githubusercontent.com/OCA/wms/14.0/stock_warehouse_flow/static/description/config.png | ||
|image| | ||
|
||
.. |image| image:: https://raw.githubusercontent.com/OCA/wms/14.0/stock_warehouse_flow/static/description/config.png | ||
|
||
Usage | ||
===== | ||
|
||
When a stock move is confirmed, if a flow is matching all the criteria then | ||
the new delivery route will be automatically applied. | ||
When a stock move is confirmed, if a flow is matching all the criteria | ||
then the new delivery route will be automatically applied. | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
Currently, the module supports only delivery routes, but it could improved to | ||
support reception routes as well. | ||
Currently, the module supports only delivery routes, but it could | ||
improved to support reception routes as well. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/wms/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/wms/issues/new?body=module:%20stock_warehouse_flow%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/OCA/wms/issues/new?body=module:%20stock_warehouse_flow%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
------- | ||
|
||
* Camptocamp | ||
* BCIM | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
------------ | ||
|
||
* Sébastien Alix <[email protected]> | ||
* Jacques-Etienne Baudoux <[email protected]> | ||
* Michael Tietz (MT Software) <[email protected]> | ||
- Sébastien Alix <[email protected]> | ||
- Jacques-Etienne Baudoux <[email protected]> | ||
- Michael Tietz (MT Software) <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
@@ -130,6 +135,6 @@ 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/wms <https://github.com/OCA/wms/tree/16.0/stock_warehouse_flow>`_ project on GitHub. | ||
This module is part of the `OCA/wms <https://github.com/OCA/wms/tree/17.0/stock_warehouse_flow>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Got to "Inventory \> Settings \> Routing Flows". | ||
|
||
A routing flow can be seen as a helper to generate a delivery route | ||
(like the warehouse is doing automatically). The new route will get its | ||
own rules and operation types that doesn't overlap with the default ones | ||
of the warehouse. | ||
|
||
A routing flow is responsible to change the warehouse delivery route of | ||
a move by another one depending on some criterias: | ||
|
||
- the initial outgoing operation type (usually the default one) | ||
- the carrier | ||
- a custom domain (applied on the move) | ||
|
||
This way you are able to change the route a move will take depending on | ||
its carrier and, for instance, the type or the packaging of the product | ||
you want to ship. | ||
|
||
![image](https://raw.githubusercontent.com/OCA/wms/14.0/stock_warehouse_flow/static/description/config.png) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Sébastien Alix \<<[email protected]>\> | ||
- Jacques-Etienne Baudoux \<<[email protected]>\> | ||
- Michael Tietz (MT Software) \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
This module introduces the concept of routing flows in order to manage | ||
different delivery routes for a warehouse. | ||
|
||
The default behavior of Odoo allows you to have only one delivery route | ||
per warehouse (with one, two or three steps). With this module, you are | ||
now able to manage multiple delivery routes (having their own rules and | ||
operation types), the right one being selected automatically based on | ||
some criterias, like the carrier and any attribute of the stock move to | ||
process. | ||
|
||
This allows you to define a delivery route based on the type of goods to | ||
ship, for instance: | ||
|
||
- whole pallet (pick + ship) | ||
- cold chain goods | ||
- dangerous goods | ||
|
||
![image_description](https://raw.githubusercontent.com/OCA/wms/14.0/stock_warehouse_flow/static/description/flow.png) |
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
stock_warehouse_flow/readme/ROADMAP.rst → stock_warehouse_flow/readme/ROADMAP.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Currently, the module supports only delivery routes, but it could improved to | ||
support reception routes as well. | ||
Currently, the module supports only delivery routes, but it could | ||
improved to support reception routes as well. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
When a stock move is confirmed, if a flow is matching all the criteria | ||
then the new delivery route will be automatically applied. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.