odoo-addon-automation-oca


Nameodoo-addon-automation-oca JSON
Version 16.0.1.1.3.2 PyPI version JSON
download
home_pagehttps://github.com/OCA/automation
SummaryAutomate actions in threaded models
upload_time2024-12-28 02:37:29
maintainerNone
docs_urlNone
authorDixmit,Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============
Automation Oca
==============

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:aa2cb70c4a9d78119c9a775f43b2ce9b39df1d6aad356ad1cabceeeed3b87394
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fautomation-lightgray.png?logo=github
    :target: https://github.com/OCA/automation/tree/16.0/automation_oca
    :alt: OCA/automation
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/automation-16-0/automation-16-0-automation_oca
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/automation&target_branch=16.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows to automate several process according to some rules.

This is useful for creating automated actions on your database like:

- Send a welcome email to all new partners (or filtered according to
  some rules)
- Remember to online customers that they forgot their basket with some
  items
- Send documents to sign to all new employees

**Table of contents**

.. contents::
   :local:

Usage
=====

Configure your processes
------------------------

1.  Access the ``Automation`` menu.
2.  Create a new Automation Configuration.
3.  Set the model and domains.
4.  Go to Configuration -> Filters to create filters as a preconfigured
    domains. Filters can be established in the proper field in the
    Automation Configuration record.
5.  Create the different steps by clicking the "ADD" button inside the
    automation configuration form.
6.  Create child steps by clicking the "Add child activity" at the
    bottom of a created step.
7.  
8.  Select the kind of configuration you create. You can choose between:

    - *Periodic configurations*: every 6 hours, a process will check if
      new records need to be created.
    - *On demand configurations*: user need to execute manually the job.

9.  Press ``Start``.
10. Inside the process, you can check all the created items.

|Configuration Screenshot|

Configuration of steps
----------------------

Steps can trigger one of the following options:

- ``Mail``: Sends an email using a template.
- ``Server Action``: Executes a server action.
- ``Activity``: Creates an activity to the related record.

All the steps need to specify the moment of execution. We will set the
number of hours/days and a trigger type:

- ``Start of workflow``: It will be executed at the
  previously-configured time after we create the record.
- ``Execution of another step``: It will be executed at the
  previously-configured time after the previous step is finished
  properly.
- ``Mail opened``: It will be executed at the previously-configured time
  after the mail from the previous step is opened.
- ``Mail not opened``: It will be executed at the previously-configured
  time after the mail from the previous step is sent if it is not opened
  before this time.
- ``Mail replied``: It will be executed at the previously-configured
  time after the mail from the previous step is replied.
- ``Mail not replied``: It will be executed at the previously-configured
  time after the mail from the previous step is opened if it has not
  been replied.
- ``Mail clicked``: It will be executed at the previously-configured
  time after the links of the mail from the previous step are clicked.
- ``Mail not clicked``: It will be executed at the previously-configured
  time after the mail from the previous step is opened and no links are
  clicked.
- ``Mail bounced``: It will be executed at the previously-configured
  time after the mail from the previous step is bounced back for any
  reason.
- ``Activity has been finished``: It will be executed at the
  previously-configured time after the activity from the previous action
  is done.
- ``Activity has not been finished``: It will be executed at the
  previously-configured time after the previous action is executed if
  the related activity is not done.

Important to remember to define a proper template when sending the
email. It will the template without using a notification template. Also,
it is important to define correctly the text partner or email to field
on the template

Records creation
----------------

Records are created using a cron action. This action is executed every 6
hours by default.

Step execution
--------------

Steps are executed using a cron action. This action is executed every
hour by default. On the record view, you can execute manually an action.

.. |Configuration Screenshot| image:: https://raw.githubusercontent.com/OCA/automation/16.0/automation_oca/static/description/configuration.png

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/automation/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/automation/issues/new?body=module:%20automation_oca%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Dixmit

Contributors
------------

- Enric Tobella (`Dixmit <https://www.dixmit.com/>`__)

Other credits
-------------

The development of this module has been financially supported by:

