Skip to content

Commit 15fb9c0

Browse files
committed
[BOT] post-merge updates
1 parent d3b34f1 commit 15fb9c0

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ addon | version | maintainers | summary
3636
[stock_location_zone](stock_location_zone/) | 18.0.1.0.0 | | Classify locations with zones.
3737
[stock_move_common_dest](stock_move_common_dest/) | 18.0.1.0.0 | | Adds field for common destination moves
3838
[stock_packaging_calculator](stock_packaging_calculator/) | 18.0.1.0.0 | | Compute product quantity to pick by packaging
39+
[stock_picking_product_assortment](stock_picking_product_assortment/) | 18.0.1.0.0 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Stock Picking Product Assortment
3940
[stock_picking_supplier_ref](stock_picking_supplier_ref/) | 18.0.1.0.0 | | Adds a supplier reference field inside supplier's pickings and allows search for this reference.
4041
[stock_picking_volume](stock_picking_volume/) | 18.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Compute volume information on stock moves and pickings
4142
[stock_putaway_product_template](stock_putaway_product_template/) | 18.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

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 = "18.0.20250308.2"
3+
version = "18.0.20250310.0"
44
dependencies = [
55
"odoo-addon-account_move_line_stock_info==18.0.*",
66
"odoo-addon-stock_archive_constraint==18.0.*",
@@ -13,6 +13,7 @@ dependencies = [
1313
"odoo-addon-stock_location_zone==18.0.*",
1414
"odoo-addon-stock_move_common_dest==18.0.*",
1515
"odoo-addon-stock_packaging_calculator==18.0.*",
16+
"odoo-addon-stock_picking_product_assortment==18.0.*",
1617
"odoo-addon-stock_picking_supplier_ref==18.0.*",
1718
"odoo-addon-stock_picking_volume==18.0.*",
1819
"odoo-addon-stock_putaway_product_template==18.0.*",

stock_picking_product_assortment/README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Picking Product Assortment
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:cd886493c73e5958194c26e12eca0c499577bba11688f478fcfc329378dfa991
10+
!! source digest: sha256:a832782832b50a092140a3157f06bf516f519910addba84ee8bc0b9b05db7a53
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -73,12 +73,12 @@ Authors
7373
Contributors
7474
------------
7575

76-
- `Tecnativa <https://www.tecnativa.com>`__:
76+
- `Tecnativa <https://www.tecnativa.com>`__:
7777

78-
- Carlos Roca
79-
- Sergio Teruel
78+
- Carlos Roca
79+
- Sergio Teruel
8080

81-
- Dhara Solanki <dhara.solanki@initos.com>
81+
- Dhara Solanki <dhara.solanki@initos.com>
8282

8383
Maintainers
8484
-----------

stock_picking_product_assortment/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock Picking Product Assortment</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:cd886493c73e5958194c26e12eca0c499577bba11688f478fcfc329378dfa991
370+
!! source digest: sha256:a832782832b50a092140a3157f06bf516f519910addba84ee8bc0b9b05db7a53
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/18.0/stock_picking_product_assortment"><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-18-0/stock-logistics-warehouse-18-0-stock_picking_product_assortment"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module allows to use the product assortments related to a partner

0 commit comments

Comments
 (0)