diff --git a/README.md b/README.md index fc6371b010dd..a377fdd7f7c3 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ addon | version | maintainers | summary [stock_picking_date_deadline_syncs_scheduled_date](stock_picking_date_deadline_syncs_scheduled_date/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Sync Scheduled Date with Date Deadline in Stock Picking [stock_picking_filter_lot](stock_picking_filter_lot/) | 16.0.1.0.0 | | In picking out lots' selection, filter lots based on their location [stock_picking_grn_mandatory](stock_picking_grn_mandatory/) | 16.0.1.0.0 | | This module allows to require a GRN (Goods Receive Note) when doing a Stock Picking -[stock_picking_group_by_base](stock_picking_group_by_base/) | 16.0.1.0.0 | | Allows to define a way to create index on extensible domain +[stock_picking_group_by_base](stock_picking_group_by_base/) | 16.0.1.0.1 | | Allows to define a way to create index on extensible domain [stock_picking_group_by_max_weight](stock_picking_group_by_max_weight/) | 16.0.1.0.0 | | Allows to filter available pickings for which a maximum weight is not exceeded. [stock_picking_group_by_partner_by_carrier](stock_picking_group_by_partner_by_carrier/) | 16.0.1.2.0 | | Stock Picking: group by partner and carrier [stock_picking_group_by_partner_by_carrier_by_date](stock_picking_group_by_partner_by_carrier_by_date/) | 16.0.1.0.0 | | Stock Picking: group by partner and carrier and scheduled date diff --git a/stock_picking_group_by_base/README.rst b/stock_picking_group_by_base/README.rst index dad1aa54ad24..d785c9a27e36 100644 --- a/stock_picking_group_by_base/README.rst +++ b/stock_picking_group_by_base/README.rst @@ -7,7 +7,7 @@ Stock Picking Group By Base !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2c854fc097a067cd01ecb258879d879351706465fb4f26ea96c24fcaaa048f4d + !! source digest: sha256:8218ebe960326563eb49a0e07c94d756d899c63e25e48bc6d6662475b6b8e660 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_group_by_base/__manifest__.py b/stock_picking_group_by_base/__manifest__.py index 76900b9d588b..e2223235d284 100644 --- a/stock_picking_group_by_base/__manifest__.py +++ b/stock_picking_group_by_base/__manifest__.py @@ -5,7 +5,7 @@ "name": "Stock Picking Group By Base", "summary": """ Allows to define a way to create index on extensible domain""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-workflow", diff --git a/stock_picking_group_by_base/static/description/index.html b/stock_picking_group_by_base/static/description/index.html index d5233b99d40c..415422d28d32 100644 --- a/stock_picking_group_by_base/static/description/index.html +++ b/stock_picking_group_by_base/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 Group By Base

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2c854fc097a067cd01ecb258879d879351706465fb4f26ea96c24fcaaa048f4d +!! source digest: sha256:8218ebe960326563eb49a0e07c94d756d899c63e25e48bc6d6662475b6b8e660 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Technical module in order to add a database index for picking grouping @@ -435,7 +435,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.