odoo-addon-automation-oca 17.0.1.0.0.10__py3-none-any.whl → 18.0.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.
- odoo/addons/automation_oca/README.rst +12 -8
- odoo/addons/automation_oca/__manifest__.py +5 -1
- odoo/addons/automation_oca/i18n/automation_oca.pot +42 -45
- odoo/addons/automation_oca/i18n/es.po +14 -1
- odoo/addons/automation_oca/i18n/fr.po +13 -0
- odoo/addons/automation_oca/i18n/it.po +14 -1
- odoo/addons/automation_oca/models/automation_configuration.py +295 -2
- odoo/addons/automation_oca/models/automation_configuration_step.py +128 -0
- odoo/addons/automation_oca/models/automation_record.py +6 -7
- odoo/addons/automation_oca/models/automation_record_step.py +11 -5
- odoo/addons/automation_oca/security/ir.model.access.csv +1 -0
- odoo/addons/automation_oca/static/description/index.html +25 -19
- odoo/addons/automation_oca/static/src/fields/automation_activity/automation_activity.esm.js +1 -1
- odoo/addons/automation_oca/static/src/fields/automation_graph/automation_graph.esm.js +0 -1
- odoo/addons/automation_oca/static/src/views/automation_kanban/automation_kanban_compiler.esm.js +0 -1
- odoo/addons/automation_oca/static/src/views/automation_kanban/automation_kanban_record.esm.js +0 -1
- odoo/addons/automation_oca/static/src/views/automation_kanban/automation_kanban_renderer.esm.js +0 -1
- odoo/addons/automation_oca/static/src/views/automation_upload/automation_upload.esm.js +69 -0
- odoo/addons/automation_oca/static/src/views/automation_upload/automation_upload.scss +29 -0
- odoo/addons/automation_oca/static/src/views/automation_upload/automation_upload.xml +44 -0
- odoo/addons/automation_oca/static/tests/components/graph.esm.test.js +47 -0
- odoo/addons/automation_oca/static/tests/components/step.esm.test.js +156 -0
- odoo/addons/automation_oca/tests/__init__.py +2 -0
- odoo/addons/automation_oca/tests/test_automation_activity.py +32 -2
- odoo/addons/automation_oca/tests/test_automation_base.py +2 -2
- odoo/addons/automation_oca/tests/test_automation_import.py +123 -0
- odoo/addons/automation_oca/tests/test_js.py +17 -0
- odoo/addons/automation_oca/views/automation_configuration.xml +22 -14
- odoo/addons/automation_oca/views/automation_configuration_step.xml +7 -3
- odoo/addons/automation_oca/views/automation_filter.xml +2 -2
- odoo/addons/automation_oca/views/automation_record.xml +12 -15
- odoo/addons/automation_oca/views/automation_record_step.xml +2 -2
- odoo/addons/automation_oca/views/automation_tag.xml +2 -2
- odoo/addons/automation_oca/wizards/__init__.py +1 -0
- odoo/addons/automation_oca/wizards/automation_configuration_export.py +16 -0
- odoo/addons/automation_oca/wizards/automation_configuration_export.xml +33 -0
- odoo/addons/automation_oca/wizards/mail_compose_message.py +3 -3
- {odoo_addon_automation_oca-17.0.1.0.0.10.dist-info → odoo_addon_automation_oca-18.0.1.0.1.dist-info}/METADATA +16 -11
- {odoo_addon_automation_oca-17.0.1.0.0.10.dist-info → odoo_addon_automation_oca-18.0.1.0.1.dist-info}/RECORD +41 -33
- {odoo_addon_automation_oca-17.0.1.0.0.10.dist-info → odoo_addon_automation_oca-18.0.1.0.1.dist-info}/WHEEL +1 -1
- odoo/addons/automation_oca/i18n/es_VE.po +0 -1591
- {odoo_addon_automation_oca-17.0.1.0.0.10.dist-info → odoo_addon_automation_oca-18.0.1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -1,3 +1,7 @@
|
|
|
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
|
+
|
|
1
5
|
==============
|
|
2
6
|
Automation Oca
|
|
3
7
|
==============
|
|
@@ -7,23 +11,23 @@ Automation Oca
|
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
12
|
!! changes will be overwritten. !!
|
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:ec74722755e5fa56a7138ea4dab4986b20f8b98850fb4e4b0e5c35b08bbd7d61
|
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
16
|
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
|
15
19
|
:alt: Beta
|
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
22
|
:alt: License: AGPL-3
|
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fautomation-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/automation/tree/
|
|
24
|
+
:target: https://github.com/OCA/automation/tree/18.0/automation_oca
|
|
21
25
|
:alt: OCA/automation
|
|
22
26
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/automation-
|
|
27
|
+
:target: https://translation.odoo-community.org/projects/automation-18-0/automation-18-0-automation_oca
|
|
24
28
|
:alt: Translate me on Weblate
|
|
25
29
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
26
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/automation&target_branch=
|
|
30
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/automation&target_branch=18.0
|
|
27
31
|
:alt: Try me on Runboat
|
|
28
32
|
|
|
29
33
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -134,7 +138,7 @@ There is a way to enforce step execution when finalize the previous one.
|
|
|
134
138
|
If we set a negative value on the period, the execution will be
|
|
135
139
|
immediate without a cron.
|
|
136
140
|
|
|
137
|
-
.. |Configuration Screenshot| image:: https://raw.githubusercontent.com/OCA/automation/
|
|
141
|
+
.. |Configuration Screenshot| image:: https://raw.githubusercontent.com/OCA/automation/18.0/automation_oca/static/description/configuration.png
|
|
138
142
|
|
|
139
143
|
Bug Tracker
|
|
140
144
|
===========
|
|
@@ -142,7 +146,7 @@ Bug Tracker
|
|
|
142
146
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/automation/issues>`_.
|
|
143
147
|
In case of trouble, please check there if your issue has already been reported.
|
|
144
148
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
145
|
-
`feedback <https://github.com/OCA/automation/issues/new?body=module:%20automation_oca%0Aversion:%
|
|
149
|
+
`feedback <https://github.com/OCA/automation/issues/new?body=module:%20automation_oca%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
146
150
|
|
|
147
151
|
Do not contact contributors directly about support or help with technical issues.
|
|
148
152
|
|
|
@@ -179,6 +183,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
179
183
|
mission is to support the collaborative development of Odoo features and
|
|
180
184
|
promote its widespread use.
|
|
181
185
|
|
|
182
|
-
This module is part of the `OCA/automation <https://github.com/OCA/automation/tree/
|
|
186
|
+
This module is part of the `OCA/automation <https://github.com/OCA/automation/tree/18.0/automation_oca>`_ project on GitHub.
|
|
183
187
|
|
|
184
188
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "Automation Oca",
|
|
6
6
|
"summary": """
|
|
7
7
|
Automate actions in threaded models""",
|
|
8
|
-
"version": "
|
|
8
|
+
"version": "18.0.1.0.1",
|
|
9
9
|
"license": "AGPL-3",
|
|
10
10
|
"category": "Automation",
|
|
11
11
|
"author": "Dixmit,Odoo Community Association (OCA)",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"data": [
|
|
15
15
|
"security/security.xml",
|
|
16
16
|
"security/ir.model.access.csv",
|
|
17
|
+
"wizards/automation_configuration_export.xml",
|
|
17
18
|
"views/menu.xml",
|
|
18
19
|
"wizards/automation_configuration_test.xml",
|
|
19
20
|
"views/automation_record.xml",
|
|
@@ -31,6 +32,9 @@
|
|
|
31
32
|
"automation_oca/static/src/**/*.xml",
|
|
32
33
|
"automation_oca/static/src/**/*.scss",
|
|
33
34
|
],
|
|
35
|
+
"web.assets_unit_tests": [
|
|
36
|
+
"automation_oca/static/tests/**/*.test.js",
|
|
37
|
+
],
|
|
34
38
|
},
|
|
35
39
|
"demo": [
|
|
36
40
|
"demo/demo.xml",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version: Odoo Server
|
|
7
|
+
"Project-Id-Version: Odoo Server 18.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"Last-Translator: \n"
|
|
10
10
|
"Language-Team: \n"
|
|
@@ -29,7 +29,6 @@ msgstr ""
|
|
|
29
29
|
#. module: automation_oca
|
|
30
30
|
#. odoo-python
|
|
31
31
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
32
|
-
#, python-format
|
|
33
32
|
msgid "%s configurations needs a parent"
|
|
34
33
|
msgstr ""
|
|
35
34
|
|
|
@@ -77,7 +76,7 @@ msgstr ""
|
|
|
77
76
|
#: model:mail.template,body_html:automation_oca.demo_welcome_template
|
|
78
77
|
msgid ""
|
|
79
78
|
"<p>Welcome!</p>\n"
|
|
80
|
-
" <p>Thanks <t t-out=\"object.name\"
|
|
79
|
+
" <p>Thanks <t t-out=\"object.name\"/> for becoming a contact.</p>\n"
|
|
81
80
|
" <p>Kind regards,</p>\n"
|
|
82
81
|
" "
|
|
83
82
|
msgstr ""
|
|
@@ -152,7 +151,6 @@ msgstr ""
|
|
|
152
151
|
#. module: automation_oca
|
|
153
152
|
#. odoo-python
|
|
154
153
|
#: code:addons/automation_oca/models/automation_record_step.py:0
|
|
155
|
-
#, python-format
|
|
156
154
|
msgid "Activity Done"
|
|
157
155
|
msgstr ""
|
|
158
156
|
|
|
@@ -184,43 +182,36 @@ msgstr ""
|
|
|
184
182
|
#. module: automation_oca
|
|
185
183
|
#. odoo-python
|
|
186
184
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
187
|
-
#, python-format
|
|
188
185
|
msgid "Activity has been cancelled"
|
|
189
186
|
msgstr ""
|
|
190
187
|
|
|
191
188
|
#. module: automation_oca
|
|
192
189
|
#. odoo-python
|
|
193
190
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
194
|
-
#, python-format
|
|
195
191
|
msgid "Activity has been finished"
|
|
196
192
|
msgstr ""
|
|
197
193
|
|
|
198
194
|
#. module: automation_oca
|
|
199
195
|
#. odoo-python
|
|
200
196
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
201
|
-
#, python-format
|
|
202
197
|
msgid "Activity has not been finished"
|
|
203
198
|
msgstr ""
|
|
204
199
|
|
|
205
200
|
#. module: automation_oca
|
|
206
201
|
#. odoo-python
|
|
207
202
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
208
|
-
#, python-format
|
|
209
203
|
msgid "Activity not cancelled"
|
|
210
204
|
msgstr ""
|
|
211
205
|
|
|
212
206
|
#. module: automation_oca
|
|
213
207
|
#. odoo-python
|
|
214
208
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
215
|
-
#, python-format
|
|
216
209
|
msgid "Activity not done"
|
|
217
210
|
msgstr ""
|
|
218
211
|
|
|
219
212
|
#. module: automation_oca
|
|
220
213
|
#. odoo-python
|
|
221
214
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
222
|
-
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
223
|
-
#, python-format
|
|
224
215
|
msgid "After finished"
|
|
225
216
|
msgstr ""
|
|
226
217
|
|
|
@@ -262,6 +253,12 @@ msgstr ""
|
|
|
262
253
|
msgid "Automation Configuration"
|
|
263
254
|
msgstr ""
|
|
264
255
|
|
|
256
|
+
#. module: automation_oca
|
|
257
|
+
#: model:ir.actions.act_window,name:automation_oca.automation_configuration_export_act_window
|
|
258
|
+
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_export_form_view
|
|
259
|
+
msgid "Automation Configuration Export"
|
|
260
|
+
msgstr ""
|
|
261
|
+
|
|
265
262
|
#. module: automation_oca
|
|
266
263
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__automation_direct_step_ids
|
|
267
264
|
msgid "Automation Direct Step"
|
|
@@ -331,18 +328,17 @@ msgstr ""
|
|
|
331
328
|
#. odoo-python
|
|
332
329
|
#: code:addons/automation_oca/models/automation_record_step.py:0
|
|
333
330
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_record_step__mail_status__bounce
|
|
334
|
-
#, python-format
|
|
335
331
|
msgid "Bounced"
|
|
336
332
|
msgstr ""
|
|
337
333
|
|
|
338
334
|
#. module: automation_oca
|
|
339
335
|
#. odoo-python
|
|
340
336
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
341
|
-
#, python-format
|
|
342
337
|
msgid "Bounced after"
|
|
343
338
|
msgstr ""
|
|
344
339
|
|
|
345
340
|
#. module: automation_oca
|
|
341
|
+
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_export_form_view
|
|
346
342
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_test_form_view
|
|
347
343
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_record_form_view
|
|
348
344
|
msgid "Cancel"
|
|
@@ -373,14 +369,12 @@ msgstr ""
|
|
|
373
369
|
#. module: automation_oca
|
|
374
370
|
#. odoo-python
|
|
375
371
|
#: code:addons/automation_oca/models/automation_record_step.py:0
|
|
376
|
-
#, python-format
|
|
377
372
|
msgid "Clicked"
|
|
378
373
|
msgstr ""
|
|
379
374
|
|
|
380
375
|
#. module: automation_oca
|
|
381
376
|
#. odoo-python
|
|
382
377
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
383
|
-
#, python-format
|
|
384
378
|
msgid "Clicked after"
|
|
385
379
|
msgstr ""
|
|
386
380
|
|
|
@@ -401,6 +395,7 @@ msgid "Company"
|
|
|
401
395
|
msgstr ""
|
|
402
396
|
|
|
403
397
|
#. module: automation_oca
|
|
398
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_export__configuration_id
|
|
404
399
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__configuration_id
|
|
405
400
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_test__configuration_id
|
|
406
401
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_record__configuration_id
|
|
@@ -418,6 +413,7 @@ msgstr ""
|
|
|
418
413
|
|
|
419
414
|
#. module: automation_oca
|
|
420
415
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__create_uid
|
|
416
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_export__create_uid
|
|
421
417
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__create_uid
|
|
422
418
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_test__create_uid
|
|
423
419
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_filter__create_uid
|
|
@@ -429,6 +425,7 @@ msgstr ""
|
|
|
429
425
|
|
|
430
426
|
#. module: automation_oca
|
|
431
427
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__create_date
|
|
428
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_export__create_date
|
|
432
429
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__create_date
|
|
433
430
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_test__create_date
|
|
434
431
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_filter__create_date
|
|
@@ -458,6 +455,7 @@ msgstr ""
|
|
|
458
455
|
|
|
459
456
|
#. module: automation_oca
|
|
460
457
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__display_name
|
|
458
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_export__display_name
|
|
461
459
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__display_name
|
|
462
460
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_test__display_name
|
|
463
461
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_filter__display_name
|
|
@@ -489,7 +487,6 @@ msgstr ""
|
|
|
489
487
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_kanban_view
|
|
490
488
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_search_view
|
|
491
489
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_record_step_search_view
|
|
492
|
-
#, python-format
|
|
493
490
|
msgid "Done"
|
|
494
491
|
msgstr ""
|
|
495
492
|
|
|
@@ -541,7 +538,6 @@ msgstr ""
|
|
|
541
538
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
|
|
542
539
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_record_step_form_view
|
|
543
540
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_record_step_search_view
|
|
544
|
-
#, python-format
|
|
545
541
|
msgid "Error"
|
|
546
542
|
msgstr ""
|
|
547
543
|
|
|
@@ -582,6 +578,16 @@ msgstr ""
|
|
|
582
578
|
msgid "Expiry Interval Type"
|
|
583
579
|
msgstr ""
|
|
584
580
|
|
|
581
|
+
#. module: automation_oca
|
|
582
|
+
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
|
|
583
|
+
msgid "Export"
|
|
584
|
+
msgstr ""
|
|
585
|
+
|
|
586
|
+
#. module: automation_oca
|
|
587
|
+
#: model:ir.model,name:automation_oca.model_automation_configuration_export
|
|
588
|
+
msgid "Export Automation Configuration"
|
|
589
|
+
msgstr ""
|
|
590
|
+
|
|
585
591
|
#. module: automation_oca
|
|
586
592
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__field_id
|
|
587
593
|
msgid "Field"
|
|
@@ -592,6 +598,16 @@ msgstr ""
|
|
|
592
598
|
msgid "Field Label"
|
|
593
599
|
msgstr ""
|
|
594
600
|
|
|
601
|
+
#. module: automation_oca
|
|
602
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_export__file_content
|
|
603
|
+
msgid "File Content"
|
|
604
|
+
msgstr ""
|
|
605
|
+
|
|
606
|
+
#. module: automation_oca
|
|
607
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_export__file_name
|
|
608
|
+
msgid "File Name"
|
|
609
|
+
msgstr ""
|
|
610
|
+
|
|
595
611
|
#. module: automation_oca
|
|
596
612
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__filter_id
|
|
597
613
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
|
|
@@ -694,6 +710,7 @@ msgstr ""
|
|
|
694
710
|
|
|
695
711
|
#. module: automation_oca
|
|
696
712
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__id
|
|
713
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_export__id
|
|
697
714
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__id
|
|
698
715
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_test__id
|
|
699
716
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_filter__id
|
|
@@ -748,6 +765,7 @@ msgstr ""
|
|
|
748
765
|
|
|
749
766
|
#. module: automation_oca
|
|
750
767
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__write_uid
|
|
768
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_export__write_uid
|
|
751
769
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__write_uid
|
|
752
770
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_test__write_uid
|
|
753
771
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_filter__write_uid
|
|
@@ -759,6 +777,7 @@ msgstr ""
|
|
|
759
777
|
|
|
760
778
|
#. module: automation_oca
|
|
761
779
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration__write_date
|
|
780
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_export__write_date
|
|
762
781
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__write_date
|
|
763
782
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_test__write_date
|
|
764
783
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_filter__write_date
|
|
@@ -811,49 +830,42 @@ msgstr ""
|
|
|
811
830
|
#. module: automation_oca
|
|
812
831
|
#. odoo-python
|
|
813
832
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
814
|
-
#, python-format
|
|
815
833
|
msgid "Mail bounced"
|
|
816
834
|
msgstr ""
|
|
817
835
|
|
|
818
836
|
#. module: automation_oca
|
|
819
837
|
#. odoo-python
|
|
820
838
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
821
|
-
#, python-format
|
|
822
839
|
msgid "Mail clicked"
|
|
823
840
|
msgstr ""
|
|
824
841
|
|
|
825
842
|
#. module: automation_oca
|
|
826
843
|
#. odoo-python
|
|
827
844
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
828
|
-
#, python-format
|
|
829
845
|
msgid "Mail not clicked"
|
|
830
846
|
msgstr ""
|
|
831
847
|
|
|
832
848
|
#. module: automation_oca
|
|
833
849
|
#. odoo-python
|
|
834
850
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
835
|
-
#, python-format
|
|
836
851
|
msgid "Mail not opened"
|
|
837
852
|
msgstr ""
|
|
838
853
|
|
|
839
854
|
#. module: automation_oca
|
|
840
855
|
#. odoo-python
|
|
841
856
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
842
|
-
#, python-format
|
|
843
857
|
msgid "Mail not replied"
|
|
844
858
|
msgstr ""
|
|
845
859
|
|
|
846
860
|
#. module: automation_oca
|
|
847
861
|
#. odoo-python
|
|
848
862
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
849
|
-
#, python-format
|
|
850
863
|
msgid "Mail opened"
|
|
851
864
|
msgstr ""
|
|
852
865
|
|
|
853
866
|
#. module: automation_oca
|
|
854
867
|
#. odoo-python
|
|
855
868
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
856
|
-
#, python-format
|
|
857
869
|
msgid "Mail replied"
|
|
858
870
|
msgstr ""
|
|
859
871
|
|
|
@@ -938,56 +950,48 @@ msgstr ""
|
|
|
938
950
|
#. module: automation_oca
|
|
939
951
|
#. odoo-python
|
|
940
952
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
941
|
-
#, python-format
|
|
942
953
|
msgid "Not bounced yet"
|
|
943
954
|
msgstr ""
|
|
944
955
|
|
|
945
956
|
#. module: automation_oca
|
|
946
957
|
#. odoo-python
|
|
947
958
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
948
|
-
#, python-format
|
|
949
959
|
msgid "Not clicked within"
|
|
950
960
|
msgstr ""
|
|
951
961
|
|
|
952
962
|
#. module: automation_oca
|
|
953
963
|
#. odoo-python
|
|
954
964
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
955
|
-
#, python-format
|
|
956
965
|
msgid "Not clicked yet"
|
|
957
966
|
msgstr ""
|
|
958
967
|
|
|
959
968
|
#. module: automation_oca
|
|
960
969
|
#. odoo-python
|
|
961
970
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
962
|
-
#, python-format
|
|
963
971
|
msgid "Not finished within"
|
|
964
972
|
msgstr ""
|
|
965
973
|
|
|
966
974
|
#. module: automation_oca
|
|
967
975
|
#. odoo-python
|
|
968
976
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
969
|
-
#, python-format
|
|
970
977
|
msgid "Not opened within"
|
|
971
978
|
msgstr ""
|
|
972
979
|
|
|
973
980
|
#. module: automation_oca
|
|
974
981
|
#. odoo-python
|
|
975
982
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
976
|
-
#, python-format
|
|
977
983
|
msgid "Not opened yet"
|
|
978
984
|
msgstr ""
|
|
979
985
|
|
|
980
986
|
#. module: automation_oca
|
|
981
987
|
#. odoo-python
|
|
982
988
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
983
|
-
#, python-format
|
|
984
989
|
msgid "Not replied within"
|
|
985
990
|
msgstr ""
|
|
986
991
|
|
|
987
992
|
#. module: automation_oca
|
|
988
993
|
#. odoo-python
|
|
989
994
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
990
|
-
#, python-format
|
|
991
995
|
msgid "Not replied yet"
|
|
992
996
|
msgstr ""
|
|
993
997
|
|
|
@@ -1051,21 +1055,18 @@ msgstr ""
|
|
|
1051
1055
|
#. odoo-python
|
|
1052
1056
|
#: code:addons/automation_oca/models/automation_record_step.py:0
|
|
1053
1057
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_record_step__mail_status__open
|
|
1054
|
-
#, python-format
|
|
1055
1058
|
msgid "Opened"
|
|
1056
1059
|
msgstr ""
|
|
1057
1060
|
|
|
1058
1061
|
#. module: automation_oca
|
|
1059
1062
|
#. odoo-python
|
|
1060
1063
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
1061
|
-
#, python-format
|
|
1062
1064
|
msgid "Opened after"
|
|
1063
1065
|
msgstr ""
|
|
1064
1066
|
|
|
1065
1067
|
#. module: automation_oca
|
|
1066
1068
|
#. odoo-python
|
|
1067
1069
|
#: code:addons/automation_oca/models/automation_record.py:0
|
|
1068
|
-
#, python-format
|
|
1069
1070
|
msgid "Orphan Record"
|
|
1070
1071
|
msgstr ""
|
|
1071
1072
|
|
|
@@ -1155,14 +1156,12 @@ msgstr ""
|
|
|
1155
1156
|
#. odoo-python
|
|
1156
1157
|
#: code:addons/automation_oca/models/automation_record_step.py:0
|
|
1157
1158
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_record_step__mail_status__reply
|
|
1158
|
-
#, python-format
|
|
1159
1159
|
msgid "Replied"
|
|
1160
1160
|
msgstr ""
|
|
1161
1161
|
|
|
1162
1162
|
#. module: automation_oca
|
|
1163
1163
|
#. odoo-python
|
|
1164
1164
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
1165
|
-
#, python-format
|
|
1166
1165
|
msgid "Replied after"
|
|
1167
1166
|
msgstr ""
|
|
1168
1167
|
|
|
@@ -1225,7 +1224,6 @@ msgstr ""
|
|
|
1225
1224
|
#. odoo-python
|
|
1226
1225
|
#: code:addons/automation_oca/models/automation_record_step.py:0
|
|
1227
1226
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_record_step__mail_status__sent
|
|
1228
|
-
#, python-format
|
|
1229
1227
|
msgid "Sent"
|
|
1230
1228
|
msgstr ""
|
|
1231
1229
|
|
|
@@ -1244,7 +1242,6 @@ msgstr ""
|
|
|
1244
1242
|
#. module: automation_oca
|
|
1245
1243
|
#. odoo-python
|
|
1246
1244
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
1247
|
-
#, python-format
|
|
1248
1245
|
msgid "Server Context is not wellformed"
|
|
1249
1246
|
msgstr ""
|
|
1250
1247
|
|
|
@@ -1281,7 +1278,6 @@ msgstr ""
|
|
|
1281
1278
|
#. module: automation_oca
|
|
1282
1279
|
#. odoo-python
|
|
1283
1280
|
#: code:addons/automation_oca/models/automation_configuration.py:0
|
|
1284
|
-
#, python-format
|
|
1285
1281
|
msgid "State must be in draft in order to start"
|
|
1286
1282
|
msgstr ""
|
|
1287
1283
|
|
|
@@ -1359,7 +1355,6 @@ msgstr ""
|
|
|
1359
1355
|
#. module: automation_oca
|
|
1360
1356
|
#. odoo-python
|
|
1361
1357
|
#: code:addons/automation_oca/models/automation_record_step.py:0
|
|
1362
|
-
#, python-format
|
|
1363
1358
|
msgid ""
|
|
1364
1359
|
"The record does not fulfill the expected domain:\n"
|
|
1365
1360
|
"%(domain)s"
|
|
@@ -1396,7 +1391,6 @@ msgstr ""
|
|
|
1396
1391
|
#. module: automation_oca
|
|
1397
1392
|
#. odoo-python
|
|
1398
1393
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
1399
|
-
#, python-format
|
|
1400
1394
|
msgid "To use a %(name)s trigger type we need a parent of type %(parents)s"
|
|
1401
1395
|
msgstr ""
|
|
1402
1396
|
|
|
@@ -1452,6 +1446,12 @@ msgstr ""
|
|
|
1452
1446
|
msgid "Unicity based on"
|
|
1453
1447
|
msgstr ""
|
|
1454
1448
|
|
|
1449
|
+
#. module: automation_oca
|
|
1450
|
+
#. odoo-javascript
|
|
1451
|
+
#: code:addons/automation_oca/static/src/views/automation_upload/automation_upload.xml:0
|
|
1452
|
+
msgid "Upload"
|
|
1453
|
+
msgstr ""
|
|
1454
|
+
|
|
1455
1455
|
#. module: automation_oca
|
|
1456
1456
|
#: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__activity_user_type
|
|
1457
1457
|
msgid ""
|
|
@@ -1493,7 +1493,6 @@ msgstr ""
|
|
|
1493
1493
|
#. module: automation_oca
|
|
1494
1494
|
#. odoo-python
|
|
1495
1495
|
#: code:addons/automation_oca/models/automation_record_step.py:0
|
|
1496
|
-
#, python-format
|
|
1497
1496
|
msgid ""
|
|
1498
1497
|
"You can only retry a record step in a rejected, expired, cancelled or error "
|
|
1499
1498
|
"state."
|
|
@@ -1508,13 +1507,11 @@ msgstr ""
|
|
|
1508
1507
|
#. module: automation_oca
|
|
1509
1508
|
#. odoo-python
|
|
1510
1509
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
1511
|
-
#, python-format
|
|
1512
1510
|
msgid "execution of another step"
|
|
1513
1511
|
msgstr ""
|
|
1514
1512
|
|
|
1515
1513
|
#. module: automation_oca
|
|
1516
1514
|
#. odoo-python
|
|
1517
1515
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
1518
|
-
#, python-format
|
|
1519
1516
|
msgid "start of workflow"
|
|
1520
1517
|
msgstr ""
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"PO-Revision-Date: 2025-06-02 22:
|
|
9
|
+
"PO-Revision-Date: 2025-06-02 22:25+0000\n"
|
|
10
10
|
"Last-Translator: \"Leonardo J. Caballero G.\" <leonardocaballero@gmail.com>\n"
|
|
11
11
|
"Language-Team: none\n"
|
|
12
12
|
"Language: es\n"
|
|
@@ -1236,9 +1236,22 @@ msgstr "Enviado"
|
|
|
1236
1236
|
#. module: automation_oca
|
|
1237
1237
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__server_action_id
|
|
1238
1238
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__step_type__action
|
|
1239
|
+
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_step_form_view
|
|
1239
1240
|
msgid "Server Action"
|
|
1240
1241
|
msgstr "Acción de servidor"
|
|
1241
1242
|
|
|
1243
|
+
#. module: automation_oca
|
|
1244
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__server_context
|
|
1245
|
+
msgid "Server Context"
|
|
1246
|
+
msgstr "Contexto del servidor"
|
|
1247
|
+
|
|
1248
|
+
#. module: automation_oca
|
|
1249
|
+
#. odoo-python
|
|
1250
|
+
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
1251
|
+
#, python-format
|
|
1252
|
+
msgid "Server Context is not wellformed"
|
|
1253
|
+
msgstr "El contexto del servidor no está bien formado"
|
|
1254
|
+
|
|
1242
1255
|
#. module: automation_oca
|
|
1243
1256
|
#: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__trigger_interval
|
|
1244
1257
|
msgid ""
|
|
@@ -1216,9 +1216,22 @@ msgstr "Envoyé"
|
|
|
1216
1216
|
#. module: automation_oca
|
|
1217
1217
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__server_action_id
|
|
1218
1218
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__step_type__action
|
|
1219
|
+
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_step_form_view
|
|
1219
1220
|
msgid "Server Action"
|
|
1220
1221
|
msgstr "Action serveur"
|
|
1221
1222
|
|
|
1223
|
+
#. module: automation_oca
|
|
1224
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__server_context
|
|
1225
|
+
msgid "Server Context"
|
|
1226
|
+
msgstr ""
|
|
1227
|
+
|
|
1228
|
+
#. module: automation_oca
|
|
1229
|
+
#. odoo-python
|
|
1230
|
+
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
1231
|
+
#, python-format
|
|
1232
|
+
msgid "Server Context is not wellformed"
|
|
1233
|
+
msgstr ""
|
|
1234
|
+
|
|
1222
1235
|
#. module: automation_oca
|
|
1223
1236
|
#: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__trigger_interval
|
|
1224
1237
|
msgid ""
|
|
@@ -321,7 +321,7 @@ msgstr "Automazione: esegui attività schedulate"
|
|
|
321
321
|
#. module: automation_oca
|
|
322
322
|
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_form_view
|
|
323
323
|
msgid "Back to draft"
|
|
324
|
-
msgstr "
|
|
324
|
+
msgstr "Reimposta a bozza"
|
|
325
325
|
|
|
326
326
|
#. module: automation_oca
|
|
327
327
|
#: model:ir.actions.server,name:automation_oca.demo_bounce_action
|
|
@@ -1239,9 +1239,22 @@ msgstr "Inviata"
|
|
|
1239
1239
|
#. module: automation_oca
|
|
1240
1240
|
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__server_action_id
|
|
1241
1241
|
#: model:ir.model.fields.selection,name:automation_oca.selection__automation_configuration_step__step_type__action
|
|
1242
|
+
#: model_terms:ir.ui.view,arch_db:automation_oca.automation_configuration_step_form_view
|
|
1242
1243
|
msgid "Server Action"
|
|
1243
1244
|
msgstr "Azione server"
|
|
1244
1245
|
|
|
1246
|
+
#. module: automation_oca
|
|
1247
|
+
#: model:ir.model.fields,field_description:automation_oca.field_automation_configuration_step__server_context
|
|
1248
|
+
msgid "Server Context"
|
|
1249
|
+
msgstr "Contex del server"
|
|
1250
|
+
|
|
1251
|
+
#. module: automation_oca
|
|
1252
|
+
#. odoo-python
|
|
1253
|
+
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
1254
|
+
#, python-format
|
|
1255
|
+
msgid "Server Context is not wellformed"
|
|
1256
|
+
msgstr "Il context del server non è formato correttamente"
|
|
1257
|
+
|
|
1245
1258
|
#. module: automation_oca
|
|
1246
1259
|
#: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__trigger_interval
|
|
1247
1260
|
msgid ""
|