odoo-addon-automation-oca 18.0.1.0.2__py3-none-any.whl → 18.0.1.0.3__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.
@@ -11,7 +11,7 @@ Automation Oca
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:dfd6ff843ed9635eba2cf739971a9ef1c2316f82347c9ea2dd08fb9394d4de57
14
+ !! source digest: sha256:de6843129b1554383ff7fb9eae42ba8bc6a74f2ce6c624a4bad419fd0ca014d0
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -47,6 +47,29 @@ This is useful for creating automated actions on your database like:
47
47
  .. contents::
48
48
  :local:
49
49
 
50
+ Use Cases / Context
51
+ ===================
52
+
53
+ Odoo core provides ``base_automation``, which is well suited for
54
+ **simple, isolated rules** triggered by **internal record changes**
55
+ (e.g. *on create*, *on update*, *on delete*, or *timed conditions*).
56
+
57
+ When processes become more complex (multiple steps, different timings,
58
+ conditional paths), it can be harder to understand and maintain the
59
+ whole flow in ``base_automation``.
60
+
61
+ ``automation_oca`` focuses on **workflow-based automations**, where the
62
+ full process is defined as a sequence of steps with **timings** and
63
+ **dependencies**, and can also react to **external events** such as
64
+ email interactions (opened, replied, clicked, bounced, etc).
65
+
66
+ In short:
67
+
68
+ - use **``base_automation``** for simple automations driven by internal
69
+ record updates
70
+ - use **``automation_oca``** for multi-step workflows with timings,
71
+ dependencies, and external events
72
+
50
73
  Usage
51
74
  =====
52
75
 
@@ -5,7 +5,7 @@
5
5
  "name": "Automation Oca",
6
6
  "summary": """
7
7
  Automate actions in threaded models""",
8
- "version": "18.0.1.0.2",
8
+ "version": "18.0.1.0.3",
9
9
  "license": "AGPL-3",
10
10
  "category": "Automation",
11
11
  "author": "Dixmit,Odoo Community Association (OCA)",
