Skip to main content

SomItCoop ODOO widget to set limit columns on list view.

Project description

Beta License: AGPL-3

Allows to cut the display of a very long field for tree views (including one2many fields).

Table of contents

Configuration

No configuration needed for this module.

Usage

Set for context to activate the functionality:

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

In an action:

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

In a field one2many:

<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. 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

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file odoo-addon-widget_list_limit_cell-16.0.1.0.1.tar.gz.

File metadata

File hashes

Hashes for odoo-addon-widget_list_limit_cell-16.0.1.0.1.tar.gz
Algorithm Hash digest
SHA256 91e71c900376bf4289bf1ee42724e8680ab48f6dbc4dad4eb6f1603a021a2aef
MD5 b6b6b9cb15347ac069677ad91579bc81
BLAKE2b-256 c7445b2ec7b1a3b2ceecf8bc0a2a1a6617c38651012d705d923e4d441a691d49

See more details on using hashes here.

File details

Details for the file odoo_addon_widget_list_limit_cell-16.0.1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_widget_list_limit_cell-16.0.1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 064c19874f77c05b091cf04ec70f7e480b761fe4b242e28ee09d898135da0cda
MD5 3588f5760d612ca34270b9e2544be2ff
BLAKE2b-256 80bc42a84c2c79b418ba382780702eac1e99de6891c9d1eb2450ffd7c884ad2d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page