mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[UPD] README.rst
This commit is contained in:
@@ -19,9 +19,9 @@ stock_location_orderpoint
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_location_orderpoint
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
||||
:target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/stock-logistics-warehouse&target_branch=14.0
|
||||
:alt: Try me on Runboat
|
||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||
:target: https://runbot.odoo-community.org/runbot/153/14.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
@@ -33,6 +33,61 @@ This is for an internal warehouse replenishment currently not compatible with th
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
First configuration
|
||||
===================
|
||||
|
||||
#. In order to replenish your stock location from another one, you first need
|
||||
to set the multi locations configuration.
|
||||
#. So, go to Inventory > Configuration > Settings > Warehouse
|
||||
#. Check the 'Storage Locations' box.
|
||||
#. As you should be able to configure a dedicated route to replenishment, you
|
||||
should also activate, in the same menu, the 'Multi-Step Routes' box.
|
||||
|
||||
Locations configuration
|
||||
=======================
|
||||
|
||||
#. Identify the location you want to apply a replenishment rule (e.g.: WH/Stock)
|
||||
#. Create (if not exists) a new location for replenishment under Warehouse view (e.g.: WH)
|
||||
location as we want to get the stock in replenishment taken into account of
|
||||
our product stock total quantity.
|
||||
|
||||
Route Configuration
|
||||
===================
|
||||
|
||||
#. You should configure at least a route with a rule that:
|
||||
|
||||
* Pull from the Replenishment stock location.
|
||||
* For the stock location you want to (e.g.: WH/Stock)
|
||||
|
||||
Location Orderpoint configuration
|
||||
=================================
|
||||
|
||||
#. Go either by the stock location you want to replenish and click on 'Orderpoints'
|
||||
or go to Inventory > Configuration > Settings > Warehouse > Stock Location Orderpoint
|
||||
#. Click on 'Create'
|
||||
#. Set a sequence
|
||||
#. Choose if the rule will be applied:
|
||||
|
||||
* Automatically (Auto/realtime): at each stock movement on the stock location, the rule will be
|
||||
evaluated.
|
||||
* Manually (Manual): If set, an action 'Run Replenishment' will be displayed on the rule
|
||||
and allow to run it manually.
|
||||
* by cron (Scheduled): A cron job will trigger the replenishment rules of this kind.
|
||||
#. Choose a replenish method:
|
||||
|
||||
* Fill up: The replenishment will be triggered when a move is waiting availability
|
||||
and forecast quantity is negative at the location (i.e. min=0). The replenished quantity will
|
||||
bring back the forecast quantity to 0 (i.e. max=0) but will be limited to what is available at
|
||||
the source location to plan only reservable replenishment moves.
|
||||
#. Choose the location to replenish
|
||||
#. Choose the route to use to replenish. The source location will be computed automatically based on
|
||||
the route value.
|
||||
#. Define a procurement group if you want to group some movements together.
|
||||
#. Define a priority for the created moves.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
@@ -57,6 +112,7 @@ Contributors
|
||||
|
||||
* Michael Tietz (MT Software) <mtietz@mt-software.de>
|
||||
* Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
|
||||
* Denis Roussel <denis.roussel@acsone.eu>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
|
||||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<title>stock_location_orderpoint</title>
|
||||
<style type="text/css">
|
||||
|
||||
@@ -367,23 +367,106 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_location_orderpoint"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_location_orderpoint"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runboat.odoo-community.org/webui/builds.html?repo=OCA/stock-logistics-warehouse&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_location_orderpoint"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_location_orderpoint"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/153/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>Declare orderpoint on a location allowing to replenish any product with the same criteria.
|
||||
This is for an internal warehouse replenishment currently not compatible with the purchase buy route.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
|
||||
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
|
||||
<li><a class="reference internal" href="#first-configuration" id="id2">First configuration</a></li>
|
||||
<li><a class="reference internal" href="#locations-configuration" id="id3">Locations configuration</a></li>
|
||||
<li><a class="reference internal" href="#route-configuration" id="id4">Route Configuration</a></li>
|
||||
<li><a class="reference internal" href="#location-orderpoint-configuration" id="id5">Location Orderpoint configuration</a></li>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="id6">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="id7">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="id8">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id9">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id10">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="configuration">
|
||||
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
|
||||
</div>
|
||||
<div class="section" id="first-configuration">
|
||||
<h1><a class="toc-backref" href="#id2">First configuration</a></h1>
|
||||
<ol class="arabic simple">
|
||||
<li>In order to replenish your stock location from another one, you first need
|
||||
to set the multi locations configuration.</li>
|
||||
<li>So, go to Inventory > Configuration > Settings > Warehouse</li>
|
||||
<li>Check the ‘Storage Locations’ box.</li>
|
||||
<li>As you should be able to configure a dedicated route to replenishment, you
|
||||
should also activate, in the same menu, the ‘Multi-Step Routes’ box.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="section" id="locations-configuration">
|
||||
<h1><a class="toc-backref" href="#id3">Locations configuration</a></h1>
|
||||
<ol class="arabic simple">
|
||||
<li>Identify the location you want to apply a replenishment rule (e.g.: WH/Stock)</li>
|
||||
<li>Create (if not exists) a new location for replenishment under Warehouse view (e.g.: WH)
|
||||
location as we want to get the stock in replenishment taken into account of
|
||||
our product stock total quantity.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="section" id="route-configuration">
|
||||
<h1><a class="toc-backref" href="#id4">Route Configuration</a></h1>
|
||||
<ol class="arabic">
|
||||
<li><p class="first">You should configure at least a route with a rule that:</p>
|
||||
<blockquote>
|
||||
<ul class="simple">
|
||||
<li>Pull from the Replenishment stock location.</li>
|
||||
<li>For the stock location you want to (e.g.: WH/Stock)</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="section" id="location-orderpoint-configuration">
|
||||
<h1><a class="toc-backref" href="#id5">Location Orderpoint configuration</a></h1>
|
||||
<ol class="arabic">
|
||||
<li><p class="first">Go either by the stock location you want to replenish and click on ‘Orderpoints’
|
||||
or go to Inventory > Configuration > Settings > Warehouse > Stock Location Orderpoint</p>
|
||||
</li>
|
||||
<li><p class="first">Click on ‘Create’</p>
|
||||
</li>
|
||||
<li><p class="first">Set a sequence</p>
|
||||
</li>
|
||||
<li><p class="first">Choose if the rule will be applied:</p>
|
||||
<blockquote>
|
||||
<ul class="simple">
|
||||
<li>Automatically (Auto/realtime): at each stock movement on the stock location, the rule will be
|
||||
evaluated.</li>
|
||||
<li>Manually (Manual): If set, an action ‘Run Replenishment’ will be displayed on the rule
|
||||
and allow to run it manually.</li>
|
||||
<li>by cron (Scheduled): A cron job will trigger the replenishment rules of this kind.</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</li>
|
||||
<li><p class="first">Choose a replenish method:</p>
|
||||
<blockquote>
|
||||
<ul class="simple">
|
||||
<li>Fill up: The replenishment will be triggered when a move is waiting availability
|
||||
and forecast quantity is negative at the location (i.e. min=0). The replenished quantity will
|
||||
bring back the forecast quantity to 0 (i.e. max=0) but will be limited to what is available at
|
||||
the source location to plan only reservable replenishment moves.</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</li>
|
||||
<li><p class="first">Choose the location to replenish</p>
|
||||
</li>
|
||||
<li><p class="first">Choose the route to use to replenish. The source location will be computed automatically based on
|
||||
the route value.</p>
|
||||
</li>
|
||||
<li><p class="first">Define a procurement group if you want to group some movements together.</p>
|
||||
</li>
|
||||
<li><p class="first">Define a priority for the created moves.</p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
|
||||
<h1><a class="toc-backref" href="#id6">Bug Tracker</a></h1>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>.
|
||||
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
|
||||
@@ -391,23 +474,24 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
|
||||
<h1><a class="toc-backref" href="#id7">Credits</a></h1>
|
||||
<div class="section" id="authors">
|
||||
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
|
||||
<h2><a class="toc-backref" href="#id8">Authors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>MT Software</li>
|
||||
<li>BCIM</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
|
||||
<h2><a class="toc-backref" href="#id9">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Michael Tietz (MT Software) <<a class="reference external" href="mailto:mtietz@mt-software.de">mtietz@mt-software.de</a>></li>
|
||||
<li>Jacques-Etienne Baudoux (BCIM) <<a class="reference external" href="mailto:je@bcim.be">je@bcim.be</a>></li>
|
||||
<li>Denis Roussel <<a class="reference external" href="mailto:denis.roussel@acsone.eu">denis.roussel@acsone.eu</a>></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
|
||||
<h2><a class="toc-backref" href="#id10">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
|
||||
@@ -7,9 +7,9 @@ stock_location_orderpoint_source_relocate
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
|
||||
:target: https://odoo-community.org/page/development-status
|
||||
:alt: Beta
|
||||
: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
|
||||
@@ -19,14 +19,19 @@ stock_location_orderpoint_source_relocate
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_location_orderpoint_source_relocate
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
||||
:target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/stock-logistics-warehouse&target_branch=14.0
|
||||
:alt: Try me on Runboat
|
||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||
:target: https://runbot.odoo-community.org/runbot/153/14.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
Run an auto location orderpoint replenishment also after a move gets relocated by Stock Move Source Relocate
|
||||
|
||||
.. IMPORTANT::
|
||||
This is an alpha version, the data model and design can change at any time without warning.
|
||||
Only for development or testing purpose, do not use in production.
|
||||
`More details on development status <https://odoo-community.org/page/development-status>`_
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
|
||||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<title>stock_location_orderpoint_source_relocate</title>
|
||||
<style type="text/css">
|
||||
|
||||
@@ -367,8 +367,14 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_location_orderpoint_source_relocate"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_location_orderpoint_source_relocate"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runboat.odoo-community.org/webui/builds.html?repo=OCA/stock-logistics-warehouse&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_location_orderpoint_source_relocate"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_location_orderpoint_source_relocate"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/153/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>Run an auto location orderpoint replenishment also after a move gets relocated by Stock Move Source Relocate</p>
|
||||
<div class="admonition important">
|
||||
<p class="first admonition-title">Important</p>
|
||||
<p class="last">This is an alpha version, the data model and design can change at any time without warning.
|
||||
Only for development or testing purpose, do not use in production.
|
||||
<a class="reference external" href="https://odoo-community.org/page/development-status">More details on development status</a></p>
|
||||
</div>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
|
||||
Reference in New Issue
Block a user