{
"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": "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\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues `_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed feedback\n`here `_.\n\n\nCredits\n=======\n\nContributors\n------------\n\n* Adil Houmadi \n* Nicolas JEUDY (Sudokeys) \n\nMaintainer\n----------\n\n.. image:: http://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: http://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 http://odoo-community.org.",
"description_content_type": null,
"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": "odoo9-addon-web-widget-color",
"package_url": "https://pypi.org/project/odoo9-addon-web-widget-color/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/odoo9-addon-web-widget-color/",
"project_urls": null,
"release_url": "https://pypi.org/project/odoo9-addon-web-widget-color/9.0.1.0.0.99.dev2/",
"requires_dist": [
"odoo (<9.1a,>=9.0a)"
],
"requires_python": "",
"summary": "Web Widget Color",
"version": "9.0.1.0.0.99.dev2"
},
"last_serial": 2764721,
"releases": {
"9.0.1.0.0.99.dev2": [
{
"comment_text": "",
"digests": {
"md5": "32dd725e583d1e5e5eb94daf10ef7b26",
"sha256": "c3f6d5742adcb1c3745c2c27a730e6b636cf2e202bda470dc35b9e8c0fb12a5d"
},
"downloads": -1,
"filename": "odoo9_addon_web_widget_color-9.0.1.0.0.99.dev2-py2-none-any.whl",
"has_sig": false,
"md5_digest": "32dd725e583d1e5e5eb94daf10ef7b26",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 49433,
"upload_time": "2017-04-09T21:59:14",
"url": "https://files.pythonhosted.org/packages/b0/65/e366acb1df384c125aaa2ee4ea091eae4efdc705b647ecbdd5259825b095/odoo9_addon_web_widget_color-9.0.1.0.0.99.dev2-py2-none-any.whl"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "32dd725e583d1e5e5eb94daf10ef7b26",
"sha256": "c3f6d5742adcb1c3745c2c27a730e6b636cf2e202bda470dc35b9e8c0fb12a5d"
},
"downloads": -1,
"filename": "odoo9_addon_web_widget_color-9.0.1.0.0.99.dev2-py2-none-any.whl",
"has_sig": false,
"md5_digest": "32dd725e583d1e5e5eb94daf10ef7b26",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 49433,
"upload_time": "2017-04-09T21:59:14",
"url": "https://files.pythonhosted.org/packages/b0/65/e366acb1df384c125aaa2ee4ea091eae4efdc705b647ecbdd5259825b095/odoo9_addon_web_widget_color-9.0.1.0.0.99.dev2-py2-none-any.whl"
}
]
}