{ "info": { "author": "Camptocamp, Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python" ], "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n\n=========================\nMail digest notifications\n=========================\n\nFeatures\n--------\n\nThis module allows users/partners to:\n\n* enable \"digest mode\" in their notification settings\n* with digest mode on select a frequency: \"daily\" or \"weekly\"\n* configure specific rules per message subtype (enabled/disabled)\n* globally enable/disable digest based on message's type\n\nto receive or to not receive any email notification for a given subtype.\n\nThe preference tab on user's form will look like:\n\n.. image:: ./images/preview.png\n\n\nGlobal settings\n---------------\n\nBy default digest functionality is enabled\nfor every message type ('email', 'comment', 'notification').\nYou change this with the config param `mail_digest.enabled_message_types`\nwhereas you can specify message types separated by comma.\n\n\nBehavior\n--------\n\nWhen a user with digest mode on is notified with a message or an email\nall the messages are collected inside a `mail.digest` container.\n\nA daily cron and a weekly cron will take care\nof creating a single email per each digest,\nwhich will be sent as a standard email.\n\n**Rules**\n\nGiven that the user has `Notification management = Handle by Emails`...\n\na message with subtype assigned **will be sent** via digest if:\n\n * global: `mail_digest_enabled_message_types` param enables the message type\n * user: digest mode is ON for the recipient\n * user: recipient's user has no specific setting for the subtype\n * user: recipient's user has no specific disabling setting for the subtype\n\n\na message with subtype assigned **will NOT be sent** via digest if:\n\n * global: `mail_digest_enabled_message_types` param disables the message type\n * user: digest mode is OFF for the recipient\n * user: recipient's user has disabled the subtype in her/his settings\n\n\nNOTE: under the hood the digest notification logic excludes followers to be notified,\nsince you really want to notify only mail.digest's partner.\n\n\nKnown issues / Roadmap\n======================\n\n* take full control of message and email template.\n\nRight now the notification message and the digest mail itself is wrapped inside Odoo mail template.\nWe should be able to customize this easily.\n\nMigrating to v11\n----------------\n\nNotification settings, in Odoo core,\n`have been moved to user model `,\nand the logic changed a bit.\n\nAt the moment there's no staight upgrade provided by this module.\nIf you need to migrate, keep in mind that:\n\n* `mail.digest` is now tied to user (partner_id -> user_id)\n* `notify_email` has been removed so to enable digest mode you have to turn on the new flag `digest_mode`\n* `notify_frequency` has been moved to user model and is now called `digest_frequency`\n* `partner.notification.conf` became `user.notification.conf`\n* `notify_conf_ids` now links the new model `user.notification.conf` and moved to user model\n\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n`_. 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 a detailed and welcomed feedback.\n\nCredits\n=======\n\nContributors\n------------\n\n* Simone Orsi \n\n\nFunders\n-------\n\nThe development of this module has been financially supported by: `Fluxdock.io `_\n\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", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OCA/social", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo11-addon-mail-digest", "package_url": "https://pypi.org/project/odoo11-addon-mail-digest/", "platform": "", "project_url": "https://pypi.org/project/odoo11-addon-mail-digest/", "project_urls": { "Homepage": "https://github.com/OCA/social" }, "release_url": "https://pypi.org/project/odoo11-addon-mail-digest/11.0.1.0.2/", "requires_dist": [ "odoo (<11.1dev,>=11.0a)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Basic digest mail handling.", "version": "11.0.1.0.2" }, "last_serial": 4643300, "releases": { "11.0.1.0.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "3e6ba6f3faf4f6cb62bb7ed2958708b3", "sha256": "d3ddb90cb9a63bff22ff41db2d3a9fd34eadd1ca7e530b8734aea57b3dac0b44" }, "downloads": -1, "filename": "odoo11_addon_mail_digest-11.0.1.0.0.99.dev2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3e6ba6f3faf4f6cb62bb7ed2958708b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 156717, "upload_time": "2018-02-02T05:30:24", "url": "https://files.pythonhosted.org/packages/3f/c2/28ef4f700749472971eda54820045589b5f89da567f7325869bbc95fb1d8/odoo11_addon_mail_digest-11.0.1.0.0.99.dev2-py2.py3-none-any.whl" } ], "11.0.1.0.1": [ { "comment_text": "", "digests": { "md5": "fe878834f669916d36d14c2ce2d2768f", "sha256": "e76cbbf717219208f56baf4529c12c58c729ac4cc6f537b59155c79d63c59b23" }, "downloads": -1, "filename": "odoo11_addon_mail_digest-11.0.1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fe878834f669916d36d14c2ce2d2768f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 156611, "upload_time": "2018-02-09T05:30:34", "url": "https://files.pythonhosted.org/packages/03/16/bb4279415e61cbe01e1aebd7ec5e65ee754d29f878b4e3a67d26778909c4/odoo11_addon_mail_digest-11.0.1.0.1-py2.py3-none-any.whl" } ], "11.0.1.0.1.99.dev1": [ { "comment_text": "", "digests": { "md5": "fd292eda2c3846b42beac276e74daca0", "sha256": "02c2ef54443227f9952d05efa8d28004e593f824dac23b115d2281877ef36e5b" }, "downloads": -1, "filename": "odoo11_addon_mail_digest-11.0.1.0.1.99.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fd292eda2c3846b42beac276e74daca0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 163018, "upload_time": "2018-03-04T05:44:13", "url": "https://files.pythonhosted.org/packages/96/f3/3ab30610c30f3982382a81a2e6a0eec4125c79bdd92749b99b63cae4f802/odoo11_addon_mail_digest-11.0.1.0.1.99.dev1-py2.py3-none-any.whl" } ], "11.0.1.0.2": [ { "comment_text": "", "digests": { "md5": "4f4b6494284d4e6d25daaa76bee6d7bc", "sha256": "43b308038ff7acab5f37bc6d7d4f4beb2df4a7cc4035732614238c8b78ea68e5" }, "downloads": -1, "filename": "odoo11_addon_mail_digest-11.0.1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4f4b6494284d4e6d25daaa76bee6d7bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 163297, "upload_time": "2018-04-05T04:30:11", "url": "https://files.pythonhosted.org/packages/c6/87/8711324f38a33449b28fbf56c8244c71738fe8dc57e2296a7538e4deca8e/odoo11_addon_mail_digest-11.0.1.0.2-py2.py3-none-any.whl" } ], "11.0.1.0.2.99.dev2": [ { "comment_text": "", "digests": { "md5": "026599b8f75cbb69604936259f60f261", "sha256": "612df7b3f924ac2979da60944663fc7d01b044d0ee677ab72814eaee284ee4da" }, "downloads": -1, "filename": "odoo11_addon_mail_digest-11.0.1.0.2.99.dev2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "026599b8f75cbb69604936259f60f261", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 163572, "upload_time": "2018-06-18T04:46:40", "url": "https://files.pythonhosted.org/packages/28/2b/fb3107a43c6a1a7fedfab1c6cbf9b1b55b05c22bfe587f65e833241dbca8/odoo11_addon_mail_digest-11.0.1.0.2.99.dev2-py2.py3-none-any.whl" } ], "11.0.1.1.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "8add832015d2a5ea7c01f4b7440ab960", "sha256": "6251152dc0dadf51ea9b2e86d4f2262090cd538c72b422f5d7bbcc9e5f436859" }, "downloads": -1, "filename": "odoo11_addon_mail_digest-11.0.1.1.0.99.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8add832015d2a5ea7c01f4b7440ab960", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 231858, "upload_time": "2018-07-04T04:47:14", "url": "https://files.pythonhosted.org/packages/ae/59/c913de226212f2c5ae6444a559d783c0581f1d1d64427dd5d47ac0d23003/odoo11_addon_mail_digest-11.0.1.1.0.99.dev1-py2.py3-none-any.whl" } ], "11.0.1.1.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "f9f0a099e43d29c38fdecb611308d555", "sha256": "e242eacd145be95f9878ea6858ebc33a1175df9c82a05b6ab4ca28445fac6492" }, "downloads": -1, "filename": "odoo11_addon_mail_digest-11.0.1.1.0.99.dev2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9f0a099e43d29c38fdecb611308d555", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 238885, "upload_time": "2018-12-10T05:58:27", "url": "https://files.pythonhosted.org/packages/0d/a1/54eaf08e38421d01e157028bf145705fe443650538236bbcf275c564a2fd/odoo11_addon_mail_digest-11.0.1.1.0.99.dev2-py2.py3-none-any.whl" } ], "11.0.1.1.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "de20c62b46e4bef40789c656fddb257c", "sha256": "b30da0046fd05f20045b5a876a29f135ba80d4738deee805c3669d4552af7bd3" }, "downloads": -1, "filename": "odoo11_addon_mail_digest-11.0.1.1.0.99.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de20c62b46e4bef40789c656fddb257c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 239369, "upload_time": "2018-12-29T05:51:44", "url": "https://files.pythonhosted.org/packages/64/b6/e2ec7ab5852fb8c2bd7fd51dbc4a1a6f1f7f85451a770d4ab1da5989e680/odoo11_addon_mail_digest-11.0.1.1.0.99.dev3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f4b6494284d4e6d25daaa76bee6d7bc", "sha256": "43b308038ff7acab5f37bc6d7d4f4beb2df4a7cc4035732614238c8b78ea68e5" }, "downloads": -1, "filename": "odoo11_addon_mail_digest-11.0.1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4f4b6494284d4e6d25daaa76bee6d7bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 163297, "upload_time": "2018-04-05T04:30:11", "url": "https://files.pythonhosted.org/packages/c6/87/8711324f38a33449b28fbf56c8244c71738fe8dc57e2296a7538e4deca8e/odoo11_addon_mail_digest-11.0.1.0.2-py2.py3-none-any.whl" } ] }