diff --git a/README.md b/README.md index dba183f37..754c060ca 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [base_product_merge](base_product_merge/) | 16.0.1.0.1 | [![JasminSForgeFlow](https://github.com/JasminSForgeFlow.png?size=30px)](https://github.com/JasminSForgeFlow) | Merge duplicate products [procurement_auto_create_group](procurement_auto_create_group/) | 16.0.1.1.0 | | Allows to configure the system to propose automatically new procurement groups during the procurement run. [product_packaging_usability](product_packaging_usability/) | 16.0.1.0.1 | | Add sugar to Product Packaging +[product_view_inventory_no_search_default_my_count](product_view_inventory_no_search_default_my_count/) | 16.0.1.0.0 | | Product View Inventory No Search Default My Count [scrap_reason_code](scrap_reason_code/) | 16.0.1.1.0 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Reason code for scrapping [stock_cycle_count](stock_cycle_count/) | 16.0.1.1.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds the capability to schedule cycle counts in a warehouse through different rules defined by the user. [stock_demand_estimate](stock_demand_estimate/) | 16.0.1.2.0 | | Allows to create demand estimates. diff --git a/product_view_inventory_no_search_default_my_count/README.rst b/product_view_inventory_no_search_default_my_count/README.rst index 20ffa1e5e..400deee7d 100644 --- a/product_view_inventory_no_search_default_my_count/README.rst +++ b/product_view_inventory_no_search_default_my_count/README.rst @@ -7,7 +7,7 @@ Product View Inventory No Search Default My Count !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1176adbb981fec9b85986ae8501ba403c2b7b10d321c6d95f252fa0e9d5dd043 + !! source digest: sha256:f7adbff4ac16e21cf90099db79af67d9e6f16646cab32b25254c3a8cb653a0fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_view_inventory_no_search_default_my_count/static/description/icon.png b/product_view_inventory_no_search_default_my_count/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/product_view_inventory_no_search_default_my_count/static/description/icon.png differ diff --git a/product_view_inventory_no_search_default_my_count/static/description/index.html b/product_view_inventory_no_search_default_my_count/static/description/index.html index 45273e05e..3b4eeb4c6 100644 --- a/product_view_inventory_no_search_default_my_count/static/description/index.html +++ b/product_view_inventory_no_search_default_my_count/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 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { 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.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1176adbb981fec9b85986ae8501ba403c2b7b10d321c6d95f252fa0e9d5dd043 +!! source digest: sha256:f7adbff4ac16e21cf90099db79af67d9e6f16646cab32b25254c3a8cb653a0fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module removes the “My Counts” default filter from the inventory view.

@@ -407,7 +408,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 0598da5bc..594383ec7 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241008.0 \ No newline at end of file +16.0.20241115.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 96532b3dc..ac58d6b82 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -13,6 +13,7 @@ setuptools.setup( 'odoo-addon-base_product_merge>=16.0dev,<16.1dev', 'odoo-addon-procurement_auto_create_group>=16.0dev,<16.1dev', 'odoo-addon-product_packaging_usability>=16.0dev,<16.1dev', + 'odoo-addon-product_view_inventory_no_search_default_my_count>=16.0dev,<16.1dev', 'odoo-addon-scrap_reason_code>=16.0dev,<16.1dev', 'odoo-addon-stock_cycle_count>=16.0dev,<16.1dev', 'odoo-addon-stock_demand_estimate>=16.0dev,<16.1dev',