Skip to content

Commit d3608b3

Browse files
committed
[BOT] post-merge updates
1 parent a2fefc9 commit d3608b3

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[announcement](announcement/) | 17.0.1.0.0 | | Notify internal users about relevant organization stuff
2525
[barcode_action](barcode_action/) | 17.0.1.0.1 | | Allows to use barcodes as a launcher
26+
[base_cancel_confirm](base_cancel_confirm/) | 17.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Base Cancel Confirm
2627
[base_export_manager](base_export_manager/) | 17.0.1.0.0 | | Manage model export profiles
2728
[base_menu_visibility_restriction](base_menu_visibility_restriction/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Restrict (with groups) menu visibilty
2829
[base_optional_quick_create](base_optional_quick_create/) | 17.0.1.0.0 | | Avoid "quick create" on m2o fields, on a "by model" basis

base_cancel_confirm/README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Base Cancel Confirm
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:ac67f451a2d77db32074340753f7ab30872dce3cf2d8d80108df9af61a228db5
10+
!! source digest: sha256:83bafed6bcf6d40ea5402b5f180e31c161c935b9dcca98efd4efa72a4e3624d2
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -41,10 +41,10 @@ some development.
4141

4242
You can see implementation example as followings,
4343

44-
- `sale_cancel_confirm <https://github.com/OCA/sale-workflow>`__
45-
- `purchase_cancel_confirm <https://github.com/OCA/purchase-workflow>`__
46-
- `purchase_request_cancel_confirm <https://github.com/OCA/purchase-workflow>`__
47-
- `account_move_cancel_confirm <https://github.com/OCA/account-invoicing>`__
44+
- `sale_cancel_confirm <https://github.com/OCA/sale-workflow>`__
45+
- `purchase_cancel_confirm <https://github.com/OCA/purchase-workflow>`__
46+
- `purchase_request_cancel_confirm <https://github.com/OCA/purchase-workflow>`__
47+
- `account_move_cancel_confirm <https://github.com/OCA/account-invoicing>`__
4848

4949
**Table of contents**
5050

@@ -62,9 +62,9 @@ To enable cancel confirm wizard, please add System Parameter
6262

6363
For example,
6464

65-
- sale_cancel_confirm, add sale.order.cancel_confirm_disable = False
66-
- purchase_cancel_confirm, add purchase.order.cancel_confirm_disable =
67-
False
65+
- sale_cancel_confirm, add sale.order.cancel_confirm_disable = False
66+
- purchase_cancel_confirm, add purchase.order.cancel_confirm_disable =
67+
False
6868

6969
Bug Tracker
7070
===========
@@ -87,7 +87,7 @@ Authors
8787
Contributors
8888
------------
8989

90-
- Kitti U. <kittiu@ecosoft.co.th>
90+
- Kitti U. <kittiu@ecosoft.co.th>
9191

9292
Maintainers
9393
-----------

base_cancel_confirm/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Base Cancel Confirm</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:ac67f451a2d77db32074340753f7ab30872dce3cf2d8d80108df9af61a228db5
370+
!! source digest: sha256:83bafed6bcf6d40ea5402b5f180e31c161c935b9dcca98efd4efa72a4e3624d2
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/server-ux/tree/17.0/base_cancel_confirm"><img alt="OCA/server-ux" src="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-ux-17-0/server-ux-17-0-base_cancel_confirm"><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/server-ux&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>Many document model that already has cancel action may also want a

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
22
name = "odoo-addons-oca-server-ux"
3-
version = "17.0.20241216.0"
3+
version = "17.0.20250310.0"
44
dependencies = [
55
"odoo-addon-announcement>=17.0dev,<17.1dev",
66
"odoo-addon-barcode_action>=17.0dev,<17.1dev",
7+
"odoo-addon-base_cancel_confirm>=17.0dev,<17.1dev",
78
"odoo-addon-base_export_manager>=17.0dev,<17.1dev",
89
"odoo-addon-base_menu_visibility_restriction>=17.0dev,<17.1dev",
910
"odoo-addon-base_optional_quick_create>=17.0dev,<17.1dev",

0 commit comments

Comments
 (0)