{ "info": { "author": "Modoolar, 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://www.gnu.org/graphics/lgplv3-147x51.png\n :target: https://www.gnu.org/licenses/lgpl-3.0.en.html\n :alt: License: LGPL-v3\n\n=================\nWeb Actions Multi\n=================\n\nThis module provides a way to trigger more than one action on ActionManager\n\nUsage\n=====\n\nTo use this functionality you need to return following action with list of actions to execute:\n\n.. code-block:: python\n\n @api.multi\n def foo():\n self.ensure_one()\n return {\n 'type': 'ir.actions.act_multi',\n 'actions': [\n {'type': 'ir.actions.act_window_close'},\n {'type': 'ir.actions.act_view_reload'},\n ]\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 detailed and welcomed feedback.\n\nCredits\n=======\n\nContributors\n------------\n\n* Petar Najman \n* Mladen Meseldzija \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/web/", "keywords": "", "license": "LGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo11-addon-web-ir-actions-act-multi", "package_url": "https://pypi.org/project/odoo11-addon-web-ir-actions-act-multi/", "platform": "", "project_url": "https://pypi.org/project/odoo11-addon-web-ir-actions-act-multi/", "project_urls": { "Homepage": "https://github.com/OCA/web/" }, "release_url": "https://pypi.org/project/odoo11-addon-web-ir-actions-act-multi/11.0.1.0.0/", "requires_dist": [ "odoo (<11.1dev,>=11.0a)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Enables triggering of more than one action on ActionManager", "version": "11.0.1.0.0" }, "last_serial": 3998991, "releases": { "11.0.1.0.0": [ { "comment_text": "", "digests": { "md5": "b2c7c450e386d27c0ffe5a0a8846c779", "sha256": "ca80b0c37e146b928f1d4b20a72733a6a682c1bb7f7598b20fd1be29c66c7f32" }, "downloads": -1, "filename": "odoo11_addon_web_ir_actions_act_multi-11.0.1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b2c7c450e386d27c0ffe5a0a8846c779", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 16640, "upload_time": "2018-06-13T04:47:27", "url": "https://files.pythonhosted.org/packages/60/4c/545e4cc33fec94afec3d82f4c571da4c4265c84c8327243dd39ab56689f5/odoo11_addon_web_ir_actions_act_multi-11.0.1.0.0-py2.py3-none-any.whl" } ], "11.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "1385bc11f7fde582018ddc77792955e6", "sha256": "24a5d04c1a6c257d652e27a8102744b1b4cd417f4d64e4356533a42abfeeaf33" }, "downloads": -1, "filename": "odoo11_addon_web_ir_actions_act_multi-11.0.1.0.0.99.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1385bc11f7fde582018ddc77792955e6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 17252, "upload_time": "2018-06-25T04:59:42", "url": "https://files.pythonhosted.org/packages/31/c3/0855491e1f9be6326c6e571ad4ca7fc2b465384e7911ab873c9b27d95fe5/odoo11_addon_web_ir_actions_act_multi-11.0.1.0.0.99.dev1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b2c7c450e386d27c0ffe5a0a8846c779", "sha256": "ca80b0c37e146b928f1d4b20a72733a6a682c1bb7f7598b20fd1be29c66c7f32" }, "downloads": -1, "filename": "odoo11_addon_web_ir_actions_act_multi-11.0.1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b2c7c450e386d27c0ffe5a0a8846c779", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 16640, "upload_time": "2018-06-13T04:47:27", "url": "https://files.pythonhosted.org/packages/60/4c/545e4cc33fec94afec3d82f4c571da4c4265c84c8327243dd39ab56689f5/odoo11_addon_web_ir_actions_act_multi-11.0.1.0.0-py2.py3-none-any.whl" } ] }