#######################
WIDGET LIST ROW COLOR
#######################
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fa88a5911e9d75e4ccaee78931e61a91ccfe34e0de09254e0edd30ad0752f428
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:alt: Beta
:target: https://odoo-community.org/page/development-status
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:alt: License: AGPL-3
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|badge1| |badge2|
Allows the customization of font color and background for tree views
(one2many fields included).
**Table of contents**
.. contents::
:local:
***************
Configuration
***************
No configuration needed for this module.
*******
Usage
*******
You need a template with the following fields:
.. code::
color_row = fields.Char("Color Row", default="#000000")
color_background_row = fields.Char("Color Background Row", default="#FFFFFF")
And for context activate the functionality:
.. code::
context="{'active_colors': True}"
In an action:
.. code::
<record id="helpdesk_mgmt.helpdesk_ticket_action" model="ir.actions.act_window">
<field name="context">{'active_colors': True}</field>
</record>
In a one2many field:
.. code::
<field name="message_emails_ids" context="{'active_colors': True}">
<tree editable="false" create="false" delete="false">
<field name="name"/>
<field name="color_row" invisible="1"/>
<field name="color_background_row" invisible="1"/>
</tree>
</field>
************************
Known issues / Roadmap
************************
There are no issues for the moment.
*************
Bug Tracker
*************
Bugs are tracked on `GitLab Issues
<https://gitlab.com/somitcoop/erp-research/odoo-helpdesk/-/issues>`_. In
case of trouble, please check there if your issue has already been
reported. If you spotted it first, help us smashing it by providing a
detailed and welcomed feedback.
Do not contact contributors directly about support or help with
technical issues.
*********
Credits
*********
Authors
=======
- SomIT SCCL
- Som Connexio SCCL
Contributors
============
- `SomIT SCCL <https://somit.coop>`_:
- Álvaro García <alvaro.garcia@somit.coop>
- José Robles <jose.robles@somit.coop>
- Juan Manuel Regalado <juanmanuel.regalado@somit.coop>
- `Som Connexio SCCL <https://somconnexio.coop>`_:
- Gerard Funosas <gerard.funosas@somconnexio.coop>
Maintainers
===========
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization
whose mission is to support the collaborative development of Odoo
features and promote its widespread use.
You are welcome to contribute. To learn how please visit
https://odoo-community.org/page/Contribute.
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/somitcoop/erp-research/odoo-helpdesk",
"name": "odoo-addon-widget-list-row-color",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Som It Cooperatiu SCCL, Som Connexi\u00f3 SCCL, Odoo Community Association (OCA)",
"author_email": "support@odoo-community.org",
"download_url": "https://files.pythonhosted.org/packages/17/cb/c62083c6eca06b686f671043fc35675e7d226e58594c586f042d2acf845e/odoo-addon-widget_list_row_color-16.0.1.0.0.tar.gz",
"platform": null,
"description": "#######################\n WIDGET LIST ROW COLOR\n#######################\n\n..\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! source digest: sha256:fa88a5911e9d75e4ccaee78931e61a91ccfe34e0de09254e0edd30ad0752f428\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n :alt: Beta\n :target: https://odoo-community.org/page/development-status\n\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n :alt: License: AGPL-3\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n\n|badge1| |badge2|\n\nAllows the customization of font color and background for tree views\n(one2many fields included).\n\n**Table of contents**\n\n.. contents::\n :local:\n\n***************\n Configuration\n***************\n\nNo configuration needed for this module.\n\n*******\n Usage\n*******\n\nYou need a template with the following fields:\n\n.. code::\n\n color_row = fields.Char(\"Color Row\", default=\"#000000\")\n color_background_row = fields.Char(\"Color Background Row\", default=\"#FFFFFF\")\n\nAnd for context activate the functionality:\n\n.. code::\n\n context=\"{'active_colors': True}\"\n\nIn an action:\n\n.. code::\n\n <record id=\"helpdesk_mgmt.helpdesk_ticket_action\" model=\"ir.actions.act_window\">\n <field name=\"context\">{'active_colors': True}</field>\n </record>\n\nIn a one2many field:\n\n.. code::\n\n <field name=\"message_emails_ids\" context=\"{'active_colors': True}\">\n <tree editable=\"false\" create=\"false\" delete=\"false\">\n <field name=\"name\"/>\n <field name=\"color_row\" invisible=\"1\"/>\n <field name=\"color_background_row\" invisible=\"1\"/>\n </tree>\n </field>\n\n************************\n Known issues / Roadmap\n************************\n\nThere are no issues for the moment.\n\n*************\n Bug Tracker\n*************\n\nBugs are tracked on `GitLab Issues\n<https://gitlab.com/somitcoop/erp-research/odoo-helpdesk/-/issues>`_. In\ncase of trouble, please check there if your issue has already been\nreported. If you spotted it first, help us smashing it by providing a\ndetailed and welcomed feedback.\n\nDo not contact contributors directly about support or help with\ntechnical issues.\n\n*********\n Credits\n*********\n\nAuthors\n=======\n\n- SomIT SCCL\n- Som Connexio SCCL\n\nContributors\n============\n\n- `SomIT SCCL <https://somit.coop>`_:\n\n - \u00c1lvaro Garc\u00eda <alvaro.garcia@somit.coop>\n - Jos\u00e9 Robles <jose.robles@somit.coop>\n - Juan Manuel Regalado <juanmanuel.regalado@somit.coop>\n\n- `Som Connexio SCCL <https://somconnexio.coop>`_:\n\n - Gerard Funosas <gerard.funosas@somconnexio.coop>\n\nMaintainers\n===========\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization\nwhose mission is to support the collaborative development of Odoo\nfeatures and promote its widespread use.\n\nYou are welcome to contribute. To learn how please visit\nhttps://odoo-community.org/page/Contribute.\n",
"bugtrack_url": null,
"license": "AGPL-3",
"summary": "SomItCoop ODOO widget to set background-color and color on list view",
"version": "16.0.1.0.0",
"project_urls": {
"Homepage": "https://gitlab.com/somitcoop/erp-research/odoo-helpdesk"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0ce61998d490a5dd10fb7a17ea163b263b3b7b3ac8413dc03cbe22ec2a8d9eca",
"md5": "dfab08b0a2130e5240349b9b857a3429",
"sha256": "0c18cc7181712639b2ac4f8ccc31fa3a697cff96a044fee2cc7018295e6c2e89"
},
"downloads": -1,
"filename": "odoo_addon_widget_list_row_color-16.0.1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "dfab08b0a2130e5240349b9b857a3429",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.10",
"size": 90153,
"upload_time": "2024-07-31T10:25:04",
"upload_time_iso_8601": "2024-07-31T10:25:04.887015Z",
"url": "https://files.pythonhosted.org/packages/0c/e6/1998d490a5dd10fb7a17ea163b263b3b7b3ac8413dc03cbe22ec2a8d9eca/odoo_addon_widget_list_row_color-16.0.1.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17cbc62083c6eca06b686f671043fc35675e7d226e58594c586f042d2acf845e",
"md5": "a9e6e8609071b9b594f9004fc1566294",
"sha256": "6be2370deda921b7c3e8775158d19d07615ceda5882e317dc9769f990eec2c0b"
},
"downloads": -1,
"filename": "odoo-addon-widget_list_row_color-16.0.1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "a9e6e8609071b9b594f9004fc1566294",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 89991,
"upload_time": "2024-07-31T10:25:07",
"upload_time_iso_8601": "2024-07-31T10:25:07.140668Z",
"url": "https://files.pythonhosted.org/packages/17/cb/c62083c6eca06b686f671043fc35675e7d226e58594c586f042d2acf845e/odoo-addon-widget_list_row_color-16.0.1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-31 10:25:07",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "somitcoop",
"gitlab_project": "erp-research",
"lcname": "odoo-addon-widget-list-row-color"
}