{ "info": { "author": "Therp BV, ACSONE SA/NV, 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 :: 2.7" ], "description": "Client side message boxes\n=========================\n\nThis module allows to show a message popup on the client side as result of a button.\n\nUsage\n=====\n\nDepend on this module and return\n\n.. code:: python\n\n {\n 'type': 'ir.actions.act_window.message',\n 'title': _('My title'),\n 'message': _('My message'),\n # optional title of the close button, if not set, will be _('Close')\n # if set False, no close button will be shown\n # you can create your own close button with an action of type\n # ir.actions.act_window_close\n 'close_button_title': 'Make this window go away',\n # this is an optional list of buttons to show\n 'buttons': [\n # a button can be any action (also ir.actions.report.xml et al)\n {\n 'type': 'ir.actions.act_window',\n 'name': 'All customers',\n 'res_model': 'res.partner',\n 'view_mode': 'form',\n 'views': [[False, 'list'], [False, 'form']],\n 'domain': [('customer', '=', True)],\n },\n # or if type == method, you need to pass a model, a method name and\n # parameters\n {\n 'type': 'method',\n 'name': _('Yes, do it'),\n 'model': self._name,\n 'method': 'myfunction',\n # list of arguments to pass positionally\n 'args': [self.ids],\n # dictionary of keyword arguments\n 'kwargs': {'force': True},\n # button style\n 'classes': 'btn-primary',\n }\n ]\n }\n\nYou are responsible for translating the messages.\n\nKnown issues / Roadmap\n======================\n\n* add `message_type` to differenciate between warnings, errors, etc.\n* have one `message_type` to show a nonmodal warning on top right\n\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues `_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed feedback\n`here `_.\n\n\nCredits\n=======\n\nContributors\n------------\n\n* Holger Brunn \n* Zakaria Makrelouf (ACSONE SA/NV) \n\nMaintainer\n----------\n\n.. image:: http://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: http://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, 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.\n\nTo contribute to this module, please visit http://odoo-community.org.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo9-addon-web-ir-actions-act-window-message", "package_url": "https://pypi.org/project/odoo9-addon-web-ir-actions-act-window-message/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odoo9-addon-web-ir-actions-act-window-message/", "project_urls": null, "release_url": "https://pypi.org/project/odoo9-addon-web-ir-actions-act-window-message/9.0.1.0.0.99.dev5/", "requires_dist": [ "odoo (<9.1a,>=9.0a)" ], "requires_python": "", "summary": "Show a message box to users", "version": "9.0.1.0.0.99.dev5" }, "last_serial": 2904207, "releases": { "9.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "f2c0d2fb07f31f9479235f61eb707272", "sha256": "ee8ac975f29ae643d6ed24107671481d7bc0acea02d4e40aca318b9d37b0c24a" }, "downloads": -1, "filename": "odoo9_addon_web_ir_actions_act_window_message-9.0.1.0.0.99.dev4-py2-none-any.whl", "has_sig": false, "md5_digest": "f2c0d2fb07f31f9479235f61eb707272", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21365, "upload_time": "2017-05-24T04:30:29", "url": "https://files.pythonhosted.org/packages/d7/00/fccd15a4454da223f67ed58095507bfce7ff5952b37994235859e76cd22b/odoo9_addon_web_ir_actions_act_window_message-9.0.1.0.0.99.dev4-py2-none-any.whl" } ], "9.0.1.0.0.99.dev5": [ { "comment_text": "", "digests": { "md5": "c91185a5aba844201f7b97a7ab5d18ae", "sha256": "c2d30de4477fb8aab821d89f57cc4316bc176294a25b05c70fc8467967dafd2f" }, "downloads": -1, "filename": "odoo9_addon_web_ir_actions_act_window_message-9.0.1.0.0.99.dev5-py2-none-any.whl", "has_sig": false, "md5_digest": "c91185a5aba844201f7b97a7ab5d18ae", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21453, "upload_time": "2017-05-28T04:31:46", "url": "https://files.pythonhosted.org/packages/6e/23/53842e04d37566949e031936ac0b7591f609e544e7d634866a7e6a869630/odoo9_addon_web_ir_actions_act_window_message-9.0.1.0.0.99.dev5-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c91185a5aba844201f7b97a7ab5d18ae", "sha256": "c2d30de4477fb8aab821d89f57cc4316bc176294a25b05c70fc8467967dafd2f" }, "downloads": -1, "filename": "odoo9_addon_web_ir_actions_act_window_message-9.0.1.0.0.99.dev5-py2-none-any.whl", "has_sig": false, "md5_digest": "c91185a5aba844201f7b97a7ab5d18ae", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 21453, "upload_time": "2017-05-28T04:31:46", "url": "https://files.pythonhosted.org/packages/6e/23/53842e04d37566949e031936ac0b7591f609e544e7d634866a7e6a869630/odoo9_addon_web_ir_actions_act_window_message-9.0.1.0.0.99.dev5-py2-none-any.whl" } ] }