This question has been flagged
1 Reply
2911 Views

i have Boolean field that is show in chatter True/False but i want to log Yes/No Active/Deactivate 

i also want to change Field label in Chatter just like field name is fname i want to show in Chatter Full name 

first question is want to change value of fields Chatter 

second question is want to change label of fields in Chatter

is it possible ? 

Avatar
Discard
Best Answer


- Boolean Field is True/False maybe you can make a selection then just put it's widget to radio in the views so you can define your own values

 - For the Label of the field in chatter it will follow what you put as string in the field you created: 

for example: full_name= fields.Char(string="Employee's Full Name")



Avatar
Discard