Skip to content

Commit da19689

Browse files
committed
[BOT] post-merge updates
1 parent c09f645 commit da19689

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ addon | version | maintainers | summary
4141
[stock_packaging_calculator](stock_packaging_calculator/) | 17.0.1.1.0 | | Compute product quantity to pick by packaging
4242
[stock_picking_volume](stock_picking_volume/) | 17.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Compute volume information on stock moves and pickings
4343
[stock_picking_volume_packaging](stock_picking_volume_packaging/) | 17.0.1.0.0 | | Use volume information on potential product packaging to compute the volume of a stock.move
44+
[stock_putaway_product_template](stock_putaway_product_template/) | 17.0.1.0.0 | [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view
4445
[stock_quant_manual_assign](stock_quant_manual_assign/) | 17.0.1.0.0 | | Stock - Manual Quant Assignment
4546
[stock_quant_reservation_info](stock_quant_reservation_info/) | 17.0.1.0.1 | | Allows to see the reserved info of Products
4647
[stock_quant_reservation_info_mrp](stock_quant_reservation_info_mrp/) | 17.0.1.0.0 | | Allows to see the manufacturing order related to the reserved info of Products

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-stock-logistics-warehouse"
3-
version = "17.0.20250226.0"
3+
version = "17.0.20250303.0"
44
dependencies = [
55
"odoo-addon-account_move_line_product>=17.0dev,<17.1dev",
66
"odoo-addon-account_move_line_stock_info>=17.0dev,<17.1dev",
@@ -22,6 +22,7 @@ dependencies = [
2222
"odoo-addon-stock_packaging_calculator>=17.0dev,<17.1dev",
2323
"odoo-addon-stock_picking_volume>=17.0dev,<17.1dev",
2424
"odoo-addon-stock_picking_volume_packaging>=17.0dev,<17.1dev",
25+
"odoo-addon-stock_putaway_product_template>=17.0dev,<17.1dev",
2526
"odoo-addon-stock_quant_manual_assign>=17.0dev,<17.1dev",
2627
"odoo-addon-stock_quant_reservation_info>=17.0dev,<17.1dev",
2728
"odoo-addon-stock_quant_reservation_info_mrp>=17.0dev,<17.1dev",

stock_putaway_product_template/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Product template in putaway strategies
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f19aaa8bed74b7769dfa00edae7f625a3b7ca0efd7b1a5c388726565fa80953e
10+
!! source digest: sha256:9afc0956ce502c979e7e1b0a60c4f76c6e88927adc56970311ddcda0ef1aae05
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_putaway_product_template/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Product template in putaway strategies</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:f19aaa8bed74b7769dfa00edae7f625a3b7ca0efd7b1a5c388726565fa80953e
370+
!! source digest: sha256:9afc0956ce502c979e7e1b0a60c4f76c6e88927adc56970311ddcda0ef1aae05
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_putaway_product_template"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_putaway_product_template"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module add product template in putaway strategies from the product

0 commit comments

Comments
 (0)