odoo-addon-automation-oca 16.0.1.0.0.10__py3-none-any.whl → 16.0.1.1.0.1__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.
@@ -7,7 +7,7 @@ Automation Oca
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:79346974b6bc52f39badbcb073b5b673703400c6599eb291a03e72e78bb9e930
10
+ !! source digest: sha256:93005cb66ccbe8be7829365fbd1d3ccb74bf7ccd1e7cd51f6e342410dd4f4cf1
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -5,7 +5,7 @@
5
5
  "name": "Automation Oca",
6
6
  "summary": """
7
7
  Automate actions in threaded models""",
8
- "version": "16.0.1.0.0",
8
+ "version": "16.0.1.1.0",
9
9
  "license": "AGPL-3",
10
10
  "category": "Automation",
11
11
  "author": "Dixmit,Odoo Community Association (OCA)",
@@ -36,7 +36,9 @@ for record in records.filtered(lambda r: not r.is_blacklisted):
36
36
  eval="[(4, ref('demo_tag_process')), (4, ref('demo_tag_demo'))]"
37
37
  />
38
38
  <field name="field_id" ref="base.field_res_partner__email" />
39
- <field name="editable_domain">[('email', '!=', False)]</field>
39
+ <field
40
+ name="editable_domain"
41
+ >[ ("email", "!=", False), ("create_date", "&lt;=", datetime.datetime.now())]</field>
40
42
  </record>
41
43
  <record id="demo_configuration_welcome_send" model="automation.configuration.step">
42
44
  <field name="name">Send email</field>
@@ -13,6 +13,19 @@ msgstr ""
13
13
  "Content-Transfer-Encoding: \n"
14
14
  "Plural-Forms: \n"
15
15
 
16
+ #. module: automation_oca
17
+ #: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
18
+ msgid ""
19
+ "\n"
20
+ " Filter to apply\n"
21
+ " Following special variable can be used in filter :\n"
22
+ " * datetime\n"
23
+ " * dateutil\n"
24
+ " * time\n"
25
+ " * user\n"
26
+ " * ref "
27
+ msgstr ""
28
+
16
29
  #. module: automation_oca
17
30
  #. odoo-python
18
31
  #: code:addons/automation_oca/models/automation_configuration_step.py:0
@@ -526,12 +539,22 @@ msgid "Filter Domain"
526
539
  msgstr ""
527
540
 
528
541
  #. module: automation_oca
529
- #: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
530
- #: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
531
542
  #: model:ir.model.fields,help:automation_oca.field_automation_filter__domain
532
543
  msgid "Filter to apply"
533
544
  msgstr ""
534
545
 
546
+ #. module: automation_oca
547
+ #: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
548
+ msgid ""
549
+ "Filter to apply\n"
550
+ " Following special variable can be used in filter :\n"
551
+ " * datetime\n"
552
+ " * dateutil\n"
553
+ " * time\n"
554
+ " * user\n"
555
+ " * ref "
556
+ msgstr ""
557
+
535
558
  #. module: automation_oca
536
559
  #: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__domain
537
560
  msgid "Filter to apply specifically"
@@ -16,6 +16,19 @@ msgstr ""
16
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
17
  "X-Generator: Weblate 4.17\n"
18
18
 
19
+ #. module: automation_oca
20
+ #: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
21
+ msgid ""
22
+ "\n"
23
+ " Filter to apply\n"
24
+ " Following special variable can be used in filter :\n"
25
+ " * datetime\n"
26
+ " * dateutil\n"
27
+ " * time\n"
28
+ " * user\n"
29
+ " * ref "
30
+ msgstr ""
31
+
19
32
  #. module: automation_oca
20
33
  #. odoo-python
21
34
  #: code:addons/automation_oca/models/automation_configuration_step.py:0
@@ -66,7 +79,8 @@ msgstr ""
66
79
  #: model:mail.template,body_html:automation_oca.demo_welcome_template
67
80
  msgid ""
68
81
  "<p>Welcome!</p>\n"
