File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
procurement_auto_create_group Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Available addons
2626addon | version | maintainers | summary
2727--- | --- | --- | ---
2828[ account_move_line_stock_info] ( account_move_line_stock_info/ ) | 18.0.1.0.0 | | Account Move Line Stock Info
29+ [ procurement_auto_create_group] ( procurement_auto_create_group/ ) | 18.0.1.0.0 | | Allows to configure the system to propose automatically new procurement groups during the procurement run.
2930[ 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
3031[ stock_demand_estimate] ( stock_demand_estimate/ ) | 18.0.1.0.0 | | Allows to create demand estimates.
3132[ stock_demand_estimate_matrix] ( stock_demand_estimate_matrix/ ) | 18.0.1.0.0 | | Allows to create demand estimates.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Procurement Auto Create Group
77 !! This file is generated by oca-gen-addon-readme !!
88 !! changes will be overwritten. !!
99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10- !! source digest: sha256:3702c7ff321e73af24c1a47044cc2ec29d8fa7867a14896f3be2abf048f1aca6
10+ !! source digest: sha256:cf1b616293c5b52b41c6b608b02665594b77aa44d0a6a2d8fc0315d7e877838e
1111 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313.. |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">Procurement Auto Create Group</h1>
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:3702c7ff321e73af24c1a47044cc2ec29d8fa7867a14896f3be2abf048f1aca6
370+ !! source digest: sha256:cf1b616293c5b52b41c6b608b02665594b77aa44d0a6a2d8fc0315d7e877838e
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/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/procurement_auto_create_group "> < 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-procurement_auto_create_group "> < 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 >
373373< p > This module allows the system to propose automatically new procurement
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-stock-logistics-warehouse"
3- version = " 18.0.20250523 .0"
3+ version = " 18.0.20250528 .0"
44dependencies = [
55 " odoo-addon-account_move_line_stock_info==18.0.*" ,
6+ " odoo-addon-procurement_auto_create_group==18.0.*" ,
67 " odoo-addon-stock_archive_constraint==18.0.*" ,
78 " odoo-addon-stock_demand_estimate==18.0.*" ,
89 " odoo-addon-stock_demand_estimate_matrix==18.0.*" ,
You can’t perform that action at this time.
0 commit comments