@@ -17,32 +17,34 @@ Base Cancel Confirm
17
17
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
:alt: License: AGPL-3
19
19
.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github
20
- :target: https://github.com/OCA/server-ux/tree/16 .0/base_cancel_confirm
20
+ :target: https://github.com/OCA/server-ux/tree/17 .0/base_cancel_confirm
21
21
:alt: OCA/server-ux
22
22
.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/server-ux-16 -0/server-ux-16 -0-base_cancel_confirm
23
+ :target: https://translation.odoo-community.org/projects/server-ux-17 -0/server-ux-17 -0-base_cancel_confirm
24
24
:alt: Translate me on Weblate
25
25
.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/server-ux&target_branch=16 .0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/server-ux&target_branch=17 .0
27
27
:alt: Try me on Runboat
28
28
29
29
|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
30
30
31
- Many document model that already has cancel action may also want a confirm dialog with option to provide reason.
31
+ Many document model that already has cancel action may also want a
32
+ confirm dialog with option to provide reason.
32
33
33
- This module does not provide a functionality by itself but an abstract model
34
- to easily implement a confirm with reason wizard when cancel button is clicked.
35
- If reason is provided, it will be visible in form view.
34
+ This module does not provide a functionality by itself but an abstract
35
+ model to easily implement a confirm with reason wizard when cancel
36
+ button is clicked. If reason is provided, it will be visible in form
37
+ view.
36
38
37
- **Note: ** To be able to use this module in a new model you will need some
38
- development.
39
+ **Note: ** To be able to use this module in a new model you will need
40
+ some development.
39
41
40
42
You can see implementation example as followings,
41
43
42
- * `sale_cancel_confirm <https://github.com/OCA/sale-workflow >`_
43
- * `purchase_cancel_confirm <https://github.com/OCA/purchase-workflow >`_
44
- * `purchase_request_cancel_confirm <https://github.com/OCA/purchase-workflow >`_
45
- * `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 >`__
46
48
47
49
**Table of contents **
48
50
@@ -52,40 +54,43 @@ You can see implementation example as followings,
52
54
Configuration
53
55
=============
54
56
55
- By default, the cancel confirm will be disabled (to ensure no side effect on other module unit test)
57
+ By default, the cancel confirm will be disabled (to ensure no side
58
+ effect on other module unit test)
56
59
57
- To enable cancel confirm wizard, please add System Parameter (ir.config_parameter) for each extended module.
60
+ To enable cancel confirm wizard, please add System Parameter
61
+ (ir.config_parameter) for each extended module.
58
62
59
63
For example,
60
64
61
- * sale_cancel_confirm, add `sale.order.cancel_confirm_disable = False `
62
- * purchase_cancel_confirm, add `purchase.order.cancel_confirm_disable = False `
65
+ - sale_cancel_confirm, add sale.order.cancel_confirm_disable = False
66
+ - purchase_cancel_confirm, add purchase.order.cancel_confirm_disable =
67
+ False
63
68
64
69
Bug Tracker
65
70
===========
66
71
67
72
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-ux/issues >`_.
68
73
In case of trouble, please check there if your issue has already been reported.
69
74
If you spotted it first, help us to smash it by providing a detailed and welcomed
70
- `feedback <https://github.com/OCA/server-ux/issues/new?body=module:%20base_cancel_confirm%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
75
+ `feedback <https://github.com/OCA/server-ux/issues/new?body=module:%20base_cancel_confirm%0Aversion:%2017 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
71
76
72
77
Do not contact contributors directly about support or help with technical issues.
73
78
74
79
Credits
75
80
=======
76
81
77
82
Authors
78
- ~~~~~~~
83
+ -------
79
84
80
85
* Ecosoft
81
86
82
87
Contributors
83
- ~~~~~~~~~~~~
88
+ ------------
84
89
85
- * Kitti U. <kittiu@ecosoft.co.th>
90
+ - Kitti U. <kittiu@ecosoft.co.th>
86
91
87
92
Maintainers
88
- ~~~~~~~~~~~
93
+ -----------
89
94
90
95
This module is maintained by the OCA.
91
96
@@ -105,6 +110,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
105
110
106
111
|maintainer-kittiu |
107
112
108
- This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/16 .0/base_cancel_confirm >`_ project on GitHub.
113
+ This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/17 .0/base_cancel_confirm >`_ project on GitHub.
109
114
110
115
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments