Skip to content

Commit bcd9ed6

Browse files
committed
[BOT] post-merge updates
1 parent 3d32213 commit bcd9ed6

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Available addons
2121
----------------
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
24+
[stock_demand_estimate](stock_demand_estimate/) | 18.0.1.0.0 | | Allows to create demand estimates.
2425
[stock_packaging_calculator](stock_packaging_calculator/) | 18.0.1.0.0 | | Compute product quantity to pick by packaging
2526
[stock_warehouse_calendar](stock_warehouse_calendar/) | 18.0.1.0.1 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds a calendar to the Warehouse
2627

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[project]
22
name = "odoo-addons-oca-stock-logistics-warehouse"
3-
version = "18.0.20241113.0"
3+
version = "18.0.20241227.0"
44
dependencies = [
5+
"odoo-addon-stock_demand_estimate==18.0.*",
56
"odoo-addon-stock_packaging_calculator==18.0.*",
67
"odoo-addon-stock_warehouse_calendar==18.0.*",
78
]

stock_demand_estimate/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Demand Estimate
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:22076594e33d701ea8c28922a08f6868cdb8579ae4dbfbb1d3c2700e1e6dac0e
10+
!! source digest: sha256:c8e1886f9660c2c76a4b38ddace368857b9276fe86a6e98ca3624e5b87315de4
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -60,8 +60,8 @@ Authors
6060
Contributors
6161
------------
6262

63-
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
64-
- Lois Rilo <lois.rilo@forgeflow.com>
63+
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
64+
- Lois Rilo <lois.rilo@forgeflow.com>
6565

6666
Maintainers
6767
-----------

stock_demand_estimate/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock Demand Estimate</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:22076594e33d701ea8c28922a08f6868cdb8579ae4dbfbb1d3c2700e1e6dac0e
370+
!! source digest: sha256:c8e1886f9660c2c76a4b38ddace368857b9276fe86a6e98ca3624e5b87315de4
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_demand_estimate"><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_demand_estimate"><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 create demand estimates for a given product and

0 commit comments

Comments
 (0)