69
- " <p>Thanks <t t-out=\"object.name\"></t> for becoming a contact.</p>\n"
82
+ " <p>Thanks <t t-out=\"object.name\"></t> for becoming a contact.</"
83
+ "p>\n"
70
84
  " <p>Kind regards,</p>\n"
71
85
  " "
72
86
  msgstr ""
@@ -538,12 +552,22 @@ msgid "Filter Domain"
538
552
  msgstr "Filtro de dominio"
539
553
 
540
554
  #. module: automation_oca
541
- #: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
542
- #: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
543
555
  #: model:ir.model.fields,help:automation_oca.field_automation_filter__domain
544
556
  msgid "Filter to apply"
545
557
  msgstr "Filtro a aplicar"
546
558
 
559
+ #. module: automation_oca
560
+ #: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
561
+ msgid ""
562
+ "Filter to apply\n"
563
+ " Following special variable can be used in filter :\n"
564
+ " * datetime\n"
565
+ " * dateutil\n"
566
+ " * time\n"
567
+ " * user\n"
568
+ " * ref "
569
+ msgstr ""
570
+
547
571
  #. module: automation_oca
548
572
  #: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__domain
549
573
  msgid "Filter to apply specifically"
@@ -923,8 +947,10 @@ msgstr "Número de mensajes con error de entrega"
923
947
  #. module: automation_oca
924
948
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
925
949
  msgid ""
926
- "On <b>on demand configurations</b>, the records are created only by pressing the run button.\n"
927
- " It is useful if you want to control the execution and created records manually."
950
+ "On <b>on demand configurations</b>, the records are created only by pressing "
951
+ "the run button.\n"
952
+ " It is useful if you want to control the execution "
953
+ "and created records manually."
928
954
  msgstr ""
929
955
  "En <b>configuraciones bajo demanda</b>, los registros se crean solo "
930
956
  "presionando el botón de ejecución.\n"
@@ -934,8 +960,10 @@ msgstr ""
934
960
  #. module: automation_oca
935
961
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
936
962
  msgid ""
937
- "On <b>periodical configurations</b>, the records are created automatically by a cron job.\n"
938
- " It is great for tasks that don't need user validation."
963
+ "On <b>periodical configurations</b>, the records are created automatically "
964
+ "by a cron job.\n"
965
+ " It is great for tasks that don't need user "
966
+ "validation."
939
967
  msgstr ""
940
968
  "En <b>configuraciones periódicas</b>, los registros se crean automáticamente "
941
969
  "mediante un trabajo cron.\n"
@@ -1245,8 +1273,8 @@ msgstr ""
1245
1273
  #. module: automation_oca
1246
1274
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
1247
1275
  msgid ""
1248
- "This is configuration only generates new records on demand. Press the button"
1249
- " in order to execute them manually."
1276
+ "This is configuration only generates new records on demand. Press the button "
1277
+ "in order to execute them manually."
1250
1278
  msgstr ""
1251
1279
  "Esta configuración solo genera nuevos registros bajo demanda. Presione el "
1252
1280
  "botón para ejecutarlos manualmente."
@@ -1255,7 +1283,8 @@ msgstr ""
1255
1283
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_step_form_view
1256
1284
  msgid ""
1257
1285
  "This is the final domain that will be applied to the records.\n"
1258
- " Consists in the join of the specific domain of the step and the domain of the records."
1286
+ " Consists in the join of the specific domain "
1287
+ "of the step and the domain of the records."
1259
1288
  msgstr ""
1260
1289
  "Este es el dominio final que se aplicará a los registros.\n"
1261
1290
  " Consiste en la unión del dominio específico "
@@ -1316,7 +1345,8 @@ msgstr "Unicidad basada en"
1316
1345
  #: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__activity_user_type
1317
1346
  msgid ""
1318
1347
  "Use 'Specific User' to always assign the same user on the next activity.\n"
1319
- " Use 'Generic User From Record' to specify the field name of the user\n"
1348
+ " Use 'Generic User From Record' to specify the field name of the "
1349
+ "user\n"
1320
1350
  " to choose on the record."
