From 5c6b632832a0da3b8f81c1f4ba06ff89e36e6034 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 22 Jul 2024 08:11:54 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- stock_picking_auto_create_lot/README.rst | 2 +- .../static/description/index.html | 13 ++++++++----- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d40ecfeffd2d..bf9ac533691a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [sale_order_global_stock_route](sale_order_global_stock_route/) | 17.0.1.0.0 | | Add the possibility to choose one warehouse path for an order [stock_move_line_reference_link](stock_move_line_reference_link/) | 17.0.1.0.0 | | Add link in stock move line references. [stock_no_negative](stock_no_negative/) | 17.0.1.0.0 | | Disallow negative stock levels by default +[stock_picking_auto_create_lot](stock_picking_auto_create_lot/) | 17.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Auto create lots for incoming pickings [stock_picking_invoice_link](stock_picking_invoice_link/) | 17.0.1.2.0 | | Adds link between pickings and invoices [stock_picking_purchase_order_link](stock_picking_purchase_order_link/) | 17.0.1.0.0 | | Link between picking and purchase order [stock_picking_sale_order_link](stock_picking_sale_order_link/) | 17.0.1.0.0 | | Link between picking and sale order diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 7dad62ff2a6b..7e76c5279610 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "odoo-addons-oca-stock-logistics-workflow" -version = "17.0.20240620.0" +version = "17.0.20240722.0" dependencies = [ "odoo-addon-delivery_procurement_group_carrier>=17.0dev,<17.1dev", "odoo-addon-sale_order_global_stock_route>=17.0dev,<17.1dev", "odoo-addon-stock_move_line_reference_link>=17.0dev,<17.1dev", "odoo-addon-stock_no_negative>=17.0dev,<17.1dev", + "odoo-addon-stock_picking_auto_create_lot>=17.0dev,<17.1dev", "odoo-addon-stock_picking_invoice_link>=17.0dev,<17.1dev", "odoo-addon-stock_picking_purchase_order_link>=17.0dev,<17.1dev", "odoo-addon-stock_picking_sale_order_link>=17.0dev,<17.1dev", diff --git a/stock_picking_auto_create_lot/README.rst b/stock_picking_auto_create_lot/README.rst index 1158dc5a0d5a..24ccf41a7ead 100644 --- a/stock_picking_auto_create_lot/README.rst +++ b/stock_picking_auto_create_lot/README.rst @@ -7,7 +7,7 @@ Stock Picking Auto Create Lot !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7bd67aa1ef1a59ba07d7a22f56d8d7d066206b34bbcf6d93bf9dc8b6966d2c9c + !! source digest: sha256:120959b3e5bb65fa0d80ddb3090071273603e7360e21a4bacaefa5fcb1fa5130 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/stock_picking_auto_create_lot/static/description/index.html b/stock_picking_auto_create_lot/static/description/index.html index fa85a6402fbb..8587d00cadae 100644 --- a/stock_picking_auto_create_lot/static/description/index.html +++ b/stock_picking_auto_create_lot/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 Auto Create Lot

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7bd67aa1ef1a59ba07d7a22f56d8d7d066206b34bbcf6d93bf9dc8b6966d2c9c +!! source digest: sha256:120959b3e5bb65fa0d80ddb3090071273603e7360e21a4bacaefa5fcb1fa5130 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of stock module to allow auto @@ -440,7 +441,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.