Skip to content

Commit 9277ab7

Browse files
committed
[BOT] post-merge updates
1 parent 1dd4732 commit 9277ab7

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ stock-logistics-warehouse
1717

1818
[//]: # (addons)
1919

20-
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
20+
Available addons
21+
----------------
22+
addon | version | maintainers | summary
23+
--- | --- | --- | ---
24+
[stock_warehouse_calendar](stock_warehouse_calendar/) | 19.0.1.0.0 | <a href='https://github.com/JordiBForgeFlow'><img src='https://github.com/JordiBForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='JordiBForgeFlow'/></a> | Adds a calendar to the Warehouse
2125

2226
[//]: # (end addons)
2327

setup/_metapackage/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "odoo-addons-oca-stock-logistics-warehouse"
3+
version = "19.0.20251120.0"
4+
dependencies = [
5+
"odoo-addon-stock_warehouse_calendar==19.0.*",
6+
]
7+
classifiers=[
8+
"Programming Language :: Python",
9+
"Framework :: Odoo",
10+
"Framework :: Odoo :: 19.0",
11+
]

stock_warehouse_calendar/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Stock Warehouse Calendar
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:05cdf9d8776c7d117c3bfa762322fe4eae2bc6bd0fd05e0e6547c3b533f051a7
14+
!! source digest: sha256:3f513a6b94ecca0cd9152d52843a8d33e47cbd296970adb9f3fe7b72c0089862
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

stock_warehouse_calendar/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Stock Warehouse Calendar</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:05cdf9d8776c7d117c3bfa762322fe4eae2bc6bd0fd05e0e6547c3b533f051a7
375+
!! source digest: sha256:3f513a6b94ecca0cd9152d52843a8d33e47cbd296970adb9f3fe7b72c0089862
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/19.0/stock_warehouse_calendar"><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-19-0/stock-logistics-warehouse-19-0-stock_warehouse_calendar"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module adds a Calendar to the Warehouse. This calendar can then be

0 commit comments

Comments
 (0)