1321
1351
  msgstr ""
1322
1352
  "Use 'Usuario específico' para asignar siempre el mismo usuario en la próxima "
@@ -16,6 +16,19 @@ msgstr ""
16
16
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
17
17
  "X-Generator: Weblate 5.6.2\n"
18
18
 
19
+ #. module: automation_oca
20
+ #: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
21
+ msgid ""
22
+ "\n"
23
+ " Filter to apply\n"
24
+ " Following special variable can be used in filter :\n"
25
+ " * datetime\n"
26
+ " * dateutil\n"
27
+ " * time\n"
28
+ " * user\n"
29
+ " * ref "
30
+ msgstr ""
31
+
19
32
  #. module: automation_oca
20
33
  #. odoo-python
21
34
  #: code:addons/automation_oca/models/automation_configuration_step.py:0
@@ -62,7 +75,8 @@ msgstr ""
62
75
  #: model:mail.template,body_html:automation_oca.demo_welcome_template
63
76
  msgid ""
64
77
  "<p>Welcome!</p>\n"
65
- " <p>Thanks <t t-out=\"object.name\"></t> for becoming a contact.</p>\n"
78
+ " <p>Thanks <t t-out=\"object.name\"></t> for becoming a contact.</"
79
+ "p>\n"
66
80
  " <p>Kind regards,</p>\n"
67
81
  " "
68
82
  msgstr ""
@@ -534,12 +548,22 @@ msgid "Filter Domain"
534
548
  msgstr "Filtre de domaine"
535
549
 
536
550
  #. module: automation_oca
537
- #: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
538
- #: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
539
551
  #: model:ir.model.fields,help:automation_oca.field_automation_filter__domain
540
552
  msgid "Filter to apply"
541
553
  msgstr "Filtre à appliquer"
542
554
 
555
+ #. module: automation_oca
556
+ #: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
557
+ msgid ""
558
+ "Filter to apply\n"
559
+ " Following special variable can be used in filter :\n"
560
+ " * datetime\n"
561
+ " * dateutil\n"
562
+ " * time\n"
563
+ " * user\n"
564
+ " * ref "
565
+ msgstr ""
566
+
543
567
  #. module: automation_oca
544
568
  #: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__domain
545
569
  msgid "Filter to apply specifically"
@@ -919,8 +943,10 @@ msgstr "Nombre de messages avec une erreur de livraison"
919
943
  #. module: automation_oca
920
944
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
921
945
  msgid ""
922
- "On <b>on demand configurations</b>, the records are created only by pressing the run button.\n"
923
- " It is useful if you want to control the execution and created records manually."
946
+ "On <b>on demand configurations</b>, the records are created only by pressing "
947
+ "the run button.\n"
948
+ " It is useful if you want to control the execution "
949
+ "and created records manually."
924
950
  msgstr ""
925
951
  "Pour les configurations <b>sur la demande</b>, les enregistrements ne sont "
926
952
  "créés qu'en cliquant sur le bouton \"Démarrer\".\n"
@@ -930,8 +956,10 @@ msgstr ""
930
956
  #. module: automation_oca
931
957
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
932
958
  msgid ""
933
- "On <b>periodical configurations</b>, the records are created automatically by a cron job.\n"
934
- " It is great for tasks that don't need user validation."
959
+ "On <b>periodical configurations</b>, the records are created automatically "
960
+ "by a cron job.\n"
961
+ " It is great for tasks that don't need user "
962
+ "validation."
935
963
  msgstr ""
936
964
  "Pour les configurations <b>periodiques</b>, les enregistrements sont générés "
937
965
  "automatiquement par une tâche automatique.\n"
@@ -1241,8 +1269,8 @@ msgstr ""
1241
1269
  #. module: automation_oca
1242
1270
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
1243
1271
  msgid ""
