Skip to content

Commit a9a8423

Browse files
committed
[BOT] post-merge updates
1 parent 0788afb commit a9a8423

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ addon | version | maintainers | summary
2424
[account_move_line_stock_info](account_move_line_stock_info/) | 18.0.1.0.0 | | Account Move Line Stock Info
2525
[stock_archive_constraint](stock_archive_constraint/) | 18.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Stock archive constraint
2626
[stock_demand_estimate](stock_demand_estimate/) | 18.0.1.0.0 | | Allows to create demand estimates.
27+
[stock_location_empty](stock_location_empty/) | 18.0.1.0.0 | | Adds a filter for empty stock location
2728
[stock_location_zone](stock_location_zone/) | 18.0.1.0.0 | | Classify locations with zones.
2829
[stock_packaging_calculator](stock_packaging_calculator/) | 18.0.1.0.0 | | Compute product quantity to pick by packaging
2930
[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

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[project]
22
name = "odoo-addons-oca-stock-logistics-warehouse"
3-
version = "18.0.20250128.0"
3+
version = "18.0.20250131.0"
44
dependencies = [
55
"odoo-addon-account_move_line_stock_info==18.0.*",
66
"odoo-addon-stock_archive_constraint==18.0.*",
77
"odoo-addon-stock_demand_estimate==18.0.*",
8+
"odoo-addon-stock_location_empty==18.0.*",
89
"odoo-addon-stock_location_zone==18.0.*",
910
"odoo-addon-stock_packaging_calculator==18.0.*",
1011
"odoo-addon-stock_warehouse_calendar==18.0.*",

stock_location_empty/README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Location Empty
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:79a972106a4726862e5aa999de566aed38f9d5fd2bd0f3f0281212922fd2f60a
10+
!! source digest: sha256:b93f55f3589ae5705b2110b30cbe74363c3ff5cd676422958b4219ed9cc9f674
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -57,15 +57,15 @@ Authors
5757
Contributors
5858
------------
5959

60-
- `Camptocamp <https://www.camptocamp.com>`__:
60+
- `Camptocamp <https://www.camptocamp.com>`__:
6161

62-
- Patrick Tombez <patrick.tombez@camptocamp.com>
63-
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
64-
- Maksym Yankin <maksym.yankin@camptocamp.com>
62+
- Patrick Tombez <patrick.tombez@camptocamp.com>
63+
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
64+
- Maksym Yankin <maksym.yankin@camptocamp.com>
6565

66-
- `Trobz <https://trobz.com>`__:
66+
- `Trobz <https://trobz.com>`__:
6767

68-
- Son Ho <sonhd@trobz.com>
68+
- Son Ho <sonhd@trobz.com>
6969

7070
Other credits
7171
-------------

stock_location_empty/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock Location Empty</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:79a972106a4726862e5aa999de566aed38f9d5fd2bd0f3f0281212922fd2f60a
370+
!! source digest: sha256:b93f55f3589ae5705b2110b30cbe74363c3ff5cd676422958b4219ed9cc9f674
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_location_empty"><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_location_empty"><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>Adds a filter for empty stock location. Adds a new list of stock

0 commit comments

Comments
 (0)