Merge lp:~openerp-dev/openerp-web/6.1-opw-579462-cpa into lp:openerp-web/6.1

Proposed by Chirag Patel (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openerp-web/6.1-opw-579462-cpa
Merge into: lp:openerp-web/6.1
Diff against target: 11 lines (+0/-1)
1 file modified
addons/web/static/src/xml/base.xml (+0/-1)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/6.1-opw-579462-cpa
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+128003@code.launchpad.net

Description of the change

Hello,

Remove maxlenght from textarea.

Demo : Settings > Customization > Database Structure > Fields
1) Create new text field.
2) Add this text field in view.

Observed: Textarea field you can't add more then 64 char.
Expected: Textarea field char length should be unlimited.

Thanks.

To post a comment you must log in.

Unmerged revisions

2463. By Chirag Patel (OpenERP)

[FIX] Remove maxlength from textarea.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web/static/src/xml/base.xml'
2--- addons/web/static/src/xml/base.xml 2012-08-31 13:12:29 +0000
3+++ addons/web/static/src/xml/base.xml 2012-10-04 12:46:48 +0000
4@@ -1048,7 +1048,6 @@
5 <textarea rows="6"
6 t-att-name="widget.name"
7 t-att-id="widget.element_id"
8- t-att-maxlength="widget.field.size"
9 t-attf-class="field_#{widget.type}"
10 style="width: 100%"
11 ></textarea><img class="oe_field_translate oe_input_icon" t-if="widget.field.translate" t-att-src='_s + "/web/static/src/img/icons/terp-translate.png"' width="16" height="16" border="0"/>