Skip to content

Commit c0d810b

Browse files
committed
[BOT] post-merge updates
1 parent 465aad4 commit c0d810b

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

sale_stock_cancel_restriction/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sale_stock_cancel_restriction/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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&amp;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

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-sale-workflow"
3-
version = "18.0.20250208.0"
3+
version = "18.0.20250211.0"
44
dependencies = [
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
]
1819
classifiers=[
1920
"Programming Language :: Python",

0 commit comments

Comments
 (0)