Skip to Content
मेन्यू
This question has been flagged
3705 Views

How can I define attributes in a .py with a field different than state?

Inside a .py I can tell a field to be readonly if their state is for example draft:

'name': fields.char( 'Name', readonly=True, states={'draft': [('readonly', False)]}),

how can i do this with a field different to state, for example a boolean 'manual'?

Avatar
Discard
Related Posts Replies Views Activity
2
अग॰ 25
1542
0
मार्च 25
1744
4
अप्रैल 24
174742
0
दिस॰ 23
2478
5
जुल॰ 25
229752