Maintainers
This module is maintained by the OCA.
- + + +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.
diff --git a/README.md b/README.md index 76f8689b1a7..0ac35f692f4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,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_account_product_run_fifo_hook](stock_account_product_run_fifo_hook/) | 17.0.1.0.0 | | Add more flexibility in the run fifo method. [stock_account_show_automatic_valuation](stock_account_show_automatic_valuation/) | 17.0.1.0.0 | | Allow automatic valuation for stock moves in community edition +[stock_lot_on_hand_first](stock_lot_on_hand_first/) | 17.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Allows to display lots on hand first in M2o fields [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 diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index f7decb68695..ef5184e2e9e 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-stock-logistics-workflow" -version = "17.0.20241030.0" +version = "17.0.20241106.0" dependencies = [ "odoo-addon-delivery_procurement_group_carrier>=17.0dev,<17.1dev", "odoo-addon-purchase_stock_picking_invoice_link>=17.0dev,<17.1dev", "odoo-addon-sale_order_global_stock_route>=17.0dev,<17.1dev", "odoo-addon-stock_account_product_run_fifo_hook>=17.0dev,<17.1dev", "odoo-addon-stock_account_show_automatic_valuation>=17.0dev,<17.1dev", + "odoo-addon-stock_lot_on_hand_first>=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", diff --git a/stock_lot_on_hand_first/README.rst b/stock_lot_on_hand_first/README.rst index a578db30a67..6f2f5ad7872 100644 --- a/stock_lot_on_hand_first/README.rst +++ b/stock_lot_on_hand_first/README.rst @@ -7,7 +7,7 @@ Stock Lot On Hand First !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a64ae71105a445729ca822e435e9143ffe5e9b425677a11806d72a7fd2a2efb6 + !! source digest: sha256:4a5416687a950e21535e4a69d05da888f88a1143d6bf3aeace52b0afd70a6e61 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/stock_lot_on_hand_first/static/description/index.html b/stock_lot_on_hand_first/static/description/index.html index 6ffa39aa6b1..7f2ddd2c05f 100644 --- a/stock_lot_on_hand_first/static/description/index.html +++ b/stock_lot_on_hand_first/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 @@
This module allows to display lots with a quantity on hand as first @@ -424,7 +425,9 @@
This module is maintained by the OCA.
- + + +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.