From e08acec518c51c4cce806caa5ca83c87adfb72aa Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 21 Dec 2023 08:48:54 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- stock_free_quantity/README.rst | 2 +- stock_free_quantity/__manifest__.py | 2 +- stock_free_quantity/static/description/index.html | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a4bbf809..6b5f15db1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ addon | version | maintainers | summary [stock_demand_estimate](stock_demand_estimate/) | 14.0.1.2.0 | | Allows to create demand estimates. [stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 14.0.1.2.0 | | Allows to create demand estimates. [stock_exception](stock_exception/) | 14.0.1.0.2 | | Custom exceptions on stock picking -[stock_free_quantity](stock_free_quantity/) | 14.0.1.1.0 | | Stock Free Quantity +[stock_free_quantity](stock_free_quantity/) | 14.0.1.2.0 | | Stock Free Quantity [stock_generate_putaway_from_inventory](stock_generate_putaway_from_inventory/) | 14.0.1.0.0 | [![pierrickbrun](https://github.com/pierrickbrun.png?size=30px)](https://github.com/pierrickbrun) [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) | Generate Putaway locations per Product deduced from Inventory [stock_helper](stock_helper/) | 14.0.1.2.1 | | Add methods shared between various stock modules [stock_inventory_cost_info](stock_inventory_cost_info/) | 14.0.1.0.0 | | Shows the cost of the inventory adjustments diff --git a/stock_free_quantity/README.rst b/stock_free_quantity/README.rst index 13e754c64..61c8845cb 100644 --- a/stock_free_quantity/README.rst +++ b/stock_free_quantity/README.rst @@ -7,7 +7,7 @@ Stock Free Quantity !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:46c162dd5789af64940286d7fea536e5afe9138b3444c0441e48bb66b41c9948 + !! source digest: sha256:d5661b7944d8b492607532a5d1add091da17076575e5569b0ad7bdce33231a67 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/stock_free_quantity/__manifest__.py b/stock_free_quantity/__manifest__.py index 76f1961c7..6c86a05b3 100644 --- a/stock_free_quantity/__manifest__.py +++ b/stock_free_quantity/__manifest__.py @@ -2,7 +2,7 @@ { "name": "Stock Free Quantity", - "version": "14.0.1.1.0", + "version": "14.0.1.2.0", "author": "akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "development_status": "Production/Stable", diff --git a/stock_free_quantity/static/description/index.html b/stock_free_quantity/static/description/index.html index 9d2946b5b..d3c8cf456 100644 --- a/stock_free_quantity/static/description/index.html +++ b/stock_free_quantity/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:46c162dd5789af64940286d7fea536e5afe9138b3444c0441e48bb66b41c9948 +!! source digest: sha256:d5661b7944d8b492607532a5d1add091da17076575e5569b0ad7bdce33231a67 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Add Product variant free quantity in Product form view and add the same on Product templates.