Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
web
Folder size
0.0 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
http://www.initos.com
Last tracking update
2026-08-07 06:56:09
Authors
initOS GmbH
Maintainers
initOS GmbH
Committers
Nikolina Todorova
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description

* Add new functionality for TextField.
You can change default values by context varibles 'maxlines' and
'maxlength'.
If data contains more characters or lines, it will be cut.
Example of usage:
<field name="some_text_field"
       context="{'maxlines': 8, 'maxlength': 400}"
/>

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.