From 78ee9f2e121f5cae18b5aa4696fac3f39a554aa5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 30 Aug 2024 09:49:25 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- stock_picking_batch_extended/README.rst | 2 +- stock_picking_batch_extended/__manifest__.py | 2 +- .../static/description/index.html | 14 ++++++++------ 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6e9634e6d0cd..54e570c6c514 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ addon | version | maintainers | summary [stock_picking_auto_create_lot](stock_picking_auto_create_lot/) | 16.0.3.0.1 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Auto create lots for incoming pickings [stock_picking_auto_create_lot_sequence](stock_picking_auto_create_lot_sequence/) | 16.0.1.0.0 | | Stock Picking Auto Create Lot Sequence [stock_picking_back2draft](stock_picking_back2draft/) | 16.0.1.0.0 | | Reopen cancelled pickings -[stock_picking_batch_extended](stock_picking_batch_extended/) | 16.0.1.1.0 | [![gurneyalex](https://github.com/gurneyalex.png?size=30px)](https://github.com/gurneyalex) [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) [![i-vyshnevska](https://github.com/i-vyshnevska.png?size=30px)](https://github.com/i-vyshnevska) | Allows manage a lot of pickings in batch +[stock_picking_batch_extended](stock_picking_batch_extended/) | 16.0.1.1.1 | [![gurneyalex](https://github.com/gurneyalex.png?size=30px)](https://github.com/gurneyalex) [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) [![i-vyshnevska](https://github.com/i-vyshnevska.png?size=30px)](https://github.com/i-vyshnevska) | Allows manage a lot of pickings in batch [stock_picking_batch_extended_account](stock_picking_batch_extended_account/) | 16.0.1.0.2 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Generates invoices when batch is set to Done state [stock_picking_batch_extended_account_sale_type](stock_picking_batch_extended_account_sale_type/) | 16.0.1.0.2 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Generates invoices when batch is set to Done state [stock_picking_batch_invoice_frequency](stock_picking_batch_invoice_frequency/) | 16.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Invoice Sale Orders from Stock Pickin Batch diff --git a/stock_picking_batch_extended/README.rst b/stock_picking_batch_extended/README.rst index d6ba6c1f8d8f..eeb3fe065b07 100644 --- a/stock_picking_batch_extended/README.rst +++ b/stock_picking_batch_extended/README.rst @@ -7,7 +7,7 @@ Stock batch picking extended !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:eb68101c66f58f9b1f501b8510bb38ca4582c6e8a60ceb023390c804dffc6528 + !! source digest: sha256:0a1ee513e7aa9db794b3fc23039f4a4e7b8d75a36f921ee139a8722c4ed89357 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/stock_picking_batch_extended/__manifest__.py b/stock_picking_batch_extended/__manifest__.py index b543e1da3472..9b0006afe3a1 100644 --- a/stock_picking_batch_extended/__manifest__.py +++ b/stock_picking_batch_extended/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Stock batch picking extended", "summary": "Allows manage a lot of pickings in batch", - "version": "16.0.1.1.0", + "version": "16.0.1.1.1", "author": "Camptocamp, " "Tecnativa, " "Odoo Community Association (OCA)", "development_status": "Mature", "maintainers": ["gurneyalex", "carlosdauden", "i-vyshnevska"], diff --git a/stock_picking_batch_extended/static/description/index.html b/stock_picking_batch_extended/static/description/index.html index cac751e351b8..78870ce3f7b8 100644 --- a/stock_picking_batch_extended/static/description/index.html +++ b/stock_picking_batch_extended/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 batch picking extended

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:eb68101c66f58f9b1f501b8510bb38ca4582c6e8a60ceb023390c804dffc6528 +!! source digest: sha256:0a1ee513e7aa9db794b3fc23039f4a4e7b8d75a36f921ee139a8722c4ed89357 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module:

@@ -508,7 +508,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.