Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Mar 8, 2025
1 parent 2159117 commit ed72668
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ addon | version | maintainers | summary
[stock_location_zone](stock_location_zone/) | 18.0.1.0.0 | | Classify locations with zones.
[stock_move_common_dest](stock_move_common_dest/) | 18.0.1.0.0 | | Adds field for common destination moves
[stock_packaging_calculator](stock_packaging_calculator/) | 18.0.1.0.0 | | Compute product quantity to pick by packaging
[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.
[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
[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
[stock_quant_cost_info](stock_quant_cost_info/) | 18.0.1.0.0 | | Shows the cost of the quants
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-stock-logistics-warehouse"
version = "18.0.20250308.1"
version = "18.0.20250308.2"
dependencies = [
"odoo-addon-account_move_line_stock_info==18.0.*",
"odoo-addon-stock_archive_constraint==18.0.*",
Expand All @@ -13,6 +13,7 @@ dependencies = [
"odoo-addon-stock_location_zone==18.0.*",
"odoo-addon-stock_move_common_dest==18.0.*",
"odoo-addon-stock_packaging_calculator==18.0.*",
"odoo-addon-stock_picking_supplier_ref==18.0.*",
"odoo-addon-stock_picking_volume==18.0.*",
"odoo-addon-stock_putaway_product_template==18.0.*",
"odoo-addon-stock_quant_cost_info==18.0.*",
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_supplier_ref/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stock Picking Supplier Reference
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b1fb4a6a9de8275429bf1737ca48a6e56aca1e339bd97b78747ada546cd0ea89
!! source digest: sha256:e37ecb772b195ef538d6bcec21a1be23fe52c98be9e192496e995c58bd1e71e6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_supplier_ref/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Stock Picking Supplier Reference</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b1fb4a6a9de8275429bf1737ca48a6e56aca1e339bd97b78747ada546cd0ea89
!! source digest: sha256:e37ecb772b195ef538d6bcec21a1be23fe52c98be9e192496e995c58bd1e71e6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_supplier_ref"><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_supplier_ref"><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>
<p>This module adds the field supplier reference in pickings. This field is
Expand Down

0 comments on commit ed72668

Please sign in to comment.