{ "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 :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 CSS ``max-height`` attribute,\nif you want to make the server return a resized, maybe to save data by making it\nreturn a smaller one or to have uniform images, use the\n``resize=\",\"`` attribute.\n\nCredits\n=======\n\nContributors\n------------\n\n* Stefan Rijnhart\n* Leonardo Donelli \n* Jay Vora \n* Meet Dholakia \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.", "description_content_type": null, "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": "odoo10-addon-web-tree-image", "package_url": "https://pypi.org/project/odoo10-addon-web-tree-image/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odoo10-addon-web-tree-image/", "project_urls": { "Homepage": "https://github.com/OCA/Web" }, "release_url": "https://pypi.org/project/odoo10-addon-web-tree-image/10.0.1.1.0/", "requires_dist": [ "odoo (<10.1dev,>=10.0)" ], "requires_python": "", "summary": "Show images in tree views", "version": "10.0.1.1.0" }, "last_serial": 3996091, "releases": { "10.0.1.1.0": [ { "comment_text": "", "digests": { "md5": "7a127d155bcbe09be952cc5fa2f203f3", "sha256": "37007b8f0b0fcb16b96a0f7177b0447f517c5c289b32538eadb39c486a85e0e5" }, "downloads": -1, "filename": "odoo10_addon_web_tree_image-10.0.1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "7a127d155bcbe09be952cc5fa2f203f3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18848, "upload_time": "2017-04-11T06:58:53", "url": "https://files.pythonhosted.org/packages/fa/2c/9a39e10c4129fcd5a1792af3f7f7324ed00643ae376573209cd3e6156151/odoo10_addon_web_tree_image-10.0.1.1.0-py2-none-any.whl" } ], "10.0.1.1.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "dd7958f1f5676b263a35852dc1090027", "sha256": "305f16bcaa4e8986f8e16504b2c63b6eb7f995dd888b0ed9c29f526097c08a7b" }, "downloads": -1, "filename": "odoo10_addon_web_tree_image-10.0.1.1.0.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "dd7958f1f5676b263a35852dc1090027", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 19666, "upload_time": "2018-06-24T05:21:05", "url": "https://files.pythonhosted.org/packages/ac/99/3f4528f7b7da93c0822e87de61c516819bf1b22ef66441989da8c76264d3/odoo10_addon_web_tree_image-10.0.1.1.0.99.dev1-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7a127d155bcbe09be952cc5fa2f203f3", "sha256": "37007b8f0b0fcb16b96a0f7177b0447f517c5c289b32538eadb39c486a85e0e5" }, "downloads": -1, "filename": "odoo10_addon_web_tree_image-10.0.1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "7a127d155bcbe09be952cc5fa2f203f3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18848, "upload_time": "2017-04-11T06:58:53", "url": "https://files.pythonhosted.org/packages/fa/2c/9a39e10c4129fcd5a1792af3f7f7324ed00643ae376573209cd3e6156151/odoo10_addon_web_tree_image-10.0.1.1.0-py2-none-any.whl" } ] }