odoo10-addon-mass-mailing-list-dynamic


Nameodoo10-addon-mass-mailing-list-dynamic JSON
Version 10.0.1.2.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/social
SummaryMass mailing lists that get autopopulated
upload_time2018-03-22 05:30:41
maintainer
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python~=2.7
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
   :target: https://www.gnu.org/licenses/agpl
   :alt: License: AGPL-3

==========================
Dynamic Mass Mailing Lists
==========================

Without this addon you have to choose between providing a dynamic domain and
letting your mass mailings reach all partners that match it, or being able to
unsubscribe to certain mailing lists while still being subscribed to others.

This addon allows you to create dynamic mailing lists, so you can now benefit
from both things.

Configuration
=============

To create a dynamic mailing list, you need to:

#. Go to *Mass Mailing > Mailings > Mailing Lists* and create one.
#. Check the *Dynamic* box.
#. Choose a *Sync method*:

   - Leave empty to use as a manual mailing list, the normal behavior.
   - *Only add new records* to make sure no records disappear from the list
     when partners stop matching the *Synchronization critera*.
   - *Add and remove records as needed* to make the list be fully synchronized
     with the *Synchronization critera*, even if that means removing contacts
     from it.
#. Define a *Synchronization criteria* that will be used to match the partners
   that should go into the list as contacts. Only partners with emails will
   be selected.

You can also load an existing filter over contacts:

#. Click on "Load filter" button below criteria.
#. Select one of the existing filters.
#. Click on "Load filter" and you will have that filter as criteria.

Usage
=====

#. Go to *Mass Mailing > Mailings > Mass Mailings*, and create one.
#. Select as recipients a mailing list.
#. On "Select mailing lists:", choose one mailing list with dynamic flag
   checked.
#. Before sending the mass mailing, the list will be synced for having latest
   changes.

When you hit the *Sync now* button or send a mass mailing to this list, its
contacts will be automatically updated.

Pay attention to the messages shown to you that tell you about some non-obvious
behaviour you could experience if you edit manually contacts from a dynamic
list.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/205/10.0

Known issues / Roadmap
======================

* Tests affected by https://github.com/odoo/odoo/issues/20603. Do not run them
  in stateful databases.

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

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/social/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo.
* FontAwesome (http://fontawesome.io).

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

* `Tecnativa <https://www.tecnativa.com>`_:
  * Jairo Llopis <jairo.llopis@tecnativa.com>
  * Pedro M. Baeza <pedro.baeza@tecnativa.com>
  * David Vidal <david.vidal@tecnativa.com>

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

Maintainer
----------

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

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/social",
    "name": "odoo10-addon-mass-mailing-list-dynamic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=2.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": "",
    "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n   :target: https://www.gnu.org/licenses/agpl\n   :alt: License: AGPL-3\n\n==========================\nDynamic Mass Mailing Lists\n==========================\n\nWithout this addon you have to choose between providing a dynamic domain and\nletting your mass mailings reach all partners that match it, or being able to\nunsubscribe to certain mailing lists while still being subscribed to others.\n\nThis addon allows you to create dynamic mailing lists, so you can now benefit\nfrom both things.\n\nConfiguration\n=============\n\nTo create a dynamic mailing list, you need to:\n\n#. Go to *Mass Mailing > Mailings > Mailing Lists* and create one.\n#. Check the *Dynamic* box.\n#. Choose a *Sync method*:\n\n   - Leave empty to use as a manual mailing list, the normal behavior.\n   - *Only add new records* to make sure no records disappear from the list\n     when partners stop matching the *Synchronization critera*.\n   - *Add and remove records as needed* to make the list be fully synchronized\n     with the *Synchronization critera*, even if that means removing contacts\n     from it.\n#. Define a *Synchronization criteria* that will be used to match the partners\n   that should go into the list as contacts. Only partners with emails will\n   be selected.\n\nYou can also load an existing filter over contacts:\n\n#. Click on \"Load filter\" button below criteria.\n#. Select one of the existing filters.\n#. Click on \"Load filter\" and you will have that filter as criteria.\n\nUsage\n=====\n\n#. Go to *Mass Mailing > Mailings > Mass Mailings*, and create one.\n#. Select as recipients a mailing list.\n#. On \"Select mailing lists:\", choose one mailing list with dynamic flag\n   checked.\n#. Before sending the mass mailing, the list will be synced for having latest\n   changes.\n\nWhen you hit the *Sync now* button or send a mass mailing to this list, its\ncontacts will be automatically updated.\n\nPay attention to the messages shown to you that tell you about some non-obvious\nbehaviour you could experience if you edit manually contacts from a dynamic\nlist.\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n   :alt: Try me on Runbot\n   :target: https://runbot.odoo-community.org/runbot/205/10.0\n\nKnown issues / Roadmap\n======================\n\n* Tests affected by https://github.com/odoo/odoo/issues/20603. Do not run them\n  in stateful databases.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n<https://github.com/OCA/social/issues>`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smash it by providing detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo.\n* FontAwesome (http://fontawesome.io).\n\nContributors\n------------\n\n* `Tecnativa <https://www.tecnativa.com>`_:\n  * Jairo Llopis <jairo.llopis@tecnativa.com>\n  * Pedro M. Baeza <pedro.baeza@tecnativa.com>\n  * David Vidal <david.vidal@tecnativa.com>\n\nDo not contact contributors directly about support or help with technical issues.\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\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\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Mass mailing lists that get autopopulated",
    "version": "10.0.1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/social"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d24bc737fb865c86addeca902d3fb3676505514b639537b41f3d2e13d267b5f6",
                "md5": "12e4e7a9c44a97451cada2957f5d517b",
                "sha256": "14a9c3a3f3bb93904c3e86b0af7fc1ac258aaebe9305b70e538ac818118dc84b"
            },
            "downloads": -1,
            "filename": "odoo10_addon_mass_mailing_list_dynamic-10.0.1.2.0-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "12e4e7a9c44a97451cada2957f5d517b",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": "~=2.7",
            "size": 125644,
            "upload_time": "2018-03-22T05:30:41",
            "upload_time_iso_8601": "2018-03-22T05:30:41.013000Z",
            "url": "https://files.pythonhosted.org/packages/d2/4b/c737fb865c86addeca902d3fb3676505514b639537b41f3d2e13d267b5f6/odoo10_addon_mass_mailing_list_dynamic-10.0.1.2.0-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-03-22 05:30:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "social",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo10-addon-mass-mailing-list-dynamic"
}
        
Elapsed time: 0.09861s