1
- .. image :: https://odoo-community.org/readme-banner-image
2
- :target: https://odoo-community.org/get-involved?utm_source=readme
3
- :alt: Odoo Community Association
4
-
5
1
====================
6
2
Base Tier Validation
7
3
====================
@@ -17,7 +13,7 @@ Base Tier Validation
17
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Mature-brightgreen.png
18
14
:target: https://odoo-community.org/page/development-status
19
15
:alt: Mature
20
- .. |badge2 | image :: https://img.shields.io/badge/license -AGPL--3-blue.png
16
+ .. |badge2 | image :: https://img.shields.io/badge/licence -AGPL--3-blue.png
21
17
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22
18
:alt: License: AGPL-3
23
19
.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github
@@ -70,16 +66,16 @@ To configure this module, you need to:
70
66
71
67
**Note: **
72
68
73
- - If check *Notify Reviewers on Creation *, all possible reviewers will
74
- be notified by email when this definition is triggered.
75
- - If check *Notify reviewers on reaching pending * if you want to send a
76
- notification when pending status is reached. This is usefull in a
77
- approve by sequence scenario to only notify reviewers when it is their
78
- turn in the sequence.
79
- - If check *Comment *, reviewers can comment after click Validate or
80
- Reject.
81
- - If check *Approve by sequence *, reviewers is forced to review by
82
- specified sequence.
69
+ - If check *Notify Reviewers on Creation *, all possible reviewers will
70
+ be notified by email when this definition is triggered.
71
+ - If check *Notify reviewers on reaching pending * if you want to send a
72
+ notification when pending status is reached. This is usefull in a
73
+ approve by sequence scenario to only notify reviewers when it is
74
+ their turn in the sequence.
75
+ - If check *Comment *, reviewers can comment after click Validate or
76
+ Reject.
77
+ - If check *Approve by sequence *, reviewers is forced to review by
78
+ specified sequence.
83
79
84
80
To configure Tier Validation Exceptions, you need to:
85
81
@@ -94,40 +90,42 @@ To configure Tier Validation Exceptions, you need to:
94
90
95
91
**Note: **
96
92
97
- - If you don't create any exception, the Validated record will be
98
- readonly and cannot be modified.
99
- - If check *Write under Validation *, records will be able to be modified
100
- only in the defined fields when the Validation process is ongoing.
101
- - If check *Write after Validation *, records will be able to be modified
102
- only in the defined fields when the Validation process is finished.
103
- - If check *Write after Validation * and *Write under Validation *,
104
- records will be able to be modified defined fields always.
93
+ - If you don't create any exception, the Validated record will be
94
+ readonly and cannot be modified.
95
+ - If check *Write under Validation *, records will be able to be
96
+ modified only in the defined fields when the Validation process is
97
+ ongoing.
98
+ - If check *Write after Validation *, records will be able to be
99
+ modified only in the defined fields when the Validation process is
100
+ finished.
101
+ - If check *Write after Validation * and *Write under Validation *,
102
+ records will be able to be modified defined fields always.
105
103
106
104
Known issues / Roadmap
107
105
======================
108
106
109
107
This is the list of known issues for this module. Any proposal for
110
108
improvement will be very valuable.
111
109
112
- - **Issue: **
110
+ - **Issue: **
113
111
114
- When using approve_sequence option in any tier.definition there can be
115
- inconsistencies in the systray notifications.
112
+ When using approve_sequence option in any tier.definition there can
113
+ be inconsistencies in the systray notifications.
116
114
117
- **Description: **
115
+ **Description: **
118
116
119
- Field can_review in tier.review is used to filter out, in the systray
120
- notifications, the reviews a user can approve. This can_review field
121
- is updated **in the database ** in method review_user_count, this can
122
- make it very inconsistent for databases with a lot of users and
123
- recurring updates that can change the expected behavior.
117
+ Field can_review in tier.review is used to filter out, in the systray
118
+ notifications, the reviews a user can approve. This can_review field
119
+ is updated **in the database ** in method review_user_count, this can
120
+ make it very inconsistent for databases with a lot of users and
121
+ recurring updates that can change the expected behavior.
124
122
125
- - **Migration to 15.0: **
123
+ - **Migration to 15.0: **
126
124
127
- The parameter \_ tier_validation_manual_config will become False, on
128
- 14.0, the default value is True, as the change is applied after the
129
- migration. In order to use the new behavior we need to modify the
130
- value on our expected model.
125
+ The parameter \_ tier_validation_manual_config will become False, on
126
+ 14.0, the default value is True, as the change is applied after the
127
+ migration. In order to use the new behavior we need to modify the
128
+ value on our expected model.
131
129
132
130
Changelog
133
131
=========
@@ -149,69 +147,69 @@ Migrated to Odoo 14.
149
147
150
148
Fixes:
151
149
152
- - When using approve_sequence option in any tier.definition there can be
153
- inconsistencies in the systray notifications
154
- - When using approve_sequence, still not approve only the needed
155
- sequence, but also other sequence for the same approver
150
+ - When using approve_sequence option in any tier.definition there can
151
+ be inconsistencies in the systray notifications
152
+ - When using approve_sequence, still not approve only the needed
153
+ sequence, but also other sequence for the same approver
156
154
157
155
12.0.3.3.1 (2019-12-02)
158
156
-----------------------
159
157
160
158
Fixes:
161
159
162
- - Show comment on Reviews Table.
163
- - Edit notification with approve_sequence.
160
+ - Show comment on Reviews Table.
161
+ - Edit notification with approve_sequence.
164
162
165
163
12.0.3.3.0 (2019-11-27)
166
164
-----------------------
167
165
168
166
New features:
169
167
170
- - Add comment on Reviews Table.
171
- - Approve by sequence.
168
+ - Add comment on Reviews Table.
169
+ - Approve by sequence.
172
170
173
171
12.0.3.2.1 (2019-11-26)
174
172
-----------------------
175
173
176
174
Fixes:
177
175
178
- - Remove message_subscribe_users
176
+ - Remove message_subscribe_users
179
177
180
178
12.0.3.2.0 (2019-11-25)
181
179
-----------------------
182
180
183
181
New features:
184
182
185
- - Notify reviewers
183
+ - Notify reviewers
186
184
187
185
12.0.3.1.0 (2019-07-08)
188
186
-----------------------
189
187
190
188
Fixes:
191
189
192
- - Singleton error
190
+ - Singleton error
193
191
194
192
12.0.3.0.0 (2019-12-02)
195
193
-----------------------
196
194
197
195
Fixes:
198
196
199
- - Edit Reviews Table
197
+ - Edit Reviews Table
200
198
201
199
12.0.2.1.0 (2019-05-29)
202
200
-----------------------
203
201
204
202
Fixes:
205
203
206
- - Edit drop-down style width and position
204
+ - Edit drop-down style width and position
207
205
208
206
12.0.2.0.0 (2019-05-28)
209
207
-----------------------
210
208
211
209
New features:
212
210
213
- - Pass parameters as functions.
214
- - Add Systray.
211
+ - Pass parameters as functions.
212
+ - Add Systray.
215
213
216
214
12.0.1.0.0 (2019-02-18)
217
215
-----------------------
@@ -254,24 +252,24 @@ Authors
254
252
Contributors
255
253
------------
256
254
257
-
258
- - Naglis Jonaitis <
[email protected] >
259
- - Adrià Gil Sorribes <
[email protected] >
260
- - Pimolnat Suntian <
[email protected] >
261
- - Pedro Gonzalez <
[email protected] >
262
-
263
-
264
- - Carlos Lopez <
[email protected] >
265
- - Javier Colmeiro <
[email protected] >
266
- - bosd
267
-
268
- - Manuel Regidor <
[email protected] >
269
- - Eduardo de Miguel <
[email protected] >
270
- - `XCG Consulting <https://xcg-consulting.fr >`__:
271
-
272
- - Houzéfa Abbasbhay
273
-
274
- - Stefan Rijnhart <
[email protected] >
255
+
256
+ -
Naglis Jonaitis <
[email protected] >
257
+ -
Adrià Gil Sorribes <
[email protected] >
258
+ -
Pimolnat Suntian <
[email protected] >
259
+ -
Pedro Gonzalez <
[email protected] >
260
+
261
+
262
+ -
Carlos Lopez <
[email protected] >
263
+ -
Javier Colmeiro <
[email protected] >
264
+ - bosd
265
+
266
+ -
Manuel Regidor <
[email protected] >
267
+ -
Eduardo de Miguel <
[email protected] >
268
+ - `XCG Consulting <https://xcg-consulting.fr >`__:
269
+
270
+ - Houzéfa Abbasbhay
271
+
272
+ -
Stefan Rijnhart <
[email protected] >
275
273
276
274
Maintainers
277
275
-----------
0 commit comments