diff --git a/README.md b/README.md index ed220ff46..06556c56a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [procurement_auto_create_group](procurement_auto_create_group/) | 14.0.1.2.0 | | Allows to configure the system to propose automatically new procurement groups during the procurement run. [product_quantity_update_force_inventory](product_quantity_update_force_inventory/) | 14.0.1.0.1 | | Product Quantity Update Force Inventory [product_route_profile](product_route_profile/) | 14.0.1.0.3 | [](https://github.com/Kev-Roche) | Add Route profile concept on product +[sale_stock_on_hand_popup](sale_stock_on_hand_popup/) | 14.0.1.0.1 | | Sale Stock On Hand Popup [scrap_location_filter](scrap_location_filter/) | 14.0.1.0.0 | [](https://github.com/opensourceintegrators) | Filters scrap location [scrap_reason_code](scrap_reason_code/) | 14.0.1.1.1 | [](https://github.com/bodedra) | Reason code for scrapping [stock_archive_constraint](stock_archive_constraint/) | 14.0.1.0.0 | [](https://github.com/victoralmau) | Stock archive constraint diff --git a/sale_stock_on_hand_popup/README.rst b/sale_stock_on_hand_popup/README.rst index 423a0ae30..1cae68b7d 100644 --- a/sale_stock_on_hand_popup/README.rst +++ b/sale_stock_on_hand_popup/README.rst @@ -7,7 +7,7 @@ Sale Stock On Hand Popup !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:78a41631bddec869bb0ada2c2b91a2a700c7ea2fe90969bfcdfa547bf64da394 + !! source digest: sha256:7e7d0b495f5c5c2c119238bc86c9beee329c4ac57c102e536b6fc4dce6988870 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_stock_on_hand_popup/__manifest__.py b/sale_stock_on_hand_popup/__manifest__.py index 37a06c777..f725b5579 100644 --- a/sale_stock_on_hand_popup/__manifest__.py +++ b/sale_stock_on_hand_popup/__manifest__.py @@ -3,7 +3,7 @@ "author": "PyTech SRL, Ooops404, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse Management", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "license": "AGPL-3", "depends": ["sale_stock", "stock_available"], "data": ["views/sale_order_views.xml"], diff --git a/sale_stock_on_hand_popup/static/description/icon.png b/sale_stock_on_hand_popup/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/sale_stock_on_hand_popup/static/description/icon.png differ diff --git a/sale_stock_on_hand_popup/static/description/index.html b/sale_stock_on_hand_popup/static/description/index.html index 7da4c40be..7f5e6d6c0 100644 --- a/sale_stock_on_hand_popup/static/description/index.html +++ b/sale_stock_on_hand_popup/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:78a41631bddec869bb0ada2c2b91a2a700c7ea2fe90969bfcdfa547bf64da394 +!! source digest: sha256:7e7d0b495f5c5c2c119238bc86c9beee329c4ac57c102e536b6fc4dce6988870 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module allows user to check from sale order line all inventory lines related to that product.
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index dfd62384b..12c4707bd 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20230810.0 \ No newline at end of file +14.0.20240126.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index e5cf6e7f0..359d4dc43 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -13,6 +13,7 @@ setuptools.setup( 'odoo14-addon-procurement_auto_create_group', 'odoo14-addon-product_quantity_update_force_inventory', 'odoo14-addon-product_route_profile', + 'odoo14-addon-sale_stock_on_hand_popup', 'odoo14-addon-scrap_location_filter', 'odoo14-addon-scrap_reason_code', 'odoo14-addon-stock_archive_constraint',