{ "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": "odoo9-addon-web-tree-image", "package_url": "https://pypi.org/project/odoo9-addon-web-tree-image/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odoo9-addon-web-tree-image/", "project_urls": { "Homepage": "https://github.com/OCA/Web" }, "release_url": "https://pypi.org/project/odoo9-addon-web-tree-image/9.0.1.1.0/", "requires_dist": [ "odoo (<9.1a,>=9.0a)" ], "requires_python": "", "summary": "Show images in tree views", "version": "9.0.1.1.0" }, "last_serial": 2796293, "releases": { "9.0.1.1.0": [ { "comment_text": "", "digests": { "md5": "6c74584c6f364ca79099e8078bce2d54", "sha256": "95b5a586ddd93b3d9fa063a859ff98a459ad832d4b66a0d59be5a8b1b30082ea" }, "downloads": -1, "filename": "odoo9_addon_web_tree_image-9.0.1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "6c74584c6f364ca79099e8078bce2d54", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18744, "upload_time": "2017-04-11T20:54:58", "url": "https://files.pythonhosted.org/packages/e3/16/7abd208ad79af6061665eddf3439202f96cb0027f1c95b215e266c4eeede/odoo9_addon_web_tree_image-9.0.1.1.0-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c74584c6f364ca79099e8078bce2d54", "sha256": "95b5a586ddd93b3d9fa063a859ff98a459ad832d4b66a0d59be5a8b1b30082ea" }, "downloads": -1, "filename": "odoo9_addon_web_tree_image-9.0.1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "6c74584c6f364ca79099e8078bce2d54", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18744, "upload_time": "2017-04-11T20:54:58", "url": "https://files.pythonhosted.org/packages/e3/16/7abd208ad79af6061665eddf3439202f96cb0027f1c95b215e266c4eeede/odoo9_addon_web_tree_image-9.0.1.1.0-py2-none-any.whl" } ] }