Skip to content

Commit

Permalink
[IMP] - stock_release_channel_shipment_advice: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
sbejaoui committed Feb 22, 2023
1 parent 0d776d5 commit 4d466a3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
7 changes: 4 additions & 3 deletions stock_release_channel_shipment_advice/README.rst
Expand Up @@ -25,11 +25,12 @@ Stock Release Channel Shipment Advice

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

This module is used to plan the shipment advice for released pickings in a
This module is used to plan the shipment advices for released pickings in a
stock release channel.

As this is the base module, it provides only a simple
planning mode. All released pickings are grouped together in a single advice.
As this is the base module, it only provides a simple planning mode.
All the ready pickings of a release channel are grouped together to result
in a single shipping advice per warehouse.

**Table of contents**

Expand Down
3 changes: 1 addition & 2 deletions stock_release_channel_shipment_advice/__manifest__.py
Expand Up @@ -3,8 +3,7 @@

{
"name": "Stock Release Channel Shipment Advice",
"summary": """
fixme""",
"summary": """Plan shipment advices for ready and released pickings""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
Expand Down
7 changes: 4 additions & 3 deletions stock_release_channel_shipment_advice/readme/DESCRIPTION.rst
@@ -1,5 +1,6 @@
This module is used to plan the shipment advice for released pickings in a
This module is used to plan the shipment advices for released pickings in a
stock release channel.

As this is the base module, it provides only a simple
planning mode. All released pickings are grouped together in a single advice.
As this is the base module, it only provides a simple planning mode.
All the ready pickings of a release channel are grouped together to result
in a single shipping advice per warehouse.
Expand Up @@ -368,10 +368,11 @@ <h1 class="title">Stock Release Channel Shipment Advice</h1>
!! 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/wms/tree/16.0/stock_release_channel_shipment_advice"><img alt="OCA/wms" src="https://img.shields.io/badge/github-OCA%2Fwms-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_release_channel_shipment_advice"><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/wms&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module is used to plan the shipment advice for released pickings in a
<p>This module is used to plan the shipment advices for released pickings in a
stock release channel.</p>
<p>As this is the base module, it provides only a simple
planning mode. All released pickings are grouped together in a single advice.</p>
<p>As this is the base module, it only provides a simple planning mode.
All the ready pickings of a release channel are grouped together to result
in a single shipping advice per warehouse.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand Down

0 comments on commit 4d466a3

Please sign in to comment.