Hi friends,
I have defined a string variable 'desc' as below:
'desc': fields.char('Description', size=50),
Now i can enter upto 50 chars in form. But i have set limit only for 20 chars when displays this field in report.Give me python methods to solve this.Thanks