@@ -0,0 +1,14 @@
1
+ Odoo core provides `base_automation`, which is well suited for **simple, isolated rules**
2
+ triggered by **internal record changes** (e.g. *on create*, *on update*, *on delete*, or *timed conditions*).
3
+
4
+ When processes become more complex (multiple steps, different timings, conditional paths),
5
+ it can be harder to understand and maintain the whole flow in `base_automation`.
6
+
7
+ `automation_oca` focuses on **workflow-based automations**, where the full process is defined
8
+ as a sequence of steps with **timings** and **dependencies**, and can also react to **external events**
9
+ such as email interactions (opened, replied, clicked, bounced, etc).
10
+
11
+ In short:
12
+
13
+ - use **`base_automation`** for simple automations driven by internal record updates
14
+ - use **`automation_oca`** for multi-step workflows with timings, dependencies, and external events
@@ -372,7 +372,7 @@ ul.auto-toc {
372
372
  !! This file is generated by oca-gen-addon-readme !!
373
373
  !! changes will be overwritten. !!
374
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:dfd6ff843ed9635eba2cf739971a9ef1c2316f82347c9ea2dd08fb9394d4de57
375
+ !! source digest: sha256:de6843129b1554383ff7fb9eae42ba8bc6a74f2ce6c624a4bad419fd0ca014d0
376
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377
377
  <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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/automation/tree/18.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-18-0/automation-18-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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378
378
  <p>This module allows to automate several process according to some rules.</p>
@@ -387,27 +387,48 @@ items</li>
387
387
  <p><strong>Table of contents</strong></p>
388
388
  <div class="contents local topic" id="contents">
389
389
  <ul class="simple">
390
- <li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a><ul>
391
- <li><a class="reference internal" href="#configure-your-processes" id="toc-entry-2">Configure your processes</a></li>
392
- <li><a class="reference internal" href="#configuration-of-steps" id="toc-entry-3">Configuration of steps</a></li>
393
- <li><a class="reference internal" href="#records-creation" id="toc-entry-4">Records creation</a></li>
394
- <li><a class="reference internal" href="#step-execution" id="toc-entry-5">Step execution</a></li>
390
+ <li><a class="reference internal" href="#use-cases-context" id="toc-entry-1">Use Cases / Context</a></li>
391
+ <li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a><ul>
392
+ <li><a class="reference internal" href="#configure-your-processes" id="toc-entry-3">Configure your processes</a></li>
393
+ <li><a class="reference internal" href="#configuration-of-steps" id="toc-entry-4">Configuration of steps</a></li>
394
+ <li><a class="reference internal" href="#records-creation" id="toc-entry-5">Records creation</a></li>
395
+ <li><a class="reference internal" href="#step-execution" id="toc-entry-6">Step execution</a></li>
395
396
  </ul>
396
397
  </li>
397
- <li><a class="reference internal" href="#bug-tracker" id="toc-entry-6">Bug Tracker</a></li>
398
- <li><a class="reference internal" href="#credits" id="toc-entry-7">Credits</a><ul>
399
- <li><a class="reference internal" href="#authors" id="toc-entry-8">Authors</a></li>
400
- <li><a class="reference internal" href="#contributors" id="toc-entry-9">Contributors</a></li>
401
- <li><a class="reference internal" href="#other-credits" id="toc-entry-10">Other credits</a></li>
402
- <li><a class="reference internal" href="#maintainers" id="toc-entry-11">Maintainers</a></li>
398
+ <li><a class="reference internal" href="#bug-tracker" id="toc-entry-7">Bug Tracker</a></li>
399
+ <li><a class="reference internal" href="#credits" id="toc-entry-8">Credits</a><ul>
400
+ <li><a class="reference internal" href="#authors" id="toc-entry-9">Authors</a></li>
401
+ <li><a class="reference internal" href="#contributors" id="toc-entry-10">Contributors</a></li>
402
+ <li><a class="reference internal" href="#other-credits" id="toc-entry-11">Other credits</a></li>
403
+ <li><a class="reference internal" href="#maintainers" id="toc-entry-12">Maintainers</a></li>
403
404
  </ul>
404
405
  </li>
405
406
  </ul>
406
407
  </div>
408
+ <div class="section" id="use-cases-context">
409
+ <h2><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h2>
410
+ <p>Odoo core provides <tt class="docutils literal">base_automation</tt>, which is well suited for
411
+ <strong>simple, isolated rules</strong> triggered by <strong>internal record changes</strong>
412
+ (e.g. <em>on create</em>, <em>on update</em>, <em>on delete</em>, or <em>timed conditions</em>).</p>
413
+ <p>When processes become more complex (multiple steps, different timings,
414
+ conditional paths), it can be harder to understand and maintain the
415
+ whole flow in <tt class="docutils literal">base_automation</tt>.</p>
416
+ <p><tt class="docutils literal">automation_oca</tt> focuses on <strong>workflow-based automations</strong>, where the
417
+ full process is defined as a sequence of steps with <strong>timings</strong> and
418
+ <strong>dependencies</strong>, and can also react to <strong>external events</strong> such as
419
+ email interactions (opened, replied, clicked, bounced, etc).</p>
420
+ <p>In short:</p>
421
+ <ul class="simple">
422
+ <li>use <strong>``base_automation``</strong> for simple automations driven by internal
423
+ record updates</li>
424
+ <li>use <strong>``automation_oca``</strong> for multi-step workflows with timings,
425
+ dependencies, and external events</li>
426
+ </ul>
427
+ </div>
407
428
  <div class="section" id="usage">
408
- <h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
429
+ <h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
409
430
  <div class="section" id="configure-your-processes">
410
- <h3><a class="toc-backref" href="#toc-entry-2">Configure your processes</a></h3>
431
+ <h3><a class="toc-backref" href="#toc-entry-3">Configure your processes</a></h3>
411
432
  <ol class="arabic simple">
412
433
  <li>Access the <tt class="docutils literal">Automation</tt> menu.</li>
413
434
  <li>Create a new Automation Configuration.</li>
@@ -432,7 +453,7 @@ new records need to be created.</li>
432
453
  <p><img alt="Configuration Screenshot" src="https://raw.githubusercontent.com/OCA/automation/18.0/automation_oca/static/description/configuration.png" /></p>
433
454
  </div>
434
455
  <div class="section" id="configuration-of-steps">
435
- <h3><a class="toc-backref" href="#toc-entry-3">Configuration of steps</a></h3>
456
+ <h3><a class="toc-backref" href="#toc-entry-4">Configuration of steps</a></h3>
436
457
  <p>Steps can trigger one of the following options:</p>
437
458
  <ul class="simple">
438
459
  <li><tt class="docutils literal">Mail</tt>: Sends an email using a template.</li>
@@ -478,12 +499,12 @@ it is important to define correctly the text partner or email to field
478
499
  on the template</p>
479
500
  </div>
480
501
  <div class="section" id="records-creation">
481
- <h3><a class="toc-backref" href="#toc-entry-4">Records creation</a></h3>
502
+ <h3><a class="toc-backref" href="#toc-entry-5">Records creation</a></h3>
482
503
  <p>Records are created using a cron action. This action is executed every 6
483
504
  hours by default.</p>
484
505
  </div>
485
506
  <div class="section" id="step-execution">
486
- <h3><a class="toc-backref" href="#toc-entry-5">Step execution</a></h3>
507
+ <h3><a class="toc-backref" href="#toc-entry-6">Step execution</a></h3>
487
508
  <p>Steps are executed using a cron action. This action is executed every
488
509
  hour by default. On the record view, you can execute manually an action.</p>
489
510
  <p>There is a way to enforce step execution when finalize the previous one.
@@ -492,7 +513,7 @@ immediate without a cron.</p>
492
513
  </div>
493
514
  </div>
494
515
  <div class="section" id="bug-tracker">
495
- <h2><a class="toc-backref" href="#toc-entry-6">Bug Tracker</a></h2>
516
+ <h2><a class="toc-backref" href="#toc-entry-7">Bug Tracker</a></h2>
496
517
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/automation/issues">GitHub Issues</a>.
497
518
  In case of trouble, please check there if your issue has already been reported.
498
519
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -500,28 +521,28 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
500
521
  <p>Do not contact contributors directly about support or help with technical issues.</p>
501
522
  </div>
502
523
  <div class="section" id="credits">
503
- <h2><a class="toc-backref" href="#toc-entry-7">Credits</a></h2>
524
+ <h2><a class="toc-backref" href="#toc-entry-8">Credits</a></h2>
504
525
  <div class="section" id="authors">
505
- <h3><a class="toc-backref" href="#toc-entry-8">Authors</a></h3>
526
+ <h3><a class="toc-backref" href="#toc-entry-9">Authors</a></h3>
506
527
  <ul class="simple">
507
528
  <li>Dixmit</li>
508
529
  </ul>
509
530
  </div>
510
531
  <div class="section" id="contributors">
511
- <h3><a class="toc-backref" href="#toc-entry-9">Contributors</a></h3>
532
+ <h3><a class="toc-backref" href="#toc-entry-10">Contributors</a></h3>
512
533
  <ul class="simple">
513
534
  <li>Enric Tobella (<a class="reference external" href="https://www.dixmit.com/">Dixmit</a>)</li>
514
535
  </ul>
515
536
  </div>
516
537
  <div class="section" id="other-credits">
517
- <h3><a class="toc-backref" href="#toc-entry-10">Other credits</a></h3>
538
+ <h3><a class="toc-backref" href="#toc-entry-11">Other credits</a></h3>
518
539
  <p>The development of this module has been financially supported by:</p>
519
540
  <ul class="simple">
520
541
  <li>Associacion Española de Odoo (<a class="reference external" href="https://www.aeodoo.org/">AEODOO</a>)</li>
521
542
  </ul>
522
543
  </div>
523
544
  <div class="section" id="maintainers">
524
- <h3><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h3>
545
+ <h3><a class="toc-backref" href="#toc-entry-12">Maintainers</a></h3>
525
546
  <p>This module is maintained by the OCA.</p>
526
547
  <a class="reference external image-reference" href="https://odoo-community.org">
527
548
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-automation_oca
3
- Version: 18.0.1.0.2
3
+ Version: 18.0.1.0.3
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo==18.0.*
6
6
  Summary: Automate actions in threaded models
@@ -27,7 +27,7 @@ Automation Oca
27
27
  !! This file is generated by oca-gen-addon-readme !!
28
28
  !! changes will be overwritten. !!
29
29
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
- !! source digest: sha256:dfd6ff843ed9635eba2cf739971a9ef1c2316f82347c9ea2dd08fb9394d4de57
30
+ !! source digest: sha256:de6843129b1554383ff7fb9eae42ba8bc6a74f2ce6c624a4bad419fd0ca014d0
31
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
32
 
33
33
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -63,6 +63,29 @@ This is useful for creating automated actions on your database like:
63
63
  .. contents::
64
64
  :local:
65
65
 
66
+ Use Cases / Context
67
+ ===================
68
+
69
+ Odoo core provides ``base_automation``, which is well suited for
70
+ **simple, isolated rules** triggered by **internal record changes**
71
+ (e.g. *on create*, *on update*, *on delete*, or *timed conditions*).
72
+
73
+ When processes become more complex (multiple steps, different timings,
74
+ conditional paths), it can be harder to understand and maintain the
75
+ whole flow in ``base_automation``.
76
+
77
+ ``automation_oca`` focuses on **workflow-based automations**, where the
78
+ full process is defined as a sequence of steps with **timings** and
79
+ **dependencies**, and can also react to **external events** such as
80
+ email interactions (opened, replied, clicked, bounced, etc).
81
+
82
+ In short:
83
+
84
+ - use **``base_automation``** for simple automations driven by internal
85
+ record updates
86
+ - use **``automation_oca``** for multi-step workflows with timings,
87
+ dependencies, and external events
88
+
66
89
  Usage
67
90
  =====
68
91
 
@@ -1,6 +1,6 @@
1
- odoo/addons/automation_oca/README.rst,sha256=Gsxjo4ZOp2YwMKBIf8YSkXVNj8Yo_mJhbEEtvkW4j1s,7127
1
+ odoo/addons/automation_oca/README.rst,sha256=6b7lXCxNLI7wIUxjyTu8ZG7xtUBo0VAvej8X9Lcyx2o,8021
2
2
  odoo/addons/automation_oca/__init__.py,sha256=gHo1DZzWbFxVlk3BLTZQeV3Qoedm-Q1ziX7S6mdvGzM,89
3
- odoo/addons/automation_oca/__manifest__.py,sha256=p6OCTUGUynksFB_sAO3-CioajQYZByUUrlf1HbS30ZM,1338
3
+ odoo/addons/automation_oca/__manifest__.py,sha256=hS-jGy8cY_7pLSnFO-tSdu-QhEUsT_40WRMzChIVHas,1338
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=aTMB56950qVnZgtDkkiddj4vC7tgm6Mm9POW6z_I7LA,1120
@@ -20,6 +20,7 @@ odoo/addons/automation_oca/models/link_tracker.py,sha256=F8TxTsq5Mzd1H18RygZn4YD
20
20
  odoo/addons/automation_oca/models/mail_activity.py,sha256=DKv6bfXzbuuTdKoSGRQGt2SpFbEDea7oK61-0U6knHM,837
21
21
  odoo/addons/automation_oca/models/mail_mail.py,sha256=LAHz5pcPfNagrRwPrD5mw9PYsGc1-vLGfS_uWCR2tHA,1961
22
22
  odoo/addons/automation_oca/models/mail_thread.py,sha256=XZsoKd2OXVBeiS0LFCxEn8vkrzpzI64Opev6FALbDZc,2567
23
+ odoo/addons/automation_oca/readme/CONTEXT.md,sha256=0jOkRT1DTe44P3h9FL51jKGvVgeE9XqCWm7fjH6V5Gg,838
23
24
  odoo/addons/automation_oca/readme/CONTRIBUTORS.md,sha256=p8_-Mu8Mj7YOCCgizqC5Y02wD8jghcxSizPsYhmQQDs,52
24
25
  odoo/addons/automation_oca/readme/CREDITS.md,sha256=bvu5tCnp4li7NCDhDhQuoWX_1DFfX7RIWUSsiwo7e0w,135
25
26
  odoo/addons/automation_oca/readme/DESCRIPTION.md,sha256=tcf06j1PNB7EKdYZeATHF4zHYShcEQ3p9qlvu3iPPgk,347
@@ -29,7 +30,7 @@ odoo/addons/automation_oca/security/security.xml,sha256=pT37-cLbQIP--Tzp0fljiyvN
29
30
  odoo/addons/automation_oca/static/description/configuration.png,sha256=W8cAn7-cQEVhf7Zy979xMDHi1cKWbDH7uyWkjvGi9gc,55863
30
31
  odoo/addons/automation_oca/static/description/icon.png,sha256=abhQ1HbvsatZ_WVS_G6qroJgWNa1Hppd961RD7vrAug,37729
31
32
  odoo/addons/automation_oca/static/description/icon.svg,sha256=NkJAwQ9YAXML6VIKe90VZzKUZb58-zGNL029-GC8Pm4,4641
32
- odoo/addons/automation_oca/static/description/index.html,sha256=pvNWqikXZx97TBDhW-gbMCIzkAoieteTFderNVYkJUU,18438
33
+ odoo/addons/automation_oca/static/description/index.html,sha256=IToRNz6kMyCfFg6ZFnbspZPL6qSa047_NpUilkvBWjE,19808
33
34
  odoo/addons/automation_oca/static/src/fields/automation_activity/automation_activity.esm.js,sha256=Ii2wLwEf5ScmAsRlzaOJSrxZlw3EceIujOcxcGa4ngI,1886
34
35
  odoo/addons/automation_oca/static/src/fields/automation_graph/automation_graph.esm.js,sha256=t9kfYUgBVAfE0FH1iUsEY1I5r8yj_N9-g3_zVYqEUXw,3159
35
36
  odoo/addons/automation_oca/static/src/fields/automation_graph/automation_graph.xml,sha256=86VqoFswW3ZppaR0KFG4_giKPeT8vgdC1A1vpBtPjFk,297
@@ -69,7 +70,7 @@ odoo/addons/automation_oca/wizards/automation_configuration_export.xml,sha256=_X
69
70
  odoo/addons/automation_oca/wizards/automation_configuration_test.py,sha256=kUwLHbg3fmj_P6QsF7oxZwWppykGi6MLDQKifvi9qgw,1356
70
71
  odoo/addons/automation_oca/wizards/automation_configuration_test.xml,sha256=7h0cpk7bztrEsa2sr4YLnh2nDFVUK1emFas7vLppDsc,1966
71
72
  odoo/addons/automation_oca/wizards/mail_compose_message.py,sha256=8W-IDXUV3sKn-TFQBd_wEArIPsh7ZPyJSLt2dOJkZTo,623
72
- odoo_addon_automation_oca-18.0.1.0.2.dist-info/METADATA,sha256=61giIrdaOuHR-fM_iDGo_eubKVYli9PuxUKLHwHQ8Bo,7673
73
- odoo_addon_automation_oca-18.0.1.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
74
- odoo_addon_automation_oca-18.0.1.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
75
- odoo_addon_automation_oca-18.0.1.0.2.dist-info/RECORD,,
73
+ odoo_addon_automation_oca-18.0.1.0.3.dist-info/METADATA,sha256=Aora-IB4DCnvZ31PsvuQ6CQ29vM2acATfbfP00l-nu4,8567
74
+ odoo_addon_automation_oca-18.0.1.0.3.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
75
+ odoo_addon_automation_oca-18.0.1.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
76
+ odoo_addon_automation_oca-18.0.1.0.3.dist-info/RECORD,,