1244
- "This is configuration only generates new records on demand. Press the button"
1245
- " in order to execute them manually."
1272
+ "This is configuration only generates new records on demand. Press the button "
1273
+ "in order to execute them manually."
1246
1274
  msgstr ""
1247
1275
  "Cette configuration ne génère les enregistrements que sur demande. Veuillez "
1248
1276
  "cliquer le bouton pour les générer manuellement."
@@ -1251,7 +1279,8 @@ msgstr ""
1251
1279
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_step_form_view
1252
1280
  msgid ""
1253
1281
  "This is the final domain that will be applied to the records.\n"
1254
- " Consists in the join of the specific domain of the step and the domain of the records."
1282
+ " Consists in the join of the specific domain "
1283
+ "of the step and the domain of the records."
1255
1284
  msgstr ""
1256
1285
 
1257
1286
  #. module: automation_oca
@@ -1307,7 +1336,8 @@ msgstr ""
1307
1336
  #: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__activity_user_type
1308
1337
  msgid ""
1309
1338
  "Use 'Specific User' to always assign the same user on the next activity.\n"
1310
- " Use 'Generic User From Record' to specify the field name of the user\n"
1339
+ " Use 'Generic User From Record' to specify the field name of the "
1340
+ "user\n"
1311
1341
  " to choose on the record."
1312
1342
  msgstr ""
1313
1343
 
@@ -16,6 +16,19 @@ msgstr ""
16
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
17
  "X-Generator: Weblate 4.17\n"
18
18
 
19
+ #. module: automation_oca
20
+ #: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
21
+ msgid ""
22
+ "\n"
23
+ " Filter to apply\n"
24
+ " Following special variable can be used in filter :\n"
25
+ " * datetime\n"
26
+ " * dateutil\n"
27
+ " * time\n"
28
+ " * user\n"
29
+ " * ref "
30
+ msgstr ""
31
+
19
32
  #. module: automation_oca
20
33
  #. odoo-python
21
34
  #: code:addons/automation_oca/models/automation_configuration_step.py:0
@@ -66,7 +79,8 @@ msgstr ""
66
79
  #: model:mail.template,body_html:automation_oca.demo_welcome_template
67
80
  msgid ""
68
81
  "<p>Welcome!</p>\n"
69
- " <p>Thanks <t t-out=\"object.name\"></t> for becoming a contact.</p>\n"
82
+ " <p>Thanks <t t-out=\"object.name\"></t> for becoming a contact.</"
83
+ "p>\n"
70
84
  " <p>Kind regards,</p>\n"
71
85
  " "
72
86
  msgstr ""
@@ -538,12 +552,22 @@ msgid "Filter Domain"
538
552
  msgstr "Dominio filtro"
539
553
 
540
554
  #. module: automation_oca
541
- #: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
542
- #: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
543
555
  #: model:ir.model.fields,help:automation_oca.field_automation_filter__domain
544
556
  msgid "Filter to apply"
545
557
  msgstr "Filtro da applicare"
546
558
 
559
+ #. module: automation_oca
560
+ #: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
561
+ msgid ""
562
+ "Filter to apply\n"
563
+ " Following special variable can be used in filter :\n"
564
+ " * datetime\n"
565
+ " * dateutil\n"
566
+ " * time\n"
567
+ " * user\n"
568
+ " * ref "
569
+ msgstr ""
570
+
547
571
  #. module: automation_oca
548
572
  #: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__domain
549
573
  msgid "Filter to apply specifically"
@@ -923,8 +947,10 @@ msgstr "Numero di messaggi con errore di consegna"
923
947
  #. module: automation_oca
924
948
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
925
949
  msgid ""
926
- "On <b>on demand configurations</b>, the records are created only by pressing the run button.\n"
927
- " It is useful if you want to control the execution and created records manually."
950
+ "On <b>on demand configurations</b>, the records are created only by pressing "
951
+ "the run button.\n"
952
+ " It is useful if you want to control the execution "
953
+ "and created records manually."
928
954
  msgstr ""
929
955
  "Con <b>configurazione a richiestas</b>, i recordo sono creati solo facendo "
