diff --git a/README.md b/README.md index 70a738ce48e7..e9f9f1dbebfe 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ addon | version | maintainers | summary [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_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.1.1 | | Stock Picking: group by partner and carrier +[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 [stock_picking_import_serial_number](stock_picking_import_serial_number/) | 16.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Import S/N from excel file for incoming pickings [stock_picking_info_lot](stock_picking_info_lot/) | 16.0.1.0.0 | | Add lot information on Stock Transfer lines diff --git a/stock_picking_group_by_partner_by_carrier/README.rst b/stock_picking_group_by_partner_by_carrier/README.rst index 8773c502d595..6e4ef7670a29 100644 --- a/stock_picking_group_by_partner_by_carrier/README.rst +++ b/stock_picking_group_by_partner_by_carrier/README.rst @@ -7,7 +7,7 @@ Stock Picking: group by partner and carrier !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:186ef78351b8e8f4d5eb6dfe560b5843ec84c147346554218b01b4abe9a65240 + !! source digest: sha256:7f19f823a740c613bec35c1e7f114351307b23bb23ff8e3e378d2d763d8096b3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_group_by_partner_by_carrier/__manifest__.py b/stock_picking_group_by_partner_by_carrier/__manifest__.py index 86e454ebd376..1e492cbbb3de 100644 --- a/stock_picking_group_by_partner_by_carrier/__manifest__.py +++ b/stock_picking_group_by_partner_by_carrier/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Picking: group by partner and carrier", "Summary": "Group sales deliveries moves in 1 picking per partner and carrier", - "version": "16.0.1.1.1", + "version": "16.0.1.2.0", "author": "Camptocamp, BCIM, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-workflow", "category": "Warehouse", diff --git a/stock_picking_group_by_partner_by_carrier/static/description/index.html b/stock_picking_group_by_partner_by_carrier/static/description/index.html index 800c8f009288..b6b01118dc15 100644 --- a/stock_picking_group_by_partner_by_carrier/static/description/index.html +++ b/stock_picking_group_by_partner_by_carrier/static/description/index.html @@ -8,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. @@ -274,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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Stock Picking: group by partner and carrier

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:186ef78351b8e8f4d5eb6dfe560b5843ec84c147346554218b01b4abe9a65240 +!! source digest: sha256:7f19f823a740c613bec35c1e7f114351307b23bb23ff8e3e378d2d763d8096b3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module can be used if your customers expect that several different orders @@ -475,7 +476,9 @@

Other credits

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.