{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 2.7" ], "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=========================\nFilters for x2many fields\n=========================\n\nThis module was written to allow developers to add filter buttons to an x2many field.\n\n.. image:: /web_x2m_filter/static/description/screenshot.png\n :alt: Screenshot\n\nUsage\n=====\n\nTo use this module, you need to:\n\n#. add a key ``web_x2m_filter`` to the field's ``options`` dictionary\n#. this key should contain a list if dictionaries which describe a button by the properties ``name`` and ``domain``::\n\n {'web_x2m_filter': [{'name': 'Only admins', 'domain': [('groups_id', '=', %(base.group_erp_manager)s)]}]}\n#. to have one filter being active on form load, add a key named ``default`` with value ``True``\n#. the string in ``name`` is subject to the standard translation mechanism\n#. the domain is evaluated with the user's context and the current form values\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/162/8.0\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 smashing it by providing a detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon `_.\n\nContributors\n------------\n\n* Holger Brunn \n\nDo not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list `_ or the `appropriate specialized mailinglist `_ for help, and the bug tracker linked in `Bug Tracker`_ above for 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.", "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": "odoo8-addon-web-x2m-filter", "package_url": "https://pypi.org/project/odoo8-addon-web-x2m-filter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odoo8-addon-web-x2m-filter/", "project_urls": null, "release_url": "https://pypi.org/project/odoo8-addon-web-x2m-filter/8.0.1.0.0/", "requires_dist": [ "odoo (<9.0a,>=8.0a)" ], "requires_python": "", "summary": "Allows to define filters in x2many list fields", "version": "8.0.1.0.0" }, "last_serial": 3996205, "releases": { "8.0.1.0.0": [ { "comment_text": "", "digests": { "md5": "77a740a1b15ac4cd45e0beb568e11674", "sha256": "588bc1c541a43b2aac8b9af0e878cc809337b5bef655aa96edee1fd6f2403011" }, "downloads": -1, "filename": "odoo8_addon_web_x2m_filter-8.0.1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "77a740a1b15ac4cd45e0beb568e11674", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 32827, "upload_time": "2017-04-11T17:01:32", "url": "https://files.pythonhosted.org/packages/2c/ad/31ff205a14f2b2db11bacabd7309a5ff8d074e9319db011722ff24995fb9/odoo8_addon_web_x2m_filter-8.0.1.0.0-py2-none-any.whl" } ], "8.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "c3ad366098c93fd326c066731fbe659e", "sha256": "49ce59c8a010cca83c1d7a501cd461c81197811bead3e775d8b296d95af19580" }, "downloads": -1, "filename": "odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "c3ad366098c93fd326c066731fbe659e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33794, "upload_time": "2017-04-11T17:01:35", "url": "https://files.pythonhosted.org/packages/57/1e/e6d6a286e9c0d0e77f2fa140dee6da8f225914a47909fdd3697bad551416/odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev1-py2-none-any.whl" } ], "8.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "ec18abc8e42122a87a31f2e4353ba87e", "sha256": "e94157f54db5530b9aa53fca9ae21583ba549819959bce2c8d9d8ee79fda46f1" }, "downloads": -1, "filename": "odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "ec18abc8e42122a87a31f2e4353ba87e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33830, "upload_time": "2017-04-11T17:01:39", "url": "https://files.pythonhosted.org/packages/db/97/bf0412202418b3b05509163a585f662df5a425fbbe6f3d7b76caf3d0c911/odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev3-py2-none-any.whl" } ], "8.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "a9149a6da091b116f4fde6b21bfc2192", "sha256": "4db6ea984acf44a0f046d819408e9cfaefd498d1c7b42c55292c5440d2a081ab" }, "downloads": -1, "filename": "odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev4-py2-none-any.whl", "has_sig": false, "md5_digest": "a9149a6da091b116f4fde6b21bfc2192", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 34540, "upload_time": "2017-04-11T17:01:44", "url": "https://files.pythonhosted.org/packages/38/3a/0a71bc77580477b6d52faec292e103838eaae0d4357e4704c668237c9344/odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev4-py2-none-any.whl" } ], "8.0.1.0.0.99.dev5": [ { "comment_text": "", "digests": { "md5": "98525cb9accfe8243a48d9cffe90734d", "sha256": "0b263a42fa56d7087d0def98a2ba1b7bd05bde7a46b325ee3cf4e2911b248982" }, "downloads": -1, "filename": "odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev5-py2-none-any.whl", "has_sig": false, "md5_digest": "98525cb9accfe8243a48d9cffe90734d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 35235, "upload_time": "2017-04-11T17:01:47", "url": "https://files.pythonhosted.org/packages/29/c6/7876ba851fd890d28a290978d8375e2e9933c9be0e2dccdd7fa32f1d614f/odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev5-py2-none-any.whl" } ], "8.0.1.0.0.99.dev6": [ { "comment_text": "", "digests": { "md5": "5e9b9e3b1c531f83f818e0d2dc83999e", "sha256": "f01a4a3cc5739a0c5a91d51bc87aee8cd87152c0c23e70765fe4bcc998540fac" }, "downloads": -1, "filename": "odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev6-py2-none-any.whl", "has_sig": false, "md5_digest": "5e9b9e3b1c531f83f818e0d2dc83999e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 35830, "upload_time": "2018-06-24T05:24:03", "url": "https://files.pythonhosted.org/packages/72/1a/f7d11115c996642579c2106ccd70f23cd433f71f721e337121d13f9112a9/odoo8_addon_web_x2m_filter-8.0.1.0.0.99.dev6-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "77a740a1b15ac4cd45e0beb568e11674", "sha256": "588bc1c541a43b2aac8b9af0e878cc809337b5bef655aa96edee1fd6f2403011" }, "downloads": -1, "filename": "odoo8_addon_web_x2m_filter-8.0.1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "77a740a1b15ac4cd45e0beb568e11674", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 32827, "upload_time": "2017-04-11T17:01:32", "url": "https://files.pythonhosted.org/packages/2c/ad/31ff205a14f2b2db11bacabd7309a5ff8d074e9319db011722ff24995fb9/odoo8_addon_web_x2m_filter-8.0.1.0.0-py2-none-any.whl" } ] }