SomItCoop ODOO widget to set limit columns on list view.
Project description
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
Contributors
-
Álvaro García <alvaro.garcia@somit.coop>
José Robles <jose.robles@somit.coop>
Juan Manuel Regalado <juanmanuel.regalado@somit.coop>
-
Gerard Funosas <gerard.funosas@somconnexio.coop>
Maintainers
This module is maintained by the OCA.
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
Release history Release notifications | RSS feed
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
- Download URL: odoo-addon-widget_list_limit_cell-16.0.1.0.1.tar.gz
- Upload date:
- Size: 650.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91e71c900376bf4289bf1ee42724e8680ab48f6dbc4dad4eb6f1603a021a2aef |
|
MD5 | b6b6b9cb15347ac069677ad91579bc81 |
|
BLAKE2b-256 | c7445b2ec7b1a3b2ceecf8bc0a2a1a6617c38651012d705d923e4d441a691d49 |
File details
Details for the file odoo_addon_widget_list_limit_cell-16.0.1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: odoo_addon_widget_list_limit_cell-16.0.1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 650.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 064c19874f77c05b091cf04ec70f7e480b761fe4b242e28ee09d898135da0cda |
|
MD5 | 3588f5760d612ca34270b9e2544be2ff |
|
BLAKE2b-256 | 80bc42a84c2c79b418ba382780702eac1e99de6891c9d1eb2450ffd7c884ad2d |