{ "info": { "author": "Savoir-faire Linux, Anybox, Taktik SA, Sudokeys, 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": "Color widget for Odoo web client\n================================\n\nThis module aims to add a color picker to Odoo.\n\nIt's a `jsColor `_ lib integration.\n\n\nFeatures\n========\n\n* The picker allow the user to quickly select a color on edit mode\n\n |picker|\n\n .. note::\n\n Notice how html code and the background color is updating when selecting a color.\n\n\n* Display the color on form view when you are not editing it\n\n |formview|\n\n* Display the color on list view to quickly find what's wrong!\n\n |listview|\n\n\nUsage\n=====\n\nYou need to declare a char field of at least size 7::\n\n _columns = {\n 'color': fields.char(\n u\"Couleur\",\n help=u\"Toutes couleur valid css, exemple blue ou #f57900\"\n ),\n }\n\n OR\n\n color = fields.Char(\n string=\"Color\",\n help=\"Choose your color\"\n )\n\n\nIn the view declaration, put widget='color' attribute in the field tag::\n\n ...\n \n \n ...\n \n \n ...\n \n \n ...\n\n.. |picker| image:: ./images/picker.png\n.. |formview| image:: ./images/form_view.png\n.. |listview| image:: ./images/list_view.png\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/10.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\nContributors\n------------\n\n* Adil Houmadi \n* Nicolas JEUDY (Sudokeys) \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": "", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo10-addon-web-widget-color", "package_url": "https://pypi.org/project/odoo10-addon-web-widget-color/", "platform": "", "project_url": "https://pypi.org/project/odoo10-addon-web-widget-color/", "project_urls": null, "release_url": "https://pypi.org/project/odoo10-addon-web-widget-color/10.0.1.0.1/", "requires_dist": [ "odoo (<10.1dev,>=10.0)" ], "requires_python": "~=2.7", "summary": "Web Widget Color", "version": "10.0.1.0.1" }, "last_serial": 4615222, "releases": { "10.0.1.0.0": [ { "comment_text": "", "digests": { "md5": "49a41e441948bbaf5916ebfdb89ad03a", "sha256": "5d6abc9c0efc809be2bde3f14e7b97bee30383d7195f3d96d8d7e4d4902b3628" }, "downloads": -1, "filename": "odoo10_addon_web_widget_color-10.0.1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "49a41e441948bbaf5916ebfdb89ad03a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 49339, "upload_time": "2017-04-09T21:57:47", "url": "https://files.pythonhosted.org/packages/19/30/7002df35b2cc497f2a3dc2f31950f2ea1d9a5876a308111d5aa61a2f8f92/odoo10_addon_web_widget_color-10.0.1.0.0-py2-none-any.whl" } ], "10.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "c02e216a38437d70952c0d3547d14b55", "sha256": "1416fde041a7982aa8cbcc9763b0cb22e0e3a50fff19a5a37fa9c37e61099fa9" }, "downloads": -1, "filename": "odoo10_addon_web_widget_color-10.0.1.0.0.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "c02e216a38437d70952c0d3547d14b55", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 50151, "upload_time": "2018-06-24T05:21:28", "url": "https://files.pythonhosted.org/packages/e6/61/81ee2e5e91379f6bb4d98f15428d2850144aa891dd4b5162cb36719ec936/odoo10_addon_web_widget_color-10.0.1.0.0.99.dev1-py2-none-any.whl" } ], "10.0.1.0.1": [ { "comment_text": "", "digests": { "md5": "cf09deb0ae014ac359a24be50995afe7", "sha256": "92bec153331f48c88a5cd097de9dc6e780e6cbd87a782b377053f9af2a905eee" }, "downloads": -1, "filename": "odoo10_addon_web_widget_color-10.0.1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "cf09deb0ae014ac359a24be50995afe7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 47982, "upload_time": "2018-12-19T05:58:49", "url": "https://files.pythonhosted.org/packages/43/3c/5bce5a43dbdd338ff0369af28a8c0d08829c691326f1bf91b2f22112fb4d/odoo10_addon_web_widget_color-10.0.1.0.1-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf09deb0ae014ac359a24be50995afe7", "sha256": "92bec153331f48c88a5cd097de9dc6e780e6cbd87a782b377053f9af2a905eee" }, "downloads": -1, "filename": "odoo10_addon_web_widget_color-10.0.1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "cf09deb0ae014ac359a24be50995afe7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 47982, "upload_time": "2018-12-19T05:58:49", "url": "https://files.pythonhosted.org/packages/43/3c/5bce5a43dbdd338ff0369af28a8c0d08829c691326f1bf91b2f22112fb4d/odoo10_addon_web_widget_color-10.0.1.0.1-py2-none-any.whl" } ] }