odoo-addon-automation-oca 16.0.1.1.2__py3-none-any.whl → 16.0.1.1.3.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.
- odoo/addons/automation_oca/README.rst +43 -44
- odoo/addons/automation_oca/__manifest__.py +1 -1
- odoo/addons/automation_oca/i18n/automation_oca.pot +4 -4
- odoo/addons/automation_oca/i18n/es.po +20 -8
- odoo/addons/automation_oca/i18n/fr.po +20 -8
- odoo/addons/automation_oca/i18n/it.po +24 -12
- odoo/addons/automation_oca/models/automation_configuration_step.py +3 -3
- odoo/addons/automation_oca/static/description/index.html +14 -15
- {odoo_addon_automation_oca-16.0.1.1.2.dist-info → odoo_addon_automation_oca-16.0.1.1.3.1.dist-info}/METADATA +44 -45
- {odoo_addon_automation_oca-16.0.1.1.2.dist-info → odoo_addon_automation_oca-16.0.1.1.3.1.dist-info}/RECORD +12 -12
- {odoo_addon_automation_oca-16.0.1.1.2.dist-info → odoo_addon_automation_oca-16.0.1.1.3.1.dist-info}/WHEEL +1 -1
- {odoo_addon_automation_oca-16.0.1.1.2.dist-info → odoo_addon_automation_oca-16.0.1.1.3.1.dist-info}/top_level.txt +0 -0
|
@@ -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:
|
|
10
|
+
!! source digest: sha256:aa2cb70c4a9d78119c9a775f43b2ce9b39df1d6aad356ad1cabceeeed3b87394
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -32,11 +32,11 @@ This module allows to automate several process according to some rules.
|
|
|
32
32
|
|
|
33
33
|
This is useful for creating automated actions on your database like:
|
|
34
34
|
|
|
35
|
-
-
|
|
36
|
-
|
|
37
|
-
-
|
|
38
|
-
|
|
39
|
-
-
|
|
35
|
+
- Send a welcome email to all new partners (or filtered according to
|
|
36
|
+
some rules)
|
|
37
|
+
- Remember to online customers that they forgot their basket with some
|
|
38
|
+
items
|
|
39
|
+
- Send documents to sign to all new employees
|
|
40
40
|
|
|
41
41
|
**Table of contents**
|
|
42
42
|
|
|
@@ -62,10 +62,9 @@ Configure your processes
|
|
|
62
62
|
7.
|
|
63
63
|
8. Select the kind of configuration you create. You can choose between:
|
|
64
64
|
|
|
65
|
-
-
|
|
66
|
-
|
|
67
|
-
-
|
|
68
|
-
job.
|
|
65
|
+
- *Periodic configurations*: every 6 hours, a process will check if
|
|
66
|
+
new records need to be created.
|
|
67
|
+
- *On demand configurations*: user need to execute manually the job.
|
|
69
68
|
|
|
70
69
|
9. Press ``Start``.
|
|
71
70
|
10. Inside the process, you can check all the created items.
|
|
@@ -77,42 +76,42 @@ Configuration of steps
|
|
|
77
76
|
|
|
78
77
|
Steps can trigger one of the following options:
|
|
79
78
|
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
79
|
+
- ``Mail``: Sends an email using a template.
|
|
80
|
+
- ``Server Action``: Executes a server action.
|
|
81
|
+
- ``Activity``: Creates an activity to the related record.
|
|
83
82
|
|
|
84
83
|
All the steps need to specify the moment of execution. We will set the
|
|
85
84
|
number of hours/days and a trigger type:
|
|
86
85
|
|
|
87
|
-
-
|
|
88
|
-
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
-
|
|
93
|
-
|
|
94
|
-
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
-
|
|
103
|
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
-
|
|
114
|
-
|
|
115
|
-
|
|
86
|
+
- ``Start of workflow``: It will be executed at the
|
|
87
|
+
previously-configured time after we create the record.
|
|
88
|
+
- ``Execution of another step``: It will be executed at the
|
|
89
|
+
previously-configured time after the previous step is finished
|
|
90
|
+
properly.
|
|
91
|
+
- ``Mail opened``: It will be executed at the previously-configured time
|
|
92
|
+
after the mail from the previous step is opened.
|
|
93
|
+
- ``Mail not opened``: It will be executed at the previously-configured
|
|
94
|
+
time after the mail from the previous step is sent if it is not opened
|
|
95
|
+
before this time.
|
|
96
|
+
- ``Mail replied``: It will be executed at the previously-configured
|
|
97
|
+
time after the mail from the previous step is replied.
|
|
98
|
+
- ``Mail not replied``: It will be executed at the previously-configured
|
|
99
|
+
time after the mail from the previous step is opened if it has not
|
|
100
|
+
been replied.
|
|
101
|
+
- ``Mail clicked``: It will be executed at the previously-configured
|
|
102
|
+
time after the links of the mail from the previous step are clicked.
|
|
103
|
+
- ``Mail not clicked``: It will be executed at the previously-configured
|
|
104
|
+
time after the mail from the previous step is opened and no links are
|
|
105
|
+
clicked.
|
|
106
|
+
- ``Mail bounced``: It will be executed at the previously-configured
|
|
107
|
+
time after the mail from the previous step is bounced back for any
|
|
108
|
+
reason.
|
|
109
|
+
- ``Activity has been finished``: It will be executed at the
|
|
110
|
+
previously-configured time after the activity from the previous action
|
|
111
|
+
is done.
|
|
112
|
+
- ``Activity has not been finished``: It will be executed at the
|
|
113
|
+
previously-configured time after the previous action is executed if
|
|
114
|
+
the related activity is not done.
|
|
116
115
|
|
|
117
116
|
Important to remember to define a proper template when sending the
|
|
118
117
|
email. It will the template without using a notification template. Also,
|
|
@@ -154,14 +153,14 @@ Authors
|
|
|
154
153
|
Contributors
|
|
155
154
|
------------
|
|
156
155
|
|
|
157
|
-
-
|
|
156
|
+
- Enric Tobella (`Dixmit <https://www.dixmit.com/>`__)
|
|
158
157
|
|
|
159
158
|
Other credits
|
|
160
159
|
-------------
|
|
161
160
|
|
|
162
161
|
The development of this module has been financially supported by:
|
|
163
162
|
|
|
164
|
-
-
|
|
163
|
+
- Associacion Española de Odoo (`AEODOO <https://www.aeodoo.org/>`__)
|
|
165
164
|
|
|
166
165
|
Maintainers
|
|
167
166
|
-----------
|
|
@@ -388,7 +388,7 @@ msgstr ""
|
|
|
388
388
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__days
|
|
389
389
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__expiry_interval_type__days
|
|
390
390
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__trigger_interval_type__days
|
|
391
|
-
msgid "
|
|
391
|
+
msgid "Day(s)"
|
|
392
392
|
msgstr ""
|
|
393
393
|
|
|
394
394
|
#. module: automation_oca
|
|
@@ -614,7 +614,7 @@ msgstr ""
|
|
|
614
614
|
#. module: automation_oca
|
|
615
615
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__expiry_interval_type__hours
|
|
616
616
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__trigger_interval_type__hours
|
|
617
|
-
msgid "
|
|
617
|
+
msgid "Hour(s)"
|
|
618
618
|
msgstr ""
|
|
619
619
|
|
|
620
620
|
#. module: automation_oca
|
|
@@ -832,7 +832,7 @@ msgstr ""
|
|
|
832
832
|
|
|
833
833
|
#. module: automation_oca
|
|
834
834
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__months
|
|
835
|
-
msgid "
|
|
835
|
+
msgid "Month(s)"
|
|
836
836
|
msgstr ""
|
|
837
837
|
|
|
838
838
|
#. module: automation_oca
|
|
@@ -1328,7 +1328,7 @@ msgstr ""
|
|
|
1328
1328
|
|
|
1329
1329
|
#. module: automation_oca
|
|
1330
1330
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__weeks
|
|
1331
|
-
msgid "
|
|
1331
|
+
msgid "Week(s)"
|
|
1332
1332
|
msgstr ""
|
|
1333
1333
|
|
|
1334
1334
|
#. module: automation_oca
|
|
@@ -401,8 +401,8 @@ msgstr "Creado en"
|
|
|
401
401
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__days
|
|
402
402
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__expiry_interval_type__days
|
|
403
403
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__trigger_interval_type__days
|
|
404
|
-
msgid "
|
|
405
|
-
msgstr "
|
|
404
|
+
msgid "Day(s)"
|
|
405
|
+
msgstr ""
|
|
406
406
|
|
|
407
407
|
#. module: automation_oca
|
|
408
408
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_step_form_view
|
|
@@ -627,8 +627,8 @@ msgstr "Tiene mensaje"
|
|
|
627
627
|
#. module: automation_oca
|
|
628
628
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__expiry_interval_type__hours
|
|
629
629
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__trigger_interval_type__hours
|
|
630
|
-
msgid "
|
|
631
|
-
msgstr "
|
|
630
|
+
msgid "Hour(s)"
|
|
631
|
+
msgstr ""
|
|
632
632
|
|
|
633
633
|
#. module: automation_oca
|
|
634
634
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__id
|
|
@@ -845,8 +845,8 @@ msgstr "Modelo donde se aplica la configuración"
|
|
|
845
845
|
|
|
846
846
|
#. module: automation_oca
|
|
847
847
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__months
|
|
848
|
-
msgid "
|
|
849
|
-
msgstr "
|
|
848
|
+
msgid "Month(s)"
|
|
849
|
+
msgstr ""
|
|
850
850
|
|
|
851
851
|
#. module: automation_oca
|
|
852
852
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__name
|
|
@@ -1372,8 +1372,8 @@ msgstr "Nombre del campo de usuario"
|
|
|
1372
1372
|
|
|
1373
1373
|
#. module: automation_oca
|
|
1374
1374
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__weeks
|
|
1375
|
-
msgid "
|
|
1376
|
-
msgstr "
|
|
1375
|
+
msgid "Week(s)"
|
|
1376
|
+
msgstr ""
|
|
1377
1377
|
|
|
1378
1378
|
#. module: automation_oca
|
|
1379
1379
|
#: model:mail.template,name:automation_oca.demo_welcome_template
|
|
@@ -1404,3 +1404,15 @@ msgstr "ejecución de otro paso"
|
|
|
1404
1404
|
#, python-format
|
|
1405
1405
|
msgid "start of workflow"
|
|
1406
1406
|
msgstr "inicio de flujo de trabajo"
|
|
1407
|
+
|
|
1408
|
+
#~ msgid "Days"
|
|
1409
|
+
#~ msgstr "Días"
|
|
1410
|
+
|
|
1411
|
+
#~ msgid "Hours"
|
|
1412
|
+
#~ msgstr "Horas"
|
|
1413
|
+
|
|
1414
|
+
#~ msgid "Months"
|
|
1415
|
+
#~ msgstr "Meses"
|
|
1416
|
+
|
|
1417
|
+
#~ msgid "Weeks"
|
|
1418
|
+
#~ msgstr "Semanas"
|
|
@@ -397,8 +397,8 @@ msgstr "Créé le"
|
|
|
397
397
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__days
|
|
398
398
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__expiry_interval_type__days
|
|
399
399
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__trigger_interval_type__days
|
|
400
|
-
msgid "
|
|
401
|
-
msgstr "
|
|
400
|
+
msgid "Day(s)"
|
|
401
|
+
msgstr ""
|
|
402
402
|
|
|
403
403
|
#. module: automation_oca
|
|
404
404
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_step_form_view
|
|
@@ -623,8 +623,8 @@ msgstr ""
|
|
|
623
623
|
#. module: automation_oca
|
|
624
624
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__expiry_interval_type__hours
|
|
625
625
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__trigger_interval_type__hours
|
|
626
|
-
msgid "
|
|
627
|
-
msgstr "
|
|
626
|
+
msgid "Hour(s)"
|
|
627
|
+
msgstr ""
|
|
628
628
|
|
|
629
629
|
#. module: automation_oca
|
|
630
630
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__id
|
|
@@ -841,8 +841,8 @@ msgstr ""
|
|
|
841
841
|
|
|
842
842
|
#. module: automation_oca
|
|
843
843
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__months
|
|
844
|
-
msgid "
|
|
845
|
-
msgstr "
|
|
844
|
+
msgid "Month(s)"
|
|
845
|
+
msgstr ""
|
|
846
846
|
|
|
847
847
|
#. module: automation_oca
|
|
848
848
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__name
|
|
@@ -1358,8 +1358,8 @@ msgstr ""
|
|
|
1358
1358
|
|
|
1359
1359
|
#. module: automation_oca
|
|
1360
1360
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__weeks
|
|
1361
|
-
msgid "
|
|
1362
|
-
msgstr "
|
|
1361
|
+
msgid "Week(s)"
|
|
1362
|
+
msgstr ""
|
|
1363
1363
|
|
|
1364
1364
|
#. module: automation_oca
|
|
1365
1365
|
#: model:mail.template,name:automation_oca.demo_welcome_template
|
|
@@ -1390,3 +1390,15 @@ msgstr ""
|
|
|
1390
1390
|
#, python-format
|
|
1391
1391
|
msgid "start of workflow"
|
|
1392
1392
|
msgstr ""
|
|
1393
|
+
|
|
1394
|
+
#~ msgid "Days"
|
|
1395
|
+
#~ msgstr "Jours"
|
|
1396
|
+
|
|
1397
|
+
#~ msgid "Hours"
|
|
1398
|
+
#~ msgstr "Heures"
|
|
1399
|
+
|
|
1400
|
+
#~ msgid "Months"
|
|
1401
|
+
#~ msgstr "Mois"
|
|
1402
|
+
|
|
1403
|
+
#~ msgid "Weeks"
|
|
1404
|
+
#~ msgstr "Semaines"
|
|
@@ -30,8 +30,8 @@ msgid ""
|
|
|
30
30
|
msgstr ""
|
|
31
31
|
"\n"
|
|
32
32
|
" Filtro da applicare\n"
|
|
33
|
-
" Le seguenti variabili speciali possono essere utilizzate nel
|
|
34
|
-
"
|
|
33
|
+
" Le seguenti variabili speciali possono essere utilizzate nel "
|
|
34
|
+
"filtro:\n"
|
|
35
35
|
" * datetime\n"
|
|
36
36
|
" * dateutil\n"
|
|
37
37
|
" * time\n"
|
|
@@ -410,8 +410,8 @@ msgstr "Creato il"
|
|
|
410
410
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__days
|
|
411
411
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__expiry_interval_type__days
|
|
412
412
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__trigger_interval_type__days
|
|
413
|
-
msgid "
|
|
414
|
-
msgstr "
|
|
413
|
+
msgid "Day(s)"
|
|
414
|
+
msgstr ""
|
|
415
415
|
|
|
416
416
|
#. module: automation_oca
|
|
417
417
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_step_form_view
|
|
@@ -577,8 +577,8 @@ msgid ""
|
|
|
577
577
|
" * ref "
|
|
578
578
|
msgstr ""
|
|
579
579
|
"Filtro da applicare\n"
|
|
580
|
-
" Le seguenti variabili speciali possono essere utilizzate nel
|
|
581
|
-
"
|
|
580
|
+
" Le seguenti variabili speciali possono essere utilizzate nel "
|
|
581
|
+
"filtro:\n"
|
|
582
582
|
" * datetime\n"
|
|
583
583
|
" * dateutil\n"
|
|
584
584
|
" * time\n"
|
|
@@ -644,8 +644,8 @@ msgstr "Ha un messaggio"
|
|
|
644
644
|
#. module: automation_oca
|
|
645
645
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__expiry_interval_type__hours
|
|
646
646
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__trigger_interval_type__hours
|
|
647
|
-
msgid "
|
|
648
|
-
msgstr "
|
|
647
|
+
msgid "Hour(s)"
|
|
648
|
+
msgstr ""
|
|
649
649
|
|
|
650
650
|
#. module: automation_oca
|
|
651
651
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__id
|
|
@@ -862,8 +862,8 @@ msgstr "Modello dove è applicata la configurazione"
|
|
|
862
862
|
|
|
863
863
|
#. module: automation_oca
|
|
864
864
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__months
|
|
865
|
-
msgid "
|
|
866
|
-
msgstr "
|
|
865
|
+
msgid "Month(s)"
|
|
866
|
+
msgstr ""
|
|
867
867
|
|
|
868
868
|
#. module: automation_oca
|
|
869
869
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__name
|
|
@@ -1389,8 +1389,8 @@ msgstr "Nome campo utente"
|
|
|
1389
1389
|
|
|
1390
1390
|
#. module: automation_oca
|
|
1391
1391
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__activity_date_deadline_range_type__weeks
|
|
1392
|
-
msgid "
|
|
1393
|
-
msgstr "
|
|
1392
|
+
msgid "Week(s)"
|
|
1393
|
+
msgstr ""
|
|
1394
1394
|
|
|
1395
1395
|
#. module: automation_oca
|
|
1396
1396
|
#: model:mail.template,name:automation_oca.demo_welcome_template
|
|
@@ -1421,3 +1421,15 @@ msgstr "esecuzione di un altro passo"
|
|
|
1421
1421
|
#, python-format
|
|
1422
1422
|
msgid "start of workflow"
|
|
1423
1423
|
msgstr "inizio del flusso di lavoro"
|
|
1424
|
+
|
|
1425
|
+
#~ msgid "Days"
|
|
1426
|
+
#~ msgstr "Giorni"
|
|
1427
|
+
|
|
1428
|
+
#~ msgid "Hours"
|
|
1429
|
+
#~ msgstr "Ore"
|
|
1430
|
+
|
|
1431
|
+
#~ msgid "Months"
|
|
1432
|
+
#~ msgstr "Mesi"
|
|
1433
|
+
|
|
1434
|
+
#~ msgid "Weeks"
|
|
1435
|
+
#~ msgstr "Settimane"
|
|
@@ -48,13 +48,13 @@ class AutomationConfigurationStep(models.Model):
|
|
|
48
48
|
)
|
|
49
49
|
trigger_interval = fields.Integer()
|
|
50
50
|
trigger_interval_type = fields.Selection(
|
|
51
|
-
[("hours", "
|
|
51
|
+
[("hours", "Hour(s)"), ("days", "Day(s)")], required=True, default="hours"
|
|
52
52
|
)
|
|
53
53
|
allow_expiry = fields.Boolean(compute="_compute_allow_expiry")
|
|
54
54
|
expiry = fields.Boolean(compute="_compute_expiry", store=True, readonly=False)
|
|
55
55
|
expiry_interval = fields.Integer()
|
|
56
56
|
expiry_interval_type = fields.Selection(
|
|
57
|
-
[("hours", "
|
|
57
|
+
[("hours", "Hour(s)"), ("days", "Day(s)")], required=True, default="hours"
|
|
58
58
|
)
|
|
59
59
|
trigger_type = fields.Selection(
|
|
60
60
|
selection="_trigger_type_selection",
|
|
@@ -94,7 +94,7 @@ class AutomationConfigurationStep(models.Model):
|
|
|
94
94
|
store=True,
|
|
95
95
|
)
|
|
96
96
|
activity_date_deadline_range_type = fields.Selection(
|
|
97
|
-
[("days", "
|
|
97
|
+
[("days", "Day(s)"), ("weeks", "Week(s)"), ("months", "Month(s)")],
|
|
98
98
|
string="Due type",
|
|
99
99
|
default="days",
|
|
100
100
|
compute="_compute_activity_info",
|
|
@@ -367,7 +367,7 @@ ul.auto-toc {
|
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
368
|
!! changes will be overwritten. !!
|
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
370
|
+
!! source digest: sha256:aa2cb70c4a9d78119c9a775f43b2ce9b39df1d6aad356ad1cabceeeed3b87394
|
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
372
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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
373
|
<p>This module allows to automate several process according to some rules.</p>
|
|
@@ -418,8 +418,7 @@ bottom of a created step.</li>
|
|
|
418
418
|
<li>Select the kind of configuration you create. You can choose between:<ul>
|
|
419
419
|
<li><em>Periodic configurations</em>: every 6 hours, a process will check if
|
|
420
420
|
new records need to be created.</li>
|
|
421
|
-
<li><em>On demand configurations</em>: user need to execute manually the
|
|
422
|
-
job.</li>
|
|
421
|
+
<li><em>On demand configurations</em>: user need to execute manually the job.</li>
|
|
423
422
|
</ul>
|
|
424
423
|
</li>
|
|
425
424
|
<li>Press <tt class="docutils literal">Start</tt>.</li>
|
|
@@ -443,27 +442,27 @@ previously-configured time after we create the record.</li>
|
|
|
443
442
|
<li><tt class="docutils literal">Execution of another step</tt>: It will be executed at the
|
|
444
443
|
previously-configured time after the previous step is finished
|
|
445
444
|
properly.</li>
|
|
446
|
-
<li><tt class="docutils literal">Mail opened</tt>: It will be executed at the previously-configured
|
|
447
|
-
|
|
445
|
+
<li><tt class="docutils literal">Mail opened</tt>: It will be executed at the previously-configured time
|
|
446
|
+
after the mail from the previous step is opened.</li>
|
|
448
447
|
<li><tt class="docutils literal">Mail not opened</tt>: It will be executed at the previously-configured
|
|
449
|
-
time after the mail from the previous step is sent if it is not
|
|
450
|
-
|
|
448
|
+
time after the mail from the previous step is sent if it is not opened
|
|
449
|
+
before this time.</li>
|
|
451
450
|
<li><tt class="docutils literal">Mail replied</tt>: It will be executed at the previously-configured
|
|
452
451
|
time after the mail from the previous step is replied.</li>
|
|
453
|
-
<li><tt class="docutils literal">Mail not replied</tt>: It will be executed at the
|
|
454
|
-
|
|
455
|
-
|
|
452
|
+
<li><tt class="docutils literal">Mail not replied</tt>: It will be executed at the previously-configured
|
|
453
|
+
time after the mail from the previous step is opened if it has not
|
|
454
|
+
been replied.</li>
|
|
456
455
|
<li><tt class="docutils literal">Mail clicked</tt>: It will be executed at the previously-configured
|
|
457
456
|
time after the links of the mail from the previous step are clicked.</li>
|
|
458
|
-
<li><tt class="docutils literal">Mail not clicked</tt>: It will be executed at the
|
|
459
|
-
|
|
460
|
-
|
|
457
|
+
<li><tt class="docutils literal">Mail not clicked</tt>: It will be executed at the previously-configured
|
|
458
|
+
time after the mail from the previous step is opened and no links are
|
|
459
|
+
clicked.</li>
|
|
461
460
|
<li><tt class="docutils literal">Mail bounced</tt>: It will be executed at the previously-configured
|
|
462
461
|
time after the mail from the previous step is bounced back for any
|
|
463
462
|
reason.</li>
|
|
464
463
|
<li><tt class="docutils literal">Activity has been finished</tt>: It will be executed at the
|
|
465
|
-
previously-configured time after the activity from the previous
|
|
466
|
-
|
|
464
|
+
previously-configured time after the activity from the previous action
|
|
465
|
+
is done.</li>
|
|
467
466
|
<li><tt class="docutils literal">Activity has not been finished</tt>: It will be executed at the
|
|
468
467
|
previously-configured time after the previous action is executed if
|
|
469
468
|
the related activity is not done.</li>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-automation_oca
|
|
3
|
-
Version: 16.0.1.1.
|
|
3
|
+
Version: 16.0.1.1.3.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:
|
|
25
|
+
!! source digest: sha256:aa2cb70c4a9d78119c9a775f43b2ce9b39df1d6aad356ad1cabceeeed3b87394
|
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
27
|
|
|
28
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -47,11 +47,11 @@ This module allows to automate several process according to some rules.
|
|
|
47
47
|
|
|
48
48
|
This is useful for creating automated actions on your database like:
|
|
49
49
|
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
-
|
|
53
|
-
|
|
54
|
-
-
|
|
50
|
+
- Send a welcome email to all new partners (or filtered according to
|
|
51
|
+
some rules)
|
|
52
|
+
- Remember to online customers that they forgot their basket with some
|
|
53
|
+
items
|
|
54
|
+
- Send documents to sign to all new employees
|
|
55
55
|
|
|
56
56
|
**Table of contents**
|
|
57
57
|
|
|
@@ -77,10 +77,9 @@ Configure your processes
|
|
|
77
77
|
7.
|
|
78
78
|
8. Select the kind of configuration you create. You can choose between:
|
|
79
79
|
|
|
80
|
-
-
|
|
81
|
-
|
|
82
|
-
-
|
|
83
|
-
job.
|
|
80
|
+
- *Periodic configurations*: every 6 hours, a process will check if
|
|
81
|
+
new records need to be created.
|
|
82
|
+
- *On demand configurations*: user need to execute manually the job.
|
|
84
83
|
|
|
85
84
|
9. Press ``Start``.
|
|
86
85
|
10. Inside the process, you can check all the created items.
|
|
@@ -92,42 +91,42 @@ Configuration of steps
|
|
|
92
91
|
|
|
93
92
|
Steps can trigger one of the following options:
|
|
94
93
|
|
|
95
|
-
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
94
|
+
- ``Mail``: Sends an email using a template.
|
|
95
|
+
- ``Server Action``: Executes a server action.
|
|
96
|
+
- ``Activity``: Creates an activity to the related record.
|
|
98
97
|
|
|
99
98
|
All the steps need to specify the moment of execution. We will set the
|
|
100
99
|
number of hours/days and a trigger type:
|
|
101
100
|
|
|
102
|
-
-
|
|
103
|
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
-
|
|
108
|
-
|
|
109
|
-
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
-
|
|
113
|
-
|
|
114
|
-
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
-
|
|
118
|
-
|
|
119
|
-
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
-
|
|
129
|
-
|
|
130
|
-
|
|
101
|
+
- ``Start of workflow``: It will be executed at the
|
|
102
|
+
previously-configured time after we create the record.
|
|
103
|
+
- ``Execution of another step``: It will be executed at the
|
|
104
|
+
previously-configured time after the previous step is finished
|
|
105
|
+
properly.
|
|
106
|
+
- ``Mail opened``: It will be executed at the previously-configured time
|
|
107
|
+
after the mail from the previous step is opened.
|
|
108
|
+
- ``Mail not opened``: It will be executed at the previously-configured
|
|
109
|
+
time after the mail from the previous step is sent if it is not opened
|
|
110
|
+
before this time.
|
|
111
|
+
- ``Mail replied``: It will be executed at the previously-configured
|
|
112
|
+
time after the mail from the previous step is replied.
|
|
113
|
+
- ``Mail not replied``: It will be executed at the previously-configured
|
|
114
|
+
time after the mail from the previous step is opened if it has not
|
|
115
|
+
been replied.
|
|
116
|
+
- ``Mail clicked``: It will be executed at the previously-configured
|
|
117
|
+
time after the links of the mail from the previous step are clicked.
|
|
118
|
+
- ``Mail not clicked``: It will be executed at the previously-configured
|
|
119
|
+
time after the mail from the previous step is opened and no links are
|
|
120
|
+
clicked.
|
|
121
|
+
- ``Mail bounced``: It will be executed at the previously-configured
|
|
122
|
+
time after the mail from the previous step is bounced back for any
|
|
123
|
+
reason.
|
|
124
|
+
- ``Activity has been finished``: It will be executed at the
|
|
125
|
+
previously-configured time after the activity from the previous action
|
|
126
|
+
is done.
|
|
127
|
+
- ``Activity has not been finished``: It will be executed at the
|
|
128
|
+
previously-configured time after the previous action is executed if
|
|
129
|
+
the related activity is not done.
|
|
131
130
|
|
|
132
131
|
Important to remember to define a proper template when sending the
|
|
133
132
|
email. It will the template without using a notification template. Also,
|
|
@@ -169,14 +168,14 @@ Authors
|
|
|
169
168
|
Contributors
|
|
170
169
|
------------
|
|
171
170
|
|
|
172
|
-
-
|
|
171
|
+
- Enric Tobella (`Dixmit <https://www.dixmit.com/>`__)
|
|
173
172
|
|
|
174
173
|
Other credits
|
|
175
174
|
-------------
|
|
176
175
|
|
|
177
176
|
The development of this module has been financially supported by:
|
|
178
177
|
|
|
179
|
-
-
|
|
178
|
+
- Associacion Española de Odoo (`AEODOO <https://www.aeodoo.org/>`__)
|
|
180
179
|
|
|
181
180
|
Maintainers
|
|
182
181
|
-----------
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
odoo/addons/automation_oca/README.rst,sha256=
|
|
1
|
+
odoo/addons/automation_oca/README.rst,sha256=UVsOAUOw5Sv7YAxXrczAo_dk6PF0vJMqwIL6TjjRdfU,6798
|
|
2
2
|
odoo/addons/automation_oca/__init__.py,sha256=dnUeA_K1torbiMNF3tt2dtECdk-FkWm01DByr9MBMIA,69
|
|
3
|
-
odoo/addons/automation_oca/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/automation_oca/__manifest__.py,sha256=8FWieX2oggLZxx0KsB2ro3in5gV3KJz5-r7b7h828Xw,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
7
|
odoo/addons/automation_oca/demo/demo.xml,sha256=beyrfyRzVTDZ1Mm2sL5Y57W4GDsUvj9gOMUlrEMM1M8,2838
|
|
8
|
-
odoo/addons/automation_oca/i18n/automation_oca.pot,sha256=
|
|
9
|
-
odoo/addons/automation_oca/i18n/es.po,sha256=
|
|
10
|
-
odoo/addons/automation_oca/i18n/fr.po,sha256=
|
|
11
|
-
odoo/addons/automation_oca/i18n/it.po,sha256=
|
|
8
|
+
odoo/addons/automation_oca/i18n/automation_oca.pot,sha256=N4V_r0BsQzSJMR3YmCS31KXzFj2n9F7I-9nlBOzL5Yw,49792
|
|
9
|
+
odoo/addons/automation_oca/i18n/es.po,sha256=e-XBtK8jo7LXBxnEdWG_baBxcgaDdRjoYchb1WCppiE,55613
|
|
10
|
+
odoo/addons/automation_oca/i18n/fr.po,sha256=Ih3ypwBaJoY7J01QC_U6tLZcN1kHDh5i3N9vL9iB7GY,53434
|
|
11
|
+
odoo/addons/automation_oca/i18n/it.po,sha256=nlOmHethGhDTX2IEY3Sji2hDx9RR3t1D4SyarU42kYs,55753
|
|
12
12
|
odoo/addons/automation_oca/models/__init__.py,sha256=gRWvgicyFDELSeVnpRow1mGuWjfm3ima2Lo-NqlymKg,318
|
|
13
13
|
odoo/addons/automation_oca/models/automation_configuration.py,sha256=VaWXg_6EnUnTdLDV_eZnWKXXVU27nGmZR_lnGIeKstA,12086
|
|
14
|
-
odoo/addons/automation_oca/models/automation_configuration_step.py,sha256=
|
|
14
|
+
odoo/addons/automation_oca/models/automation_configuration_step.py,sha256=bpCcENe65DtTLQMbPwlFXyzXA4Ep5VnlsPFiavTmsWs,19335
|
|
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
|
|
17
17
|
odoo/addons/automation_oca/models/automation_record_step.py,sha256=njKySvUJnVZrqIlG3tERsYFEVbCucc-wmdJgO3aK6sw,15071
|
|
@@ -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=
|
|
32
|
+
odoo/addons/automation_oca/static/description/index.html,sha256=S1wdU-bJwi-wPfCIpZUmAMlW73tlC3wjFs1mbeGWvqc,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.1.
|
|
60
|
-
odoo_addon_automation_oca-16.0.1.1.
|
|
61
|
-
odoo_addon_automation_oca-16.0.1.1.
|
|
62
|
-
odoo_addon_automation_oca-16.0.1.1.
|
|
59
|
+
odoo_addon_automation_oca-16.0.1.1.3.1.dist-info/METADATA,sha256=iMueQKJ9oAr0kUebEAgTPtwDWwgGH2Aa-yLjAVbgjoc,7317
|
|
60
|
+
odoo_addon_automation_oca-16.0.1.1.3.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
61
|
+
odoo_addon_automation_oca-16.0.1.1.3.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
62
|
+
odoo_addon_automation_oca-16.0.1.1.3.1.dist-info/RECORD,,
|
|
File without changes
|