diff --git a/README.md b/README.md index 07d052eddd7..525ea3800d1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ addon | version | maintainers | summary [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 [sale_procurement_group_by_line](sale_procurement_group_by_line/) | 18.0.1.0.0 | | Base module for multiple procurement group by Sale order [sale_sourced_by_line](sale_sourced_by_line/) | 18.0.1.0.0 | | Multiple warehouse source locations for Sale order +[sale_stock_cancel_restriction](sale_stock_cancel_restriction/) | 18.0.1.0.0 | | Sale Stock Cancel Restriction [//]: # (end addons) diff --git a/sale_stock_cancel_restriction/README.rst b/sale_stock_cancel_restriction/README.rst index bd4bc1e9232..bf87f2f997f 100644 --- a/sale_stock_cancel_restriction/README.rst +++ b/sale_stock_cancel_restriction/README.rst @@ -7,7 +7,7 @@ Sale Stock Cancel Restriction !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9c8e25a4e20e7cc8823072ee035cad5f4901e7653e4df15b577e5fd8b1f01ff3 + !! source digest: sha256:e6aa3b745647e5ca6b51bd807bbb2089ac1944cd14ca231aba5a379aeb43be42 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/sale_stock_cancel_restriction/static/description/index.html b/sale_stock_cancel_restriction/static/description/index.html index 2ddb33b4145..6bee836908b 100644 --- a/sale_stock_cancel_restriction/static/description/index.html +++ b/sale_stock_cancel_restriction/static/description/index.html @@ -367,7 +367,7 @@

Sale Stock Cancel Restriction

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9c8e25a4e20e7cc8823072ee035cad5f4901e7653e4df15b577e5fd8b1f01ff3 +!! source digest: sha256:e6aa3b745647e5ca6b51bd807bbb2089ac1944cd14ca231aba5a379aeb43be42 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runboat

This module extends the functionality of Sales to avoid canceling sales diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 70074461406..f7559a63345 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-sale-workflow" -version = "18.0.20250208.0" +version = "18.0.20250211.0" dependencies = [ "odoo-addon-sale_automatic_workflow==18.0.*", "odoo-addon-sale_automatic_workflow_stock==18.0.*", @@ -14,6 +14,7 @@ dependencies = [ "odoo-addon-sale_partner_selectable_option==18.0.*", "odoo-addon-sale_procurement_group_by_line==18.0.*", "odoo-addon-sale_sourced_by_line==18.0.*", + "odoo-addon-sale_stock_cancel_restriction==18.0.*", ] classifiers=[ "Programming Language :: Python",