Skip to Content
Menu
This question has been flagged
2 Replies
3955 Views

When I add large text to Char/Text field in odoo it overflows as shown in the below image

https://prnt.sc/qyhxhx

Avatar
Discard
Best Answer

Copy the text and paste with matching the current format/style. That is how I fixed my overflow text issues before.

Avatar
Discard
Best Answer

It seems the hypothetical situation no word could that much longer.
in a real use case, there could be a sentence (word separated by space) in that case you can specify max-width on field XML definition.
<field name="test" style="max-width: 200px"/>

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 24
425
1
Jul 24
466
2
May 23
1000
1
Dec 22
1255
2
Mar 18
18353