odoo-addon-widget-list-limit-cell


Nameodoo-addon-widget-list-limit-cell JSON
Version 16.0.1.0.1 PyPI version JSON
download
home_pagehttps://gitlab.com/somitcoop/erp-research/odoo-helpdesk
SummarySomItCoop ODOO widget to set limit columns on list view.
upload_time2024-07-31 10:26:08
maintainerNone
docs_urlNone
authorSom It Cooperatiu SCCL, Som Connexió SCCL, Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #######################
 WIDGET LIST LIMIT ROW
#######################

..
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! 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 to cut the display of a very long field for tree views (including
one2many fields).

**Table of contents**

.. contents::
   :local:

***************
 Configuration
***************

No configuration needed for this module.

*******
 Usage
*******

Set for context to activate the functionality:

.. code::

   context="{'limit_fields': '[field1,field2]'}"

In an action:

.. code::

   <record id="helpdesk_mgmt.helpdesk_ticket_action" model="ir.actions.act_window">
     <field name="context">{'limit_fields': ['body']}</field>
   </record>

In a field one2many:

.. code::

   <field name="message_emails_ids" context="{'limit_fields': ['body']}">
       <tree editable="false" create="false" delete="false">
           <field name="body"/>
       </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-limit-cell",
    "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/c7/44/5b2ec7b1a3b2ceecf8bc0a2a1a6617c38651012d705d923e4d441a691d49/odoo-addon-widget_list_limit_cell-16.0.1.0.1.tar.gz",
    "platform": null,
    "description": "#######################\n WIDGET LIST LIMIT ROW\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 to cut the display of a very long field for tree views (including\none2many fields).\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\nSet for context to activate the functionality:\n\n.. code::\n\n   context=\"{'limit_fields': '[field1,field2]'}\"\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\">{'limit_fields': ['body']}</field>\n   </record>\n\nIn a field one2many:\n\n.. code::\n\n   <field name=\"message_emails_ids\" context=\"{'limit_fields': ['body']}\">\n       <tree editable=\"false\" create=\"false\" delete=\"false\">\n           <field name=\"body\"/>\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 limit columns on list view.",
    "version": "16.0.1.0.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/somitcoop/erp-research/odoo-helpdesk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80bc42a84c2c79b418ba382780702eac1e99de6891c9d1eb2450ffd7c884ad2d",
                "md5": "3588f5760d612ca34270b9e2544be2ff",
                "sha256": "064c19874f77c05b091cf04ec70f7e480b761fe4b242e28ee09d898135da0cda"
            },
            "downloads": -1,
            "filename": "odoo_addon_widget_list_limit_cell-16.0.1.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3588f5760d612ca34270b9e2544be2ff",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.10",
            "size": 650915,
            "upload_time": "2024-07-31T10:26:05",
            "upload_time_iso_8601": "2024-07-31T10:26:05.369156Z",
            "url": "https://files.pythonhosted.org/packages/80/bc/42a84c2c79b418ba382780702eac1e99de6891c9d1eb2450ffd7c884ad2d/odoo_addon_widget_list_limit_cell-16.0.1.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7445b2ec7b1a3b2ceecf8bc0a2a1a6617c38651012d705d923e4d441a691d49",
                "md5": "b6b6b9cb15347ac069677ad91579bc81",
                "sha256": "91e71c900376bf4289bf1ee42724e8680ab48f6dbc4dad4eb6f1603a021a2aef"
            },
            "downloads": -1,
            "filename": "odoo-addon-widget_list_limit_cell-16.0.1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b6b6b9cb15347ac069677ad91579bc81",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 650887,
            "upload_time": "2024-07-31T10:26:08",
            "upload_time_iso_8601": "2024-07-31T10:26:08.400306Z",
            "url": "https://files.pythonhosted.org/packages/c7/44/5b2ec7b1a3b2ceecf8bc0a2a1a6617c38651012d705d923e4d441a691d49/odoo-addon-widget_list_limit_cell-16.0.1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-31 10:26:08",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "somitcoop",
    "gitlab_project": "erp-research",
    "lcname": "odoo-addon-widget-list-limit-cell"
}
        
Elapsed time: 0.29019s