Commit 6c61437 1 parent 01e1d19 commit 6c61437 Copy full SHA for 6c61437
File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ addon | version | maintainers | summary
26
26
[ stock_demand_estimate] ( stock_demand_estimate/ ) | 18.0.1.0.0 | | Allows to create demand estimates.
27
27
[ stock_location_empty] ( stock_location_empty/ ) | 18.0.1.0.0 | | Adds a filter for empty stock location
28
28
[ stock_location_zone] ( stock_location_zone/ ) | 18.0.1.0.0 | | Classify locations with zones.
29
+ [ stock_move_common_dest] ( stock_move_common_dest/ ) | 18.0.1.0.0 | | Adds field for common destination moves
29
30
[ stock_packaging_calculator] ( stock_packaging_calculator/ ) | 18.0.1.0.0 | | Compute product quantity to pick by packaging
30
31
[ stock_quant_cost_info] ( stock_quant_cost_info/ ) | 18.0.1.0.0 | | Shows the cost of the quants
31
32
[ 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.20250203 .0"
3
+ version = " 18.0.20250204 .0"
4
4
dependencies = [
5
5
" odoo-addon-account_move_line_stock_info==18.0.*" ,
6
6
" odoo-addon-stock_archive_constraint==18.0.*" ,
7
7
" odoo-addon-stock_demand_estimate==18.0.*" ,
8
8
" odoo-addon-stock_location_empty==18.0.*" ,
9
9
" odoo-addon-stock_location_zone==18.0.*" ,
10
+ " odoo-addon-stock_move_common_dest==18.0.*" ,
10
11
" odoo-addon-stock_packaging_calculator==18.0.*" ,
11
12
" odoo-addon-stock_quant_cost_info==18.0.*" ,
12
13
" odoo-addon-stock_warehouse_calendar==18.0.*" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Stock Move Common Destination
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:1bc6cd28255ddffd420a250cb27e0e947d9713195d558de580a1e12c2a180225
10
+ !! source digest: sha256:8ae775e2580e771eec4de492030c46f20043e9019dd9bb300f7c9e4d324278f4
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -58,8 +58,8 @@ Authors
58
58
Contributors
59
59
------------
60
60
61
- - Akim Juillerat <akim.juillerat@camptocamp.com>
62
- - Hughes Damry <hughes.damry@acsone.eu>
61
+ - Akim Juillerat <akim.juillerat@camptocamp.com>
62
+ - Hughes Damry <hughes.damry@acsone.eu>
63
63
64
64
Maintainers
65
65
-----------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Stock Move Common Destination</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:1bc6cd28255ddffd420a250cb27e0e947d9713195d558de580a1e12c2a180225
370
+ !! source digest: sha256:8ae775e2580e771eec4de492030c46f20043e9019dd9bb300f7c9e4d324278f4
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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_move_common_dest "> < 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_move_common_dest "> < 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 > This module adds a M2m field common_dest_move_ids on stock.move in order
You can’t perform that action at this time.
0 commit comments