{ "info": { "author": "Therp BV, MONK Software, 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 :alt: License: AGPL-3\n\n=====================================\nDisplay images and icons in tree view\n=====================================\n\nThis module defines a tree image widget, to be used with either binary fields\nor (function) fields of type character. Use ``widget='image'`` in your view\ndefinition. Optionally, set a ``height`` attribute. Default height is 16px.\n\nIf you use the widget with a character field, the content of the field can be\nany of the following:\n\n* The absolute or relative location of an image. For example,\n \"//static/src/img/youricon.png\"\n\n* A standard icon from the web distribution, without path or extension, For\n example, 'gtk-open'\n\n* A dynamic image in a data url base 64 format. Prefix with\n 'data:image/png;base64,'\n\nUsage\n=====\n\nThis module defines a new widget type for tree views columns.\n\nSet the attribute ``widget=image`` in a ``field`` tag in a tree view.\nYou can also set ``height=`` to set the height the image will have.\nNote that this just sets the image ``height`` attribute,\nif you want to make the server return a resized image, maybe to reduce the size\nof the transferred file or to have uniform images, use the\n``resize=\",\"`` attribute.\n\nYou can set ``display=icon`` in order to get a clickable picture icon that will\nopen a full screen preview of the image. Set ``display=thumbnail`` to get a\nclickable thumbnail.\n\nCredits\n=======\n\nContributors\n------------\n\n* Stefan Rijnhart\n* Leonardo Donelli \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\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": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo8-addon-web-tree-image", "package_url": "https://pypi.org/project/odoo8-addon-web-tree-image/", "platform": "", "project_url": "https://pypi.org/project/odoo8-addon-web-tree-image/", "project_urls": { "Homepage": "https://github.com/OCA/Web" }, "release_url": "https://pypi.org/project/odoo8-addon-web-tree-image/8.0.1.1.0.99.dev13/", "requires_dist": [ "odoo (<9.0a,>=8.0a)" ], "requires_python": "~=2.7", "summary": "Show images in tree views", "version": "8.0.1.1.0.99.dev13" }, "last_serial": 3995842, "releases": { "8.0.1.1.0.99.dev12": [ { "comment_text": "", "digests": { "md5": "0a8b7cf45415169701b508ab54794996", "sha256": "be857ffb7f0fe6e81c2ebeffc8460514063a86bb1e0013c676ba692806f459c6" }, "downloads": -1, "filename": "odoo8_addon_web_tree_image-8.0.1.1.0.99.dev12-py2-none-any.whl", "has_sig": false, "md5_digest": "0a8b7cf45415169701b508ab54794996", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 26636, "upload_time": "2017-04-11T16:58:36", "url": "https://files.pythonhosted.org/packages/e6/48/a79c27a4225b95e55a150b20e1e719a7418ed72bc1aac80981ebb3600605/odoo8_addon_web_tree_image-8.0.1.1.0.99.dev12-py2-none-any.whl" } ], "8.0.1.1.0.99.dev13": [ { "comment_text": "", "digests": { "md5": "4920892d8ed2cb60ff42a2227456c3c3", "sha256": "59fe4c1b731a1871c82076ecbdac38797f20f9cffe293fd8c3ec6c8f4c7fc029" }, "downloads": -1, "filename": "odoo8_addon_web_tree_image-8.0.1.1.0.99.dev13-py2-none-any.whl", "has_sig": false, "md5_digest": "4920892d8ed2cb60ff42a2227456c3c3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 27338, "upload_time": "2018-06-24T05:14:42", "url": "https://files.pythonhosted.org/packages/e5/d1/b281b0a7e41c4f574d13dbcbbd53f80b167d32dc00f0b7f7dadf37fafcf2/odoo8_addon_web_tree_image-8.0.1.1.0.99.dev13-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4920892d8ed2cb60ff42a2227456c3c3", "sha256": "59fe4c1b731a1871c82076ecbdac38797f20f9cffe293fd8c3ec6c8f4c7fc029" }, "downloads": -1, "filename": "odoo8_addon_web_tree_image-8.0.1.1.0.99.dev13-py2-none-any.whl", "has_sig": false, "md5_digest": "4920892d8ed2cb60ff42a2227456c3c3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 27338, "upload_time": "2018-06-24T05:14:42", "url": "https://files.pythonhosted.org/packages/e5/d1/b281b0a7e41c4f574d13dbcbbd53f80b167d32dc00f0b7f7dadf37fafcf2/odoo8_addon_web_tree_image-8.0.1.1.0.99.dev13-py2-none-any.whl" } ] }