Skip to Content
Menu
This question has been flagged

i want to change field size attribute dynamically if user define 15 then digit limit should be 15 if user define 10 then field size should be 10 

any solution you suggest pls ..


what i'm doing 

```

@api.multi 

 @api.onchange('id_proof') 

 def _id_proof_onchange(self):

 return {'attrs': {'id_proof_no': [('size', '=', self.id_proof.digit_limit)]}}


```


no result 

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 21
8147
1
May 19
2075
2
Jan 19
17367
1
Jul 24
7161
6
Mar 24
21655