Commit c791254 1 parent 74f59cd commit c791254 Copy full SHA for c791254
File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Available addons
22
22
addon | version | maintainers | summary
23
23
--- | --- | --- | ---
24
24
[ account_move_line_stock_info] ( account_move_line_stock_info/ ) | 18.0.1.0.0 | | Account Move Line Stock Info
25
+ [ 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
25
26
[ stock_demand_estimate] ( stock_demand_estimate/ ) | 18.0.1.0.0 | | Allows to create demand estimates.
26
27
[ stock_packaging_calculator] ( stock_packaging_calculator/ ) | 18.0.1.0.0 | | Compute product quantity to pick by packaging
27
28
[ 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
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-stock-logistics-warehouse"
3
- version = " 18.0.20241231 .0"
3
+ version = " 18.0.20250127 .0"
4
4
dependencies = [
5
5
" odoo-addon-account_move_line_stock_info==18.0.*" ,
6
+ " odoo-addon-stock_archive_constraint==18.0.*" ,
6
7
" odoo-addon-stock_demand_estimate==18.0.*" ,
7
8
" odoo-addon-stock_packaging_calculator==18.0.*" ,
8
9
" odoo-addon-stock_warehouse_calendar==18.0.*" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Stock archive constraint
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:5a99447b4bb217af2d82912f8f5d68d2eaef04e01cf4c44f98346c248f02a4cd
10
+ !! source digest: sha256:d193e5798b01e53ced5aed95ffb5c94f7d0945384496104666aba86d61478df3
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Stock archive constraint</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:5a99447b4bb217af2d82912f8f5d68d2eaef04e01cf4c44f98346c248f02a4cd
370
+ !! source digest: sha256:d193e5798b01e53ced5aed95ffb5c94f7d0945384496104666aba86d61478df3
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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/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_archive_constraint "> < 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_archive_constraint "> < 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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > Prevents archiving products or storage locations that have existing
You can’t perform that action at this time.
0 commit comments