- Associacion EspaƱola de Odoo (`AEODOO <https://www.aeodoo.org/>`__)

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/automation <https://github.com/OCA/automation/tree/16.0/automation_oca>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/automation",
    "name": "odoo-addon-automation-oca",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dixmit,Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "==============\nAutomation Oca\n==============\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:aa2cb70c4a9d78119c9a775f43b2ce9b39df1d6aad356ad1cabceeeed3b87394\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fautomation-lightgray.png?logo=github\n    :target: https://github.com/OCA/automation/tree/16.0/automation_oca\n    :alt: OCA/automation\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/automation-16-0/automation-16-0-automation_oca\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/automation&target_branch=16.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module allows to automate several process according to some rules.\n\nThis is useful for creating automated actions on your database like:\n\n- Send a welcome email to all new partners (or filtered according to\n  some rules)\n- Remember to online customers that they forgot their basket with some\n  items\n- Send documents to sign to all new employees\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUsage\n=====\n\nConfigure your processes\n------------------------\n\n1.  Access the ``Automation`` menu.\n2.  Create a new Automation Configuration.\n3.  Set the model and domains.\n4.  Go to Configuration -> Filters to create filters as a preconfigured\n    domains. Filters can be established in the proper field in the\n    Automation Configuration record.\n5.  Create the different steps by clicking the \"ADD\" button inside the\n    automation configuration form.\n6.  Create child steps by clicking the \"Add child activity\" at the\n    bottom of a created step.\n7.  \n8.  Select the kind of configuration you create. You can choose between:\n\n    - *Periodic configurations*: every 6 hours, a process will check if\n      new records need to be created.\n    - *On demand configurations*: user need to execute manually the job.\n\n9.  Press ``Start``.\n10. Inside the process, you can check all the created items.\n\n|Configuration Screenshot|\n\nConfiguration of steps\n----------------------\n\nSteps can trigger one of the following options:\n\n- ``Mail``: Sends an email using a template.\n- ``Server Action``: Executes a server action.\n- ``Activity``: Creates an activity to the related record.\n\nAll the steps need to specify the moment of execution. We will set the\nnumber of hours/days and a trigger type:\n\n- ``Start of workflow``: It will be executed at the\n  previously-configured time after we create the record.\n- ``Execution of another step``: It will be executed at the\n  previously-configured time after the previous step is finished\n  properly.\n- ``Mail opened``: It will be executed at the previously-configured time\n  after the mail from the previous step is opened.\n- ``Mail not opened``: It will be executed at the previously-configured\n  time after the mail from the previous step is sent if it is not opened\n  before this time.\n- ``Mail replied``: It will be executed at the previously-configured\n  time after the mail from the previous step is replied.\n- ``Mail not replied``: It will be executed at the previously-configured\n  time after the mail from the previous step is opened if it has not\n  been replied.\n- ``Mail clicked``: It will be executed at the previously-configured\n  time after the links of the mail from the previous step are clicked.\n- ``Mail not clicked``: It will be executed at the previously-configured\n  time after the mail from the previous step is opened and no links are\n  clicked.\n- ``Mail bounced``: It will be executed at the previously-configured\n  time after the mail from the previous step is bounced back for any\n  reason.\n- ``Activity has been finished``: It will be executed at the\n  previously-configured time after the activity from the previous action\n  is done.\n- ``Activity has not been finished``: It will be executed at the\n  previously-configured time after the previous action is executed if\n  the related activity is not done.\n\nImportant to remember to define a proper template when sending the\nemail. It will the template without using a notification template. Also,\nit is important to define correctly the text partner or email to field\non the template\n\nRecords creation\n----------------\n\nRecords are created using a cron action. This action is executed every 6\nhours by default.\n\nStep execution\n--------------\n\nSteps are executed using a cron action. This action is executed every\nhour by default. On the record view, you can execute manually an action.\n\n.. |Configuration Screenshot| image:: https://raw.githubusercontent.com/OCA/automation/16.0/automation_oca/static/description/configuration.png\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/automation/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/automation/issues/new?body=module:%20automation_oca%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n-------\n\n* Dixmit\n\nContributors\n------------\n\n- Enric Tobella (`Dixmit <https://www.dixmit.com/>`__)\n\nOther credits\n-------------\n\nThe development of this module has been financially supported by:\n\n- Associacion Espa\u00f1ola de Odoo (`AEODOO <https://www.aeodoo.org/>`__)\n\nMaintainers\n-----------\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/automation <https://github.com/OCA/automation/tree/16.0/automation_oca>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Automate actions in threaded models",
    "version": "16.0.1.1.3.2",
    "project_urls": {
        "Homepage": "https://github.com/OCA/automation"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "042420228d138456d49827d1c408ea9699bac142f6598ca06c5a2877e8f017f9",
                "md5": "4f35845618be3cbf0ee2ce5de93c4163",
                "sha256": "e4c2c7beddd82311f936faae248d7739816ef3b03b9ec37bf4d47f5ccfa61e22"
            },
            "downloads": -1,
            "filename": "odoo_addon_automation_oca-16.0.1.1.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f35845618be3cbf0ee2ce5de93c4163",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 179732,
            "upload_time": "2024-12-28T02:37:29",
            "upload_time_iso_8601": "2024-12-28T02:37:29.403622Z",
            "url": "https://files.pythonhosted.org/packages/04/24/20228d138456d49827d1c408ea9699bac142f6598ca06c5a2877e8f017f9/odoo_addon_automation_oca-16.0.1.1.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-28 02:37:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "automation",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo-addon-automation-oca"
}
        
Elapsed time: 0.47423s