File tree Expand file tree Collapse file tree
sale_stock_cancel_restriction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ addon | version | maintainers | summary
3333[ sale_partner_selectable_option] ( sale_partner_selectable_option/ ) | 18.0.1.0.0 | [ ![ victoralmau] ( https://github.com/victoralmau.png?size=30px )] ( https://github.com/victoralmau ) | Sale Partner Selectable Option
3434[ sale_procurement_group_by_line] ( sale_procurement_group_by_line/ ) | 18.0.1.0.0 | | Base module for multiple procurement group by Sale order
3535[ sale_sourced_by_line] ( sale_sourced_by_line/ ) | 18.0.1.0.0 | | Multiple warehouse source locations for Sale order
36+ [ sale_stock_cancel_restriction] ( sale_stock_cancel_restriction/ ) | 18.0.1.0.0 | | Sale Stock Cancel Restriction
3637
3738[ // ] : # ( end addons )
3839
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Sale Stock Cancel Restriction
77 !! This file is generated by oca-gen-addon-readme !!
88 !! changes will be overwritten. !!
99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10- !! source digest: sha256:9c8e25a4e20e7cc8823072ee035cad5f4901e7653e4df15b577e5fd8b1f01ff3
10+ !! source digest: sha256:e6aa3b745647e5ca6b51bd807bbb2089ac1944cd14ca231aba5a379aeb43be42
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">Sale Stock Cancel Restriction</h1>
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:9c8e25a4e20e7cc8823072ee035cad5f4901e7653e4df15b577e5fd8b1f01ff3
370+ !! source digest: sha256:e6aa3b745647e5ca6b51bd807bbb2089ac1944cd14ca231aba5a379aeb43be42
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/sale-workflow/tree/18.0/sale_stock_cancel_restriction "> < img alt ="OCA/sale-workflow " src ="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_stock_cancel_restriction "> < 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/sale-workflow&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 extends the functionality of Sales to avoid canceling sales
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-sale-workflow"
3- version = " 18.0.20250208 .0"
3+ version = " 18.0.20250211 .0"
44dependencies = [
55 " odoo-addon-sale_automatic_workflow==18.0.*" ,
66 " odoo-addon-sale_automatic_workflow_stock==18.0.*" ,
@@ -14,6 +14,7 @@ dependencies = [
1414 " odoo-addon-sale_partner_selectable_option==18.0.*" ,
1515 " odoo-addon-sale_procurement_group_by_line==18.0.*" ,
1616 " odoo-addon-sale_sourced_by_line==18.0.*" ,
17+ " odoo-addon-sale_stock_cancel_restriction==18.0.*" ,
1718]
1819classifiers =[
1920 " Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments