diff --git a/README.md b/README.md index 65fb0c2e3f4e..6e9634e6d0cd 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ addon | version | maintainers | summary [stock_picking_info_lot](stock_picking_info_lot/) | 16.0.1.0.0 | | Add lot information on Stock Transfer lines [stock_picking_invoice_link](stock_picking_invoice_link/) | 16.0.1.1.2 | | Adds link between pickings and invoices [stock_picking_kind](stock_picking_kind/) | 16.0.1.0.0 | | Computes the kind of picking based on locations -[stock_picking_line_sequence](stock_picking_line_sequence/) | 16.0.1.0.0 | | Manages the order of stock moves by displaying its sequence +[stock_picking_line_sequence](stock_picking_line_sequence/) | 16.0.1.0.1 | | Manages the order of stock moves by displaying its sequence [stock_picking_mass_action](stock_picking_mass_action/) | 16.0.1.1.0 | | Stock Picking Mass Action [stock_picking_move_package_to_package](stock_picking_move_package_to_package/) | 16.0.1.0.1 | | Move entire package to another package [stock_picking_partner_note](stock_picking_partner_note/) | 16.0.1.1.0 | | Add partner notes on picking diff --git a/stock_picking_line_sequence/README.rst b/stock_picking_line_sequence/README.rst index 36f9929b45d5..dd79ce517aad 100644 --- a/stock_picking_line_sequence/README.rst +++ b/stock_picking_line_sequence/README.rst @@ -7,7 +7,7 @@ Stock picking lines with sequence number !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ed7e2e2d0a68adc03db4f3a05b38327cbb7ec2a185217b740c6c72f4f4ace65e + !! source digest: sha256:209dcf5490c46d29e7e936206ac528110e0e3a8c4875e034770fac5f6cdcf2a7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_line_sequence/__manifest__.py b/stock_picking_line_sequence/__manifest__.py index c2fc8445da05..18753ea2da70 100644 --- a/stock_picking_line_sequence/__manifest__.py +++ b/stock_picking_line_sequence/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Stock picking lines with sequence number", "summary": "Manages the order of stock moves by displaying its sequence", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "category": "Warehouse Management", "author": "Camptocamp, " "Eficent, " diff --git a/stock_picking_line_sequence/static/description/index.html b/stock_picking_line_sequence/static/description/index.html index 282efef2e6c2..376f57608137 100644 --- a/stock_picking_line_sequence/static/description/index.html +++ b/stock_picking_line_sequence/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Stock picking lines with sequence number

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ed7e2e2d0a68adc03db4f3a05b38327cbb7ec2a185217b740c6c72f4f4ace65e +!! source digest: sha256:209dcf5490c46d29e7e936206ac528110e0e3a8c4875e034770fac5f6cdcf2a7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

Provide a new field sequence on stock moves, which allows to manage the order of moves in a picking.

@@ -420,7 +420,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.