odoo-addon-base-tier-validation 17.0.2.2.1__py3-none-any.whl → 17.0.2.3.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. odoo/addons/base_tier_validation/README.rst +66 -68
  2. odoo/addons/base_tier_validation/__manifest__.py +2 -1
  3. odoo/addons/base_tier_validation/data/cron_data.xml +17 -0
  4. odoo/addons/base_tier_validation/data/mail_data.xml +18 -0
  5. odoo/addons/base_tier_validation/i18n/base_tier_validation.pot +42 -1
  6. odoo/addons/base_tier_validation/i18n/es.po +50 -3
  7. odoo/addons/base_tier_validation/i18n/es_MX.po +50 -3
  8. odoo/addons/base_tier_validation/i18n/fr.po +51 -3
  9. odoo/addons/base_tier_validation/i18n/it.po +57 -4
  10. odoo/addons/base_tier_validation/i18n/nl_NL.po +50 -3
  11. odoo/addons/base_tier_validation/i18n/sv.po +50 -3
  12. odoo/addons/base_tier_validation/i18n/tr.po +50 -3
  13. odoo/addons/base_tier_validation/i18n/zh_CN.po +50 -3
  14. odoo/addons/base_tier_validation/models/res_users.py +5 -3
  15. odoo/addons/base_tier_validation/models/tier_definition.py +39 -0
  16. odoo/addons/base_tier_validation/models/tier_review.py +40 -0
  17. odoo/addons/base_tier_validation/models/tier_validation.py +37 -13
  18. odoo/addons/base_tier_validation/security/ir.model.access.csv +1 -1
  19. odoo/addons/base_tier_validation/static/description/index.html +11 -13
  20. odoo/addons/base_tier_validation/tests/__init__.py +1 -0
  21. odoo/addons/base_tier_validation/tests/common.py +1 -1
  22. odoo/addons/base_tier_validation/tests/test_tier_validation.py +11 -0
  23. odoo/addons/base_tier_validation/tests/test_tier_validation_reminder.py +46 -0
  24. odoo/addons/base_tier_validation/views/tier_definition_view.xml +2 -0
  25. {odoo_addon_base_tier_validation-17.0.2.2.1.dist-info → odoo_addon_base_tier_validation-17.0.2.3.0.2.dist-info}/METADATA +67 -69
  26. {odoo_addon_base_tier_validation-17.0.2.2.1.dist-info → odoo_addon_base_tier_validation-17.0.2.3.0.2.dist-info}/RECORD +28 -26
  27. {odoo_addon_base_tier_validation-17.0.2.2.1.dist-info → odoo_addon_base_tier_validation-17.0.2.3.0.2.dist-info}/WHEEL +0 -0
  28. {odoo_addon_base_tier_validation-17.0.2.2.1.dist-info → odoo_addon_base_tier_validation-17.0.2.3.0.2.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Base Tier Validation
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:1d286dc389232f0cc60fd6012ae72c5eaf918284c9e7ef73da914cd6691cf822
10
+ !! source digest: sha256:9d45fb0cb0dd64489508d2963bbd948c59b466f16618469b6e86e3d606511aeb
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -66,16 +66,16 @@ To configure this module, you need to:
66
66
 
67
67
  **Note:**
68
68
 
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.
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 their
74
+ 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.
79
79
 
80
80
  To configure Tier Validation Exceptions, you need to:
81
81
 
@@ -90,16 +90,14 @@ To configure Tier Validation Exceptions, you need to:
90
90
 
91
91
  **Note:**
92
92
 
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.
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 modified
96
+ only in the defined fields when the Validation process is ongoing.
97
+ - If check *Write after Validation*, records will be able to be modified
98
+ only in the defined fields when the Validation process is finished.
99
+ - If check *Write after Validation* and *Write under Validation*,
100
+ records will be able to be modified defined fields always.
103
101
 
104
102
  Known issues / Roadmap
105
103
  ======================
@@ -107,25 +105,25 @@ Known issues / Roadmap
107
105
  This is the list of known issues for this module. Any proposal for
108
106
  improvement will be very valuable.
109
107
 
110
- - **Issue:**
108
+ - **Issue:**
111
109
 
112
- When using approve_sequence option in any tier.definition there can
113
- be inconsistencies in the systray notifications.
110
+ When using approve_sequence option in any tier.definition there can be
111
+ inconsistencies in the systray notifications.
114
112
 
115
- **Description:**
113
+ **Description:**
116
114
 
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.
115
+ Field can_review in tier.review is used to filter out, in the systray
116
+ notifications, the reviews a user can approve. This can_review field
117
+ is updated **in the database** in method review_user_count, this can
118
+ make it very inconsistent for databases with a lot of users and
119
+ recurring updates that can change the expected behavior.
122
120
 
123
- - **Migration to 15.0:**
121
+ - **Migration to 15.0:**
124
122
 
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.
123
+ The parameter \_tier_validation_manual_config will become False, on
124
+ 14.0, the default value is True, as the change is applied after the
125
+ migration. In order to use the new behavior we need to modify the
126
+ value on our expected model.
129
127
 
130
128
  Changelog
131
129
  =========
@@ -147,69 +145,69 @@ Migrated to Odoo 14.
147
145
 
148
146
  Fixes:
149
147
 
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
148
+ - When using approve_sequence option in any tier.definition there can be
149
+ inconsistencies in the systray notifications
150
+ - When using approve_sequence, still not approve only the needed
151
+ sequence, but also other sequence for the same approver
154
152
 
155
153
  12.0.3.3.1 (2019-12-02)
156
154
  -----------------------
157
155
 
158
156
  Fixes:
159
157
 
160
- - Show comment on Reviews Table.
161
- - Edit notification with approve_sequence.
158
+ - Show comment on Reviews Table.
159
+ - Edit notification with approve_sequence.
162
160
 
163
161
  12.0.3.3.0 (2019-11-27)
164
162
  -----------------------
165
163
 
166
164
  New features:
167
165
 
168
- - Add comment on Reviews Table.
169
- - Approve by sequence.
166
+ - Add comment on Reviews Table.
167
+ - Approve by sequence.
170
168
 
171
169
  12.0.3.2.1 (2019-11-26)
172
170
  -----------------------
173
171
 
174
172
  Fixes:
175
173
 
176
- - Remove message_subscribe_users
174
+ - Remove message_subscribe_users
177
175
 
178
176
  12.0.3.2.0 (2019-11-25)
179
177
  -----------------------
180
178
 
181
179
  New features:
182
180
 
183
- - Notify reviewers
181
+ - Notify reviewers
184
182
 
185
183
  12.0.3.1.0 (2019-07-08)
186
184
  -----------------------
187
185
 
188
186
  Fixes:
189
187
 
190
- - Singleton error
188
+ - Singleton error
191
189
 
192
190
  12.0.3.0.0 (2019-12-02)
193
191
  -----------------------
194
192
 
195
193
  Fixes:
196
194
 
197
- - Edit Reviews Table
195
+ - Edit Reviews Table
198
196
 
199
197
  12.0.2.1.0 (2019-05-29)
200
198
  -----------------------
201
199
 
202
200
  Fixes:
203
201
 
204
- - Edit drop-down style width and position
202
+ - Edit drop-down style width and position
205
203
 
206
204
  12.0.2.0.0 (2019-05-28)
207
205
  -----------------------
208
206
 
209
207
  New features:
210
208
 
211
- - Pass parameters as functions.
212
- - Add Systray.
209
+ - Pass parameters as functions.
210
+ - Add Systray.
213
211
 
214
212
  12.0.1.0.0 (2019-02-18)
215
213
  -----------------------
@@ -252,24 +250,24 @@ Authors
252
250
  Contributors
253
251
  ------------
254
252
 
255
- - Lois Rilo <lois.rilo@forgeflow.com>
256
- - Naglis Jonaitis <naglis@versada.eu>
257
- - Adrià Gil Sorribes <adria.gil@forgeflow.com>
258
- - Pimolnat Suntian <pimolnats@ecosoft.co.th>
259
- - Pedro Gonzalez <pedro.gonzalez@pesol.es>
260
- - Kitti U. <kittiu@ecosoft.co.th>
261
- - Saran Lim. <saranl@ecosoft.co.th>
262
- - Carlos Lopez <celm1990@gmail.com>
263
- - Javier Colmeiro <javier.colmeiro@braintec.com>
264
- - bosd
265
- - Evan Soh <evan.soh@omnisoftsolution.com>
266
- - Manuel Regidor <manuel.regidor@sygel.es>
267
- - Eduardo de Miguel <edu@moduon.team>
268
- - `XCG Consulting <https://xcg-consulting.fr>`__:
269
-
270
- - Houzéfa Abbasbhay
271
-
272
- - Stefan Rijnhart <stefan@opener.amsterdam>
253
+ - Lois Rilo <lois.rilo@forgeflow.com>
254
+ - Naglis Jonaitis <naglis@versada.eu>
255
+ - Adrià Gil Sorribes <adria.gil@forgeflow.com>
256
+ - Pimolnat Suntian <pimolnats@ecosoft.co.th>
257
+ - Pedro Gonzalez <pedro.gonzalez@pesol.es>
258
+ - Kitti U. <kittiu@ecosoft.co.th>
259
+ - Saran Lim. <saranl@ecosoft.co.th>
260
+ - Carlos Lopez <celm1990@gmail.com>
261
+ - Javier Colmeiro <javier.colmeiro@braintec.com>
262
+ - bosd
263
+ - Evan Soh <evan.soh@omnisoftsolution.com>
264
+ - Manuel Regidor <manuel.regidor@sygel.es>
265
+ - Eduardo de Miguel <edu@moduon.team>
266
+ - `XCG Consulting <https://xcg-consulting.fr>`__:
267
+
268
+ - Houzéfa Abbasbhay
269
+
270
+ - Stefan Rijnhart <stefan@opener.amsterdam>
273
271
 
274
272
  Maintainers
275
273
  -----------
@@ -3,7 +3,7 @@
3
3
  {
4
4
  "name": "Base Tier Validation",
5
5
  "summary": "Implement a validation process based on tiers.",
6
- "version": "17.0.2.2.1",
6
+ "version": "17.0.2.3.0",
7
7
  "development_status": "Mature",
8
8
  "maintainers": ["LoisRForgeFlow"],
9
9
  "category": "Tools",
@@ -14,6 +14,7 @@
14
14
  "installable": True,
15
15
  "depends": ["mail"],
16
16
  "data": [
17
+ "data/cron_data.xml",
17
18
  "data/mail_data.xml",
18
19
  "security/ir.model.access.csv",
19
20
  "security/tier_validation_security.xml",
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <odoo noupdate="1">
3
+ <record id="ir_cron_auto_tier_validation" model="ir.cron">
4
+ <field name="name">Send Tier Review Reminder</field>
5
+ <field name="interval_number">1</field>
6
+ <field name="interval_type">days</field>
7
+ <field name="numbercall">-1</field>
8
+ <field
9
+ name="nextcall"
10
+ eval="(datetime.now() + timedelta(minutes=5)).strftime('%Y-%m-%d %H:%M:%S')"
11
+ />
12
+ <field name="doall" eval="False" />
13
+ <field name="model_id" ref="model_tier_definition" />
14
+ <field name="code">model._cron_send_review_reminder()</field>
15
+ <field name="state">code</field>
16
+ </record>
17
+ </odoo>
@@ -40,4 +40,22 @@
40
40
  <field name="internal" eval="True" />
41
41
  <field name="hidden" eval="True" />
42
42
  </record>
43
+ <record
44
+ id="mt_tier_validation_reminder"
45
+ model="mail.message.subtype"
46
+ forcecreate="1"
47
+ >
48
+ <field name="name">Tier Validation Reminder</field>
49
+ <field name="default" eval="True" />
50
+ <field name="internal" eval="True" />
51
+ <field name="hidden" eval="True" />
52
+ </record>
53
+ <record
54
+ id="mail_act_tier_validation_reminder"
55
+ model="mail.activity.type"
56
+ forcecreate="1"
57
+ >
58
+ <field name="name">Tier Validation Reminder</field>
59
+ <field name="icon">fa-bell</field>
60
+ </record>
43
61
  </odoo>
@@ -56,6 +56,13 @@ msgstr ""
56
56
  msgid "A record to be reviewed has been created by %s."
57
57
  msgstr ""
58
58
 
59
+ #. module: base_tier_validation
60
+ #. odoo-python
61
+ #: code:addons/base_tier_validation/models/tier_review.py:0
62
+ #, python-format
63
+ msgid "A review has been requested %s days ago."
64
+ msgstr ""
65
+
59
66
  #. module: base_tier_validation
60
67
  #. odoo-python
61
68
  #: code:addons/base_tier_validation/models/tier_validation.py:0
@@ -115,6 +122,11 @@ msgstr ""
115
122
  msgid "All"
116
123
  msgstr ""
117
124
 
125
+ #. module: base_tier_validation
126
+ #: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__allow_write_for_reviewer
127
+ msgid "Allow Write For Reviewers"
128
+ msgstr ""
129
+
118
130
  #. module: base_tier_validation
119
131
  #: model:ir.model.fields,help:base_tier_validation.field_tier_validation_exception__group_ids
120
132
  msgid "Allowed groups to use this Tier Validation Exception"
@@ -395,6 +407,11 @@ msgstr ""
395
407
  msgid "It's in the validation process"
396
408
  msgstr ""
397
409
 
410
+ #. module: base_tier_validation
411
+ #: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__last_reminder_date
412
+ msgid "Last Reminder Date"
413
+ msgstr ""
414
+
398
415
  #. module: base_tier_validation
399
416
  #: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__write_uid
400
417
  #: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__write_uid
@@ -490,6 +507,13 @@ msgstr ""
490
507
  msgid "Notify Reviewers on reaching Pending"
491
508
  msgstr ""
492
509
 
510
+ #. module: base_tier_validation
511
+ #: model:ir.model.fields,help:base_tier_validation.field_tier_definition__notify_reminder_delay
512
+ msgid ""
513
+ "Number of days after which a message must be posted to remind about pending "
514
+ "validation (0 = no reminder)"
515
+ msgstr ""
516
+
493
517
  #. module: base_tier_validation
494
518
  #: model_terms:ir.actions.act_window,help:base_tier_validation.tier_validation_exception_action
495
519
  msgid ""
@@ -627,6 +651,16 @@ msgstr ""
627
651
  msgid "Reviews"
628
652
  msgstr ""
629
653
 
654
+ #. module: base_tier_validation
655
+ #: model:ir.actions.server,name:base_tier_validation.ir_cron_auto_tier_validation_ir_actions_server
656
+ msgid "Send Tier Review Reminder"
657
+ msgstr ""
658
+
659
+ #. module: base_tier_validation
660
+ #: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__notify_reminder_delay
661
+ msgid "Send reminder message on pending reviews"
662
+ msgstr ""
663
+
630
664
  #. module: base_tier_validation
631
665
  #. odoo-javascript
632
666
  #: code:addons/base_tier_validation/static/src/components/tier_review_widget/tier_review_widget.xml:0
@@ -674,7 +708,8 @@ msgstr ""
674
708
  #: code:addons/base_tier_validation/models/tier_validation.py:0
675
709
  #, python-format
676
710
  msgid ""
677
- "This action needs to be validated for at least one record. \n"
711
+ "This action needs to be validated for at least one record. Reviews pending:\n"
712
+ " - %s \n"
678
713
  "Please request a validation."
679
714
  msgstr ""
680
715
 
@@ -733,6 +768,12 @@ msgstr ""
733
768
  msgid "Tier Validation Rejected Notification"
734
769
  msgstr ""
735
770
 
771
+ #. module: base_tier_validation
772
+ #: model:mail.activity.type,name:base_tier_validation.mail_act_tier_validation_reminder
773
+ #: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_reminder
774
+ msgid "Tier Validation Reminder"
775
+ msgstr ""
776
+
736
777
  #. module: base_tier_validation
737
778
  #: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_requested
738
779
  msgid "Tier Validation Requested"
@@ -71,6 +71,13 @@ msgstr ""
71
71
  msgid "A record to be reviewed has been created by %s."
72
72
  msgstr "Un registro a revisar ha sido creado por %s."
73
73
 
74
+ #. module: base_tier_validation
75
+ #. odoo-python
76
+ #: code:addons/base_tier_validation/models/tier_review.py:0
77
+ #, python-format
78
+ msgid "A review has been requested %s days ago."
79
+ msgstr ""
80
+
74
81
  #. module: base_tier_validation
75
82
  #. odoo-python
76
83
  #: code:addons/base_tier_validation/models/tier_validation.py:0
@@ -130,6 +137,11 @@ msgstr "Actividades"
130
137
  msgid "All"
131
138
  msgstr "Todos"
132
139
 
140
+ #. module: base_tier_validation
141
+ #: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__allow_write_for_reviewer
142
+ msgid "Allow Write For Reviewers"
143
+ msgstr ""
144
+
133
145
  #. module: base_tier_validation
134
146
  #: model:ir.model.fields,help:base_tier_validation.field_tier_validation_exception__group_ids
135
147
  msgid "Allowed groups to use this Tier Validation Exception"
@@ -426,6 +438,11 @@ msgstr ""
426
438
  msgid "It's in the validation process"
427
439
  msgstr ""
428
440
 
441
+ #. module: base_tier_validation
442
+ #: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__last_reminder_date
443
+ msgid "Last Reminder Date"
444
+ msgstr ""
445
+
429
446
  #. module: base_tier_validation
430
447
  #: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__write_uid
431
448
  #: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__write_uid
@@ -521,6 +538,13 @@ msgstr "Notificar a los Revisores al Reiniciar"
521
538
  msgid "Notify Reviewers on reaching Pending"
522
539
  msgstr "Notificar a los Revisores sobre la recepción de Pendientes"
523
540
 
541
+ #. module: base_tier_validation
542
+ #: model:ir.model.fields,help:base_tier_validation.field_tier_definition__notify_reminder_delay
543
+ msgid ""
544
+ "Number of days after which a message must be posted to remind about pending "
545
+ "validation (0 = no reminder)"
546
+ msgstr ""
547
+
524
548
  #. module: base_tier_validation
525
549
  #: model_terms:ir.actions.act_window,help:base_tier_validation.tier_validation_exception_action
526
550
  msgid ""
@@ -660,6 +684,16 @@ msgstr "Revisores"
660
684
  msgid "Reviews"
661
685
  msgstr "Revisiones"
662
686
 
687
+ #. module: base_tier_validation
688
+ #: model:ir.actions.server,name:base_tier_validation.ir_cron_auto_tier_validation_ir_actions_server
689
+ msgid "Send Tier Review Reminder"
690
+ msgstr ""
691
+
692
+ #. module: base_tier_validation
693
+ #: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__notify_reminder_delay
694
+ msgid "Send reminder message on pending reviews"
695
+ msgstr ""
696
+
663
697
  #. module: base_tier_validation
664
698
  #. odoo-javascript
665
699
  #: code:addons/base_tier_validation/static/src/components/tier_review_widget/tier_review_widget.xml:0
@@ -707,11 +741,10 @@ msgstr "Este %s necesita ser validado"
707
741
  #: code:addons/base_tier_validation/models/tier_validation.py:0
708
742
  #, python-format
709
743
  msgid ""
710
- "This action needs to be validated for at least one record. \n"
744
+ "This action needs to be validated for at least one record. Reviews pending:\n"
745
+ " - %s \n"
711
746
  "Please request a validation."
712
747
  msgstr ""
713
- "Esta acción necesita ser validada para algún registro.\n"
714
- "Por favor, solicita una validación."
715
748
 
716
749
  #. module: base_tier_validation
717
750
  #: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__sequence
@@ -768,6 +801,12 @@ msgstr ""
768
801
  msgid "Tier Validation Rejected Notification"
769
802
  msgstr "Validación de nivel Notificación rechazada"
770
803
 
804
+ #. module: base_tier_validation
805
+ #: model:mail.activity.type,name:base_tier_validation.mail_act_tier_validation_reminder
806
+ #: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_reminder
807
+ msgid "Tier Validation Reminder"
808
+ msgstr ""
809
+
771
810
  #. module: base_tier_validation
772
811
  #: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_requested
773
812
  msgid "Tier Validation Requested"
@@ -925,6 +964,14 @@ msgstr ""
925
964
  msgid "e.g. Tier Validation for..."
926
965
  msgstr "ej. Validación de Nivel por..."
927
966
 
967
+ #, python-format
968
+ #~ msgid ""
969
+ #~ "This action needs to be validated for at least one record. \n"
970
+ #~ "Please request a validation."
971
+ #~ msgstr ""
972
+ #~ "Esta acción necesita ser validada para algún registro.\n"
973
+ #~ "Por favor, solicita una validación."
974
+
928
975
  #, python-format
929
976
  #~ msgid "The operation is under validation."
930
977
  #~ msgstr "Esta operación está en proceso de validación."
@@ -59,6 +59,13 @@ msgstr ""
59
59
  msgid "A record to be reviewed has been created by %s."
60
60
  msgstr ""
61
61
 
62
+ #. module: base_tier_validation
63
+ #. odoo-python
64
+ #: code:addons/base_tier_validation/models/tier_review.py:0
65
+ #, python-format
66
+ msgid "A review has been requested %s days ago."
67
+ msgstr ""
68
+
62
69
  #. module: base_tier_validation
63
70
  #. odoo-python
64
71
  #: code:addons/base_tier_validation/models/tier_validation.py:0
@@ -119,6 +126,11 @@ msgstr ""
119
126
  msgid "All"
120
127
  msgstr "Todos"
121
128
 
129
+ #. module: base_tier_validation
130
+ #: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__allow_write_for_reviewer
131
+ msgid "Allow Write For Reviewers"
132
+ msgstr ""
133
+
122
134
  #. module: base_tier_validation
123
135
  #: model:ir.model.fields,help:base_tier_validation.field_tier_validation_exception__group_ids
124
136
  msgid "Allowed groups to use this Tier Validation Exception"
@@ -403,6 +415,11 @@ msgstr ""
403
415
  msgid "It's in the validation process"
404
416
  msgstr ""
405
417
 
418
+ #. module: base_tier_validation
419
+ #: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__last_reminder_date
420
+ msgid "Last Reminder Date"
421
+ msgstr ""
422
+
406
423
  #. module: base_tier_validation
407
424
  #: model:ir.model.fields,field_description:base_tier_validation.field_comment_wizard__write_uid
408
425
  #: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__write_uid
@@ -498,6 +515,13 @@ msgstr ""
498
515
  msgid "Notify Reviewers on reaching Pending"
499
516
  msgstr ""
500
517
 
518
+ #. module: base_tier_validation
519
+ #: model:ir.model.fields,help:base_tier_validation.field_tier_definition__notify_reminder_delay
520
+ msgid ""
521
+ "Number of days after which a message must be posted to remind about pending "
522
+ "validation (0 = no reminder)"
523
+ msgstr ""
524
+
501
525
  #. module: base_tier_validation
502
526
  #: model_terms:ir.actions.act_window,help:base_tier_validation.tier_validation_exception_action
503
527
  msgid ""
@@ -635,6 +659,16 @@ msgstr "Revisores"
635
659
  msgid "Reviews"
636
660
  msgstr "Comentarios"
637
661
 
662
+ #. module: base_tier_validation
663
+ #: model:ir.actions.server,name:base_tier_validation.ir_cron_auto_tier_validation_ir_actions_server
664
+ msgid "Send Tier Review Reminder"
665
+ msgstr ""
666
+
667
+ #. module: base_tier_validation
668
+ #: model:ir.model.fields,field_description:base_tier_validation.field_tier_definition__notify_reminder_delay
669
+ msgid "Send reminder message on pending reviews"
670
+ msgstr ""
671
+
638
672
  #. module: base_tier_validation
639
673
  #. odoo-javascript
640
674
  #: code:addons/base_tier_validation/static/src/components/tier_review_widget/tier_review_widget.xml:0
@@ -682,11 +716,10 @@ msgstr ""
682
716
  #: code:addons/base_tier_validation/models/tier_validation.py:0
683
717
  #, python-format
684
718
  msgid ""
685
- "This action needs to be validated for at least one record. \n"
719
+ "This action needs to be validated for at least one record. Reviews pending:\n"
720
+ " - %s \n"
686
721
  "Please request a validation."
687
722
  msgstr ""
688
- "Esta acción debe validarse para al menos un registro.\n"
689
- "Solicite una validación."
690
723
 
691
724
  #. module: base_tier_validation
692
725
  #: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__sequence
@@ -743,6 +776,12 @@ msgstr ""
743
776
  msgid "Tier Validation Rejected Notification"
744
777
  msgstr "Notificación de rechazo de validación de nivel"
745
778
 
779
+ #. module: base_tier_validation
780
+ #: model:mail.activity.type,name:base_tier_validation.mail_act_tier_validation_reminder
781
+ #: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_reminder
782
+ msgid "Tier Validation Reminder"
783
+ msgstr ""
784
+
746
785
  #. module: base_tier_validation
747
786
  #: model:mail.message.subtype,name:base_tier_validation.mt_tier_validation_requested
748
787
  msgid "Tier Validation Requested"
@@ -900,6 +939,14 @@ msgstr ""
900
939
  msgid "e.g. Tier Validation for..."
901
940
  msgstr "p.ej. Validación de nivel para ..."
902
941
 
942
+ #, python-format
943
+ #~ msgid ""
944
+ #~ "This action needs to be validated for at least one record. \n"
945
+ #~ "Please request a validation."
946
+ #~ msgstr ""
947
+ #~ "Esta acción debe validarse para al menos un registro.\n"
948
+ #~ "Solicite una validación."
949
+
903
950
  #, python-format
904
951
  #~ msgid "The operation is under validation."
905
952
  #~ msgstr "La operación está en proceso de validación."