Skip to content

Commit 474bcc4

Browse files
committed
[BOT] post-merge updates
1 parent 601e198 commit 474bcc4

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ addon | version | maintainers | summary
3030
[stock_demand_estimate](stock_demand_estimate/) | 18.0.1.0.0 | | Allows to create demand estimates.
3131
[stock_inventory](stock_inventory/) | 18.0.1.0.0 | | Allows to do an easier follow up of the Inventory Adjustments
3232
[stock_location_empty](stock_location_empty/) | 18.0.1.0.0 | | Adds a filter for empty stock location
33+
[stock_location_is_sublocation](stock_location_is_sublocation/) | 18.0.1.0.0 | | Add method to check stock location is sublocation
3334
[stock_location_position](stock_location_position/) | 18.0.1.0.0 | | Add coordinate attributes on stock location.
3435
[stock_location_zone](stock_location_zone/) | 18.0.1.0.0 | | Classify locations with zones.
3536
[stock_move_common_dest](stock_move_common_dest/) | 18.0.1.0.0 | | Adds field for common destination moves

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[project]
22
name = "odoo-addons-oca-stock-logistics-warehouse"
3-
version = "18.0.20250307.0"
3+
version = "18.0.20250307.1"
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.*",
88
"odoo-addon-stock_inventory==18.0.*",
99
"odoo-addon-stock_location_empty==18.0.*",
10+
"odoo-addon-stock_location_is_sublocation==18.0.*",
1011
"odoo-addon-stock_location_position==18.0.*",
1112
"odoo-addon-stock_location_zone==18.0.*",
1213
"odoo-addon-stock_move_common_dest==18.0.*",

stock_location_is_sublocation/README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Location Is Sublocation
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:fb518cc48413d9879c043a9164bdaf25cee06d723fb62343a910233620a2c893
10+
!! source digest: sha256:066474a892de5fdbb4ba4d6eece04f088bb01b45a710a5d13a87b5c0a5d50dff
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -58,9 +58,9 @@ Authors
5858
Contributors
5959
------------
6060

61-
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
62-
- Christopher Ormaza <chris.ormaza@forgeflow.com>
63-
- Jasmin Solanki <jasmin.solanki@forgeflow.com>
61+
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
62+
- Christopher Ormaza <chris.ormaza@forgeflow.com>
63+
- Jasmin Solanki <jasmin.solanki@forgeflow.com>
6464

6565
Maintainers
6666
-----------

stock_location_is_sublocation/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock Location Is Sublocation</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:fb518cc48413d9879c043a9164bdaf25cee06d723fb62343a910233620a2c893
370+
!! source digest: sha256:066474a892de5fdbb4ba4d6eece04f088bb01b45a710a5d13a87b5c0a5d50dff
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_location_is_sublocation"><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_is_sublocation"><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>Add methods to be used by other modules. This is not a functional

0 commit comments

Comments
 (0)