{ "info": { "author": "Therp BV, MONK Software, Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd.", "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.png\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 ``width`` attribute. Default width is 30px.\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\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* Nikul Chaudhary \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": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo11-addon-web-tree-image", "package_url": "https://pypi.org/project/odoo11-addon-web-tree-image/", "platform": "", "project_url": "https://pypi.org/project/odoo11-addon-web-tree-image/", "project_urls": { "Homepage": "https://github.com/OCA/Web" }, "release_url": "https://pypi.org/project/odoo11-addon-web-tree-image/11.0.1.0.0.99.dev3/", "requires_dist": [ "odoo (<11.1dev,>=11.0a)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Show images in tree views", "version": "11.0.1.0.0.99.dev3" }, "last_serial": 4294959, "releases": { "11.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "2eb6f71bcdf12e22454d3aabab3fe931", "sha256": "b761254e780760f33db4b9eb12d7d874ff4a9e5d0c77f1a4acac62afe5c8afa7" }, "downloads": -1, "filename": "odoo11_addon_web_tree_image-11.0.1.0.0.99.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2eb6f71bcdf12e22454d3aabab3fe931", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 15769, "upload_time": "2018-09-21T04:46:03", "url": "https://files.pythonhosted.org/packages/d9/32/680aee865437b1a19d35b6bae71ee47fb69822670959ad2041df3c5ff174/odoo11_addon_web_tree_image-11.0.1.0.0.99.dev3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2eb6f71bcdf12e22454d3aabab3fe931", "sha256": "b761254e780760f33db4b9eb12d7d874ff4a9e5d0c77f1a4acac62afe5c8afa7" }, "downloads": -1, "filename": "odoo11_addon_web_tree_image-11.0.1.0.0.99.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2eb6f71bcdf12e22454d3aabab3fe931", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 15769, "upload_time": "2018-09-21T04:46:03", "url": "https://files.pythonhosted.org/packages/d9/32/680aee865437b1a19d35b6bae71ee47fb69822670959ad2041df3c5ff174/odoo11_addon_web_tree_image-11.0.1.0.0.99.dev3-py2.py3-none-any.whl" } ] }