930
956
  "clic sul pulsante di esecuzione.\n"
@@ -934,8 +960,10 @@ msgstr ""
934
960
  #. module: automation_oca
935
961
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
936
962
  msgid ""
937
- "On <b>periodical configurations</b>, the records are created automatically by a cron job.\n"
938
- " It is great for tasks that don't need user validation."
963
+ "On <b>periodical configurations</b>, the records are created automatically "
964
+ "by a cron job.\n"
965
+ " It is great for tasks that don't need user "
966
+ "validation."
939
967
  msgstr ""
940
968
  "Con <b>configurazioni periodiche</b>, i record sono creati automaticamente "
941
969
  "da un lavoro cron.\n"
@@ -1245,8 +1273,8 @@ msgstr ""
1245
1273
  #. module: automation_oca
1246
1274
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
1247
1275
  msgid ""
1248
- "This is configuration only generates new records on demand. Press the button"
1249
- " in order to execute them manually."
1276
+ "This is configuration only generates new records on demand. Press the button "
1277
+ "in order to execute them manually."
1250
1278
  msgstr ""
1251
1279
  "Questa configurazione genera record solo su richiesta. Cliccare il pulsante "
1252
1280
  "per eseguirli manualmente."
@@ -1255,7 +1283,8 @@ msgstr ""
1255
1283
  #: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_step_form_view
1256
1284
  msgid ""
1257
1285
  "This is the final domain that will be applied to the records.\n"
1258
- " Consists in the join of the specific domain of the step and the domain of the records."
1286
+ " Consists in the join of the specific domain "
1287
+ "of the step and the domain of the records."
1259
1288
  msgstr ""
1260
1289
  "Questo è il dominio finale che si applicherà ai record.\n"
1261
1290
  " Consiste nell'unione del dominio specifico "
@@ -1316,7 +1345,8 @@ msgstr "Unicità basata su"
1316
1345
  #: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__activity_user_type
1317
1346
  msgid ""
1318
1347
  "Use 'Specific User' to always assign the same user on the next activity.\n"
1319
- " Use 'Generic User From Record' to specify the field name of the user\n"
1348
+ " Use 'Generic User From Record' to specify the field name of the "
1349
+ "user\n"
1320
1350
  " to choose on the record."
1321
1351
  msgstr ""
1322
1352
  "Utilizzare 'Utente specifico' per assegnare sempre lo stesso utente "
@@ -5,7 +5,12 @@ from collections import defaultdict
5
5
 
6
6
  from odoo import _, api, fields, models
7
7
  from odoo.exceptions import ValidationError
8
- from odoo.tools.safe_eval import safe_eval
8
+ from odoo.tools.safe_eval import (
9
+ datetime as safe_datetime,
10
+ dateutil as safe_dateutil,
11
+ safe_eval,
12
+ time as safe_time,
13
+ )
9
14
 
10
15
 
11
16
  class AutomationConfiguration(models.Model):
@@ -19,9 +24,29 @@ class AutomationConfiguration(models.Model):
19
24
  tag_ids = fields.Many2many("automation.tag")
20
25
  company_id = fields.Many2one("res.company")
21
26
  domain = fields.Char(
22
- required=True, default="[]", help="Filter to apply", compute="_compute_domain"
27
+ required=True,
28
+ default="[]",
29
+ compute="_compute_domain",
30
+ help="""
31
+ Filter to apply
32
+ Following special variable can be used in filter :
33
+ * datetime
34
+ * dateutil
35
+ * time
36
+ * user
37
+ * ref """,
38
+ )
39
+ editable_domain = fields.Char(
40
+ required=True,
41
+ default="[]",
42
+ help="""Filter to apply
43
+ Following special variable can be used in filter :
44
+ * datetime
45
+ * dateutil
46
+ * time
47
+ * user
48
+ * ref """,
23
49
  )
