{ "info": { "author": "Camptocamp,Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python" ], "description": ".. image:: https://img.shields.io/badge/licence-lgpl--3-blue.svg\n :target: http://www.gnu.org/licenses/LGPL-3.0-standalone.html\n :alt: License: LGPL-3\n\nCMS notification\n=================\n\nFeatures\n--------\n\nManage notifications in your CMS. Provides:\n\n* menu item for settings\n* menu item for notifications listing\n* flag `has_unread_notif` on user to highlight when the user has an unread notification\n* flag `cms_type` on message subtype to enable/disable visibility in CMS features (notifications listing for instance)\n\n\nDepends on `mail_digest [WIP PR] `_\nand `cms_form [WIP PR] `_.\n\n\nDefault appearance\n------------------\n\n.. image:: ./images/cms_notif_menu.png\n.. image:: ./images/cms_notif_settings.png\n.. image:: ./images/cms_notif_listing.png\n\n\nCustomization\n-------------\n\nYou can customize the form as specified in ``cms_form`` docs.\n``cms_notification`` extends the form behavior allowing you to just\nprovide the fields you need and a mapping between fields and messages'\nsubtypes.\n\n.. code:: python\n\n class CMSNotificationPanel(models.AbstractModel):\n _inherit = 'cms.notification.panel.form'\n\n enable_my_type = fields.Boolean(\n string='Enable my type notifications',\n help=(\"If active, you will receive notifications \"\n \"about this type.\")\n )\n enable_my_type2 = fields.Boolean(\n string='Enable my type 2 notifications',\n help=(\"If active, you will receive notifications \"\n \"about this type 2.\")\n )\n\n @property\n def _form_subtype_fields(self):\n res = super()._form_subtype_fields\n res.update({\n 'enable_my_type': 'module.mt_mytype',\n 'enable_my_type2': 'module.mt_mytype2',\n })\n return res\n\n\nUsage\n-----\n\n\nTo bring the user to her/his panel:\n\n.. code:: html\n\n Notifications\n\n\nTo bring the user to her/his notifications:\n\n.. code:: html\n\n Notification settings\n\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues `_. In\ncase of trouble, please check there if your issue has already been\nreported. If you spotted it first, help us smashing it by providing a\ndetailed and welcomed feedback.\n\nCredits\n=======\n\nContributors\n------------\n\n- Simone Orsi simone.orsi@camptocamp.com\n\nFunders\n-------\n\nThe development of this module has been financially supported by: `Fluxdock.io `_.\n\n\nMaintainer\n----------\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\nwhose mission is to support the collaborative development of Odoo\nfeatures and promote 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": "", "keywords": "", "license": "LGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo11-addon-cms-notification", "package_url": "https://pypi.org/project/odoo11-addon-cms-notification/", "platform": "", "project_url": "https://pypi.org/project/odoo11-addon-cms-notification/", "project_urls": null, "release_url": "https://pypi.org/project/odoo11-addon-cms-notification/11.0.1.0.3/", "requires_dist": [ "odoo11-addon-cms-form", "odoo11-addon-mail-digest", "odoo (<11.1dev,>=11.0a)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Basic notifications management for your CMS system", "version": "11.0.1.0.3" }, "last_serial": 4748316, "releases": { "11.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "ec4fe074bb29cc556cd8dd295e70479e", "sha256": "dc2d615aedface7c6a4234e979f44e57bad663ab5812857d50ede41f7d48553b" }, "downloads": -1, "filename": "odoo11_addon_cms_notification-11.0.1.0.0.99.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec4fe074bb29cc556cd8dd295e70479e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 84464, "upload_time": "2018-02-10T05:30:49", "url": "https://files.pythonhosted.org/packages/a5/ea/fb30245ad8937a957349c1993dc88ab2f214bd5c660f9cbae1d0980c62fe/odoo11_addon_cms_notification-11.0.1.0.0.99.dev1-py2.py3-none-any.whl" } ], "11.0.1.0.1": [ { "comment_text": "", "digests": { "md5": "de4bec7fd17a95b8dfb976ba7acf896b", "sha256": "393a944d9996981ef18aea10ba48492e6400af6a91ac726a4aecba67dfa42fbc" }, "downloads": -1, "filename": "odoo11_addon_cms_notification-11.0.1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de4bec7fd17a95b8dfb976ba7acf896b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 84332, "upload_time": "2018-04-18T04:30:17", "url": "https://files.pythonhosted.org/packages/96/56/19608396b6f838893220400692d62179380ffb5f57a3cc868e0f760c6a95/odoo11_addon_cms_notification-11.0.1.0.1-py2.py3-none-any.whl" } ], "11.0.1.0.1.99.dev1": [ { "comment_text": "", "digests": { "md5": "b456d8a8e13982801740d9bc860c55a7", "sha256": "7a6a59fb9ba67a1aa9d5d965a74289d398fd3053daf085aa407eb135a91ab3c1" }, "downloads": -1, "filename": "odoo11_addon_cms_notification-11.0.1.0.1.99.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b456d8a8e13982801740d9bc860c55a7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 85519, "upload_time": "2018-06-29T04:31:38", "url": "https://files.pythonhosted.org/packages/98/5e/3d26d5dea4ee043e1b820257b9c29c6480637adbcb5bd0dcdc86bb18b15b/odoo11_addon_cms_notification-11.0.1.0.1.99.dev1-py2.py3-none-any.whl" } ], "11.0.1.0.2": [ { "comment_text": "", "digests": { "md5": "daa95bca391ab0f617210f9bdb1526e1", "sha256": "460f85dfbaa3441dedf246ae7a712272e1f195eb6549eb920a94e242f26d66de" }, "downloads": -1, "filename": "odoo11_addon_cms_notification-11.0.1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "daa95bca391ab0f617210f9bdb1526e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 83780, "upload_time": "2018-08-08T04:31:49", "url": "https://files.pythonhosted.org/packages/51/ef/aa0faef4b5ab9b1f308f273cd5500e2a64f7a12b868b3525726963edd356/odoo11_addon_cms_notification-11.0.1.0.2-py2.py3-none-any.whl" } ], "11.0.1.0.2.99.dev1": [ { "comment_text": "", "digests": { "md5": "be0f574c5fa557ec33545d304e9f2886", "sha256": "3178d55f19797a4966203f70ccdce0d81bdf76f4918d523aefbd7640fbdb1d64" }, "downloads": -1, "filename": "odoo11_addon_cms_notification-11.0.1.0.2.99.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be0f574c5fa557ec33545d304e9f2886", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 84067, "upload_time": "2018-11-22T05:32:06", "url": "https://files.pythonhosted.org/packages/55/a7/8b83e55f840e8b56441b71c51e8c6eb42438cdf7e76d24e7840c08ed7e43/odoo11_addon_cms_notification-11.0.1.0.2.99.dev1-py2.py3-none-any.whl" } ], "11.0.1.0.2.99.dev5": [ { "comment_text": "", "digests": { "md5": "a219f48d995de76b6c5df54b443d0c90", "sha256": "c910379a8e96d93f8b41f239de422a1c2f2df6094b73d714bd03f1d18e156d0b" }, "downloads": -1, "filename": "odoo11_addon_cms_notification-11.0.1.0.2.99.dev5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a219f48d995de76b6c5df54b443d0c90", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 88549, "upload_time": "2019-01-18T05:32:11", "url": "https://files.pythonhosted.org/packages/e7/ba/f0dc069b8c77aac263e56f343849fdc1e9fd5fb9d78bcade624974290356/odoo11_addon_cms_notification-11.0.1.0.2.99.dev5-py2.py3-none-any.whl" } ], "11.0.1.0.3": [ { "comment_text": "", "digests": { "md5": "2905756c94183f4f381ec2062a6d2a0d", "sha256": "b989ee0a9cd13f3dc06aafa502f2995c1e433b6635f317f24e7db9b45a684a7b" }, "downloads": -1, "filename": "odoo11_addon_cms_notification-11.0.1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2905756c94183f4f381ec2062a6d2a0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 88513, "upload_time": "2019-01-19T05:32:04", "url": "https://files.pythonhosted.org/packages/76/d9/9724f6ed08df96fc607cb02ec3793260bbb4a303bfed45fe8fbe8b185c44/odoo11_addon_cms_notification-11.0.1.0.3-py2.py3-none-any.whl" } ], "11.0.1.0.3.99.dev1": [ { "comment_text": "", "digests": { "md5": "f18ddbc6135a4fde62daf4e29fe2d0fa", "sha256": "3fd6d7584a6a67300ccbb1a64fb05e55b8837385ac4da61bdfe73193324c1757" }, "downloads": -1, "filename": "odoo11_addon_cms_notification-11.0.1.0.3.99.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f18ddbc6135a4fde62daf4e29fe2d0fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 88605, "upload_time": "2019-01-28T05:32:21", "url": "https://files.pythonhosted.org/packages/84/44/e245f7e374c608104daab5cdaca659347e8b7aa0f61a65e5b98250210b7b/odoo11_addon_cms_notification-11.0.1.0.3.99.dev1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2905756c94183f4f381ec2062a6d2a0d", "sha256": "b989ee0a9cd13f3dc06aafa502f2995c1e433b6635f317f24e7db9b45a684a7b" }, "downloads": -1, "filename": "odoo11_addon_cms_notification-11.0.1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2905756c94183f4f381ec2062a6d2a0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 88513, "upload_time": "2019-01-19T05:32:04", "url": "https://files.pythonhosted.org/packages/76/d9/9724f6ed08df96fc607cb02ec3793260bbb4a303bfed45fe8fbe8b185c44/odoo11_addon_cms_notification-11.0.1.0.3-py2.py3-none-any.whl" } ] }