24
- editable_domain = fields.Char(required=True, default="[]", help="Filter to apply")
25
50
  model_id = fields.Many2one(
26
51
  "ir.model",
27
52
  domain=[("is_mail_thread", "=", True)],
@@ -184,6 +209,18 @@ class AutomationConfiguration(models.Model):
184
209
  for record in self.search([("state", "=", "periodic")]):
185
210
  record.run_automation()
186
211
 
212
+ def _get_eval_context(self):
213
+ """Prepare the context used when evaluating python code
214
+ :returns: dict -- evaluation context given to safe_eval
215
+ """
216
+ return {
217
+ "ref": self.env.ref,
218
+ "user": self.env.user,
219
+ "time": safe_time,
220
+ "datetime": safe_datetime,
221
+ "dateutil": safe_dateutil,
222
+ }
223
+
187
224
  def _get_automation_records_to_create(self):
188
225
  """
189
226
  We will find all the records that fulfill the domain but don't have a record created.
@@ -191,7 +228,8 @@ class AutomationConfiguration(models.Model):
191
228
 
192
229
  In order to do this, we will add some extra joins on the query of the domain
193
230
  """
194
- domain = safe_eval(self.domain)
231
+ eval_context = self._get_eval_context()
232
+ domain = safe_eval(self.domain, eval_context)
195
233
  Record = self.env[self.model_id.model]
196
234
  if self.company_id and "company_id" in Record._fields:
197
235
  # In case of company defined, we add only if the records have company field
@@ -8,10 +8,11 @@
8
8
 
9
9
  /*
10
10
  :Author: David Goodger (goodger@python.org)
11
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
12
12
  :Copyright: This stylesheet has been placed in the public domain.
13
13
 
14
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
15
16
 
16
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
274
275
  margin-left: 2em ;
275
276
  margin-right: 2em }
276
277
 
277
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
278
279
  pre.code, code { background-color: #eeeeee }
279
280
  pre.code .comment, code .comment { color: #5C6576 }
280
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
300
301
  span.pre {
301
302
  white-space: pre }
302
303
 
303
- span.problematic {
304
+ span.problematic, pre.problematic {
304
305
  color: red }
305
306
 
306
307
  span.section-subtitle {
@@ -366,7 +367,7 @@ ul.auto-toc {
366
367
  !! This file is generated by oca-gen-addon-readme !!
367
368
  !! changes will be overwritten. !!
368
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:79346974b6bc52f39badbcb073b5b673703400c6599eb291a03e72e78bb9e930
370
+ !! source digest: sha256:93005cb66ccbe8be7829365fbd1d3ccb74bf7ccd1e7cd51f6e342410dd4f4cf1
370
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
372
  <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/automation/tree/16.0/automation_oca"><img alt="OCA/automation" src="https://img.shields.io/badge/github-OCA%2Fautomation-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/automation-16-0/automation-16-0-automation_oca"><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/automation&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
373
  <p>This module allows to automate several process according to some rules.</p>
@@ -515,7 +516,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
515
516
  <div class="section" id="maintainers">
516
517
  <h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
517
518
  <p>This module is maintained by the OCA.</p>
518
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
519
+ <a class="reference external image-reference" href="https://odoo-community.org">
520
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
521
+ </a>
519
522
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
520
523
  mission is to support the collaborative development of Odoo features and
521
524
  promote its widespread use.</p>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-automation_oca
3
- Version: 16.0.1.0.0.10
3
+ Version: 16.0.1.1.0.1
4
4
  Summary: Automate actions in threaded models
5
5
  Home-page: https://github.com/OCA/automation
6
6
  Author: Dixmit,Odoo Community Association (OCA)
@@ -22,7 +22,7 @@ Automation Oca
22
22
  !! This file is generated by oca-gen-addon-readme !!
23
23
  !! changes will be overwritten. !!
24
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:79346974b6bc52f39badbcb073b5b673703400c6599eb291a03e72e78bb9e930
25
+ !! source digest: sha256:93005cb66ccbe8be7829365fbd1d3ccb74bf7ccd1e7cd51f6e342410dd4f4cf1
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,16 +1,16 @@
1
- odoo/addons/automation_oca/README.rst,sha256=hNzDvj6de31sMtYwNxRyvn882C9XOzIPv1fJWTW1Swo,6847
1
+ odoo/addons/automation_oca/README.rst,sha256=CDklCSmhrhBLSvOt7aEGc3OxpOoCWDBrFE1JHDzx_xk,6847
2
2
  odoo/addons/automation_oca/__init__.py,sha256=dnUeA_K1torbiMNF3tt2dtECdk-FkWm01DByr9MBMIA,69
3
- odoo/addons/automation_oca/__manifest__.py,sha256=VJU_q4PwMNdB683PW3R7AnXHFCntmqreOKjRuKFpfgE,1181
3
+ odoo/addons/automation_oca/__manifest__.py,sha256=qixAVbFuZj8IdnQbkCnRuKy2Azo1PI8vjmAk-EKugrw,1181
4
4
  odoo/addons/automation_oca/controllers/__init__.py,sha256=4KFqEP2QHFbPN66eQJMdGsmNz2v7ywWv_FR1pW_kkLk,19
5
5
  odoo/addons/automation_oca/controllers/main.py,sha256=DRL6AJKy18ekRPaKtmRoEh5i6fNQDWpoq2GTHztKOKI,2355
6
6
  odoo/addons/automation_oca/data/cron.xml,sha256=viAGNb5X619yXQyfpO_HcJOAiQGzEE-m6Sp4y6F4gDs,1297
7
- odoo/addons/automation_oca/demo/demo.xml,sha256=UUsmdYCUljEawQc5ZlttRQPCOBRY9KaUuesqSq7IVAU,2765
8
- odoo/addons/automation_oca/i18n/automation_oca.pot,sha256=QahMHZR8TQbZFjRVkkYINvxB31F1XwATr9vsP4w7030,49301
9
- odoo/addons/automation_oca/i18n/es.po,sha256=ITYPPlKx04bdZhV1JxWUnDZczRfFt4F1oyQTvvpnmMc,54977
10
- odoo/addons/automation_oca/i18n/fr.po,sha256=2GTkV0pr2J0ux6eQz8SRjrES3Wu-OSvSjiIQt-Kr1DU,52798
11
- odoo/addons/automation_oca/i18n/it.po,sha256=2E5aeB73AqBIOhZEH1icC5R94GXmYq_emNSnVddRoCY,54675
7
+ odoo/addons/automation_oca/demo/demo.xml,sha256=beyrfyRzVTDZ1Mm2sL5Y57W4GDsUvj9gOMUlrEMM1M8,2838
8
+ odoo/addons/automation_oca/i18n/automation_oca.pot,sha256=G0iWZHFL9Li145ptixggWaD51JIliePQozLosFD49Ak,49784
9
+ odoo/addons/automation_oca/i18n/es.po,sha256=dp9MLEyrj_VJj66Ko6kHQ_D2ZABrdAq7s3WX5jlKwCw,55481
10
+ odoo/addons/automation_oca/i18n/fr.po,sha256=mQAkgFAI4js_Ct7x9SxlyyArJ6ChMQ4uor-KsvbSxRo,53302
11
+ odoo/addons/automation_oca/i18n/it.po,sha256=PMRH7Lq18U49JsX8sWzfUcyDt1FCO6Cu6EpPL42JjfM,55179
12
12
  odoo/addons/automation_oca/models/__init__.py,sha256=gRWvgicyFDELSeVnpRow1mGuWjfm3ima2Lo-NqlymKg,318
13
- odoo/addons/automation_oca/models/automation_configuration.py,sha256=pqqh8ycfxvSKW9bjacJWXZcWltyPGmzOFxAnRDKGb0w,11185
13
+ odoo/addons/automation_oca/models/automation_configuration.py,sha256=VaWXg_6EnUnTdLDV_eZnWKXXVU27nGmZR_lnGIeKstA,12086
14
14
  odoo/addons/automation_oca/models/automation_configuration_step.py,sha256=lb94_rlFgp8OV-N3MmG6xkSGdc8Rc9mdl-fMVFRIE7M,19197
15
15
  odoo/addons/automation_oca/models/automation_filter.py,sha256=W8VM977yXH_hZUKCO8ZDKsvzIjYegoIGMN1QLEvikOY,706
16
16
  odoo/addons/automation_oca/models/automation_record.py,sha256=3EGcSvtULRtkdRN48PoT3QgQN7TMUrjdeZz4pbdi3g0,6619
@@ -29,7 +29,7 @@ odoo/addons/automation_oca/security/security.xml,sha256=pT37-cLbQIP--Tzp0fljiyvN
29
29
  odoo/addons/automation_oca/static/description/configuration.png,sha256=W8cAn7-cQEVhf7Zy979xMDHi1cKWbDH7uyWkjvGi9gc,55863
30
30
  odoo/addons/automation_oca/static/description/icon.png,sha256=abhQ1HbvsatZ_WVS_G6qroJgWNa1Hppd961RD7vrAug,37729
31
31
  odoo/addons/automation_oca/static/description/icon.svg,sha256=NkJAwQ9YAXML6VIKe90VZzKUZb58-zGNL029-GC8Pm4,4641
32
- odoo/addons/automation_oca/static/description/index.html,sha256=DmQ1QEHgyYn07BVLI4Jb0xvlryrGg2WKu0TR5UvFaB0,17962
32
+ odoo/addons/automation_oca/static/description/index.html,sha256=FQYpv38rGV328V2-6fn8s3oCPVUyNKGuOPxmEYhTBe8,18045
33
33
  odoo/addons/automation_oca/static/src/fields/automation_activity/automation_activity.esm.js,sha256=pbzjSHVYdYcMOXzXtC-lyVYrydk_1YRtMVh88XpTo-E,1779
34
34
  odoo/addons/automation_oca/static/src/fields/automation_graph/automation_graph.esm.js,sha256=vbPRaNzH1_wbB0gEBhZvm0gT0VXdgtElQIYeAOJZuNM,3214
35
35
  odoo/addons/automation_oca/static/src/fields/automation_graph/automation_graph.xml,sha256=86VqoFswW3ZppaR0KFG4_giKPeT8vgdC1A1vpBtPjFk,297
@@ -56,7 +56,7 @@ odoo/addons/automation_oca/wizards/__init__.py,sha256=1yOQpQirzOswywec7gg_gshvEP
56
56
  odoo/addons/automation_oca/wizards/automation_configuration_test.py,sha256=YK0HD6Ds6B4PMaI97MUpVQaB-wsVTmw6Hpbh532tU-g,1363
57
57
  odoo/addons/automation_oca/wizards/automation_configuration_test.xml,sha256=r9lUzD3SeFSLStlc07iXxO1b9e9RbZdUCrvMA46zfm8,1916
58
58
  odoo/addons/automation_oca/wizards/mail_compose_message.py,sha256=XL6UGz8_fEwniXM80DhQXink4SMnWg7HHR0kHLekMyc,612
59
- odoo_addon_automation_oca-16.0.1.0.0.10.dist-info/METADATA,sha256=LN4vymFk56aIbwfH4W3w8gYtkbyTLHzxH158heWAcQo,7368
60
- odoo_addon_automation_oca-16.0.1.0.0.10.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
61
- odoo_addon_automation_oca-16.0.1.0.0.10.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
62
- odoo_addon_automation_oca-16.0.1.0.0.10.dist-info/RECORD,,
59
+ odoo_addon_automation_oca-16.0.1.1.0.1.dist-info/METADATA,sha256=T6AVQ-Ug3N8DIuCSeFl-gAe6t9OKE4-UWzE4IhUv748,7367
60
+ odoo_addon_automation_oca-16.0.1.1.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
61
+ odoo_addon_automation_oca-16.0.1.1.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
62
+ odoo_addon_automation_oca-16.0.1.1.0.1.dist-info/RECORD,,