Skip to Content
Menu
This question has been flagged
1 Reply
3503 Views

The contact's Title field is not edit-able. I added some Titles, and there is no way to edit or delete the title. There should be an arrow icon pointing to the Title field where we click on it, we can modify the title or delete it but I don't see it. Are we gonna dig into the database to make changes? Screenshot attached:

https://s1.postimg.org/1d8nfi1zbz/where_to_update.png


Avatar
Discard
Best Answer

Hi,

 Activate the developer mode, Then navigate to Sales -> Configuration - > Contact  -> Contact Titles , from here you can edit the existing titles and can create new titles for the contacts.



You are not getting the pointing arrow because of,

<field name="title" options='{"no_open": True}'
attrs="{'invisible': [('is_company', '=', True)]}"/>


See the field definition. There you can see , options='{"no_open": True}', if you remove this from the code. you will get the pointing icon.



Thanks

Avatar
Discard

We need to get the abbreviation of "Miss" set to "Ms."

Edit it from here: Sales -> Configuration - > Contact -> Contact Titles

Related Posts Replies Views Activity
2
Oct 23
4748
2
Nov 22
5159
0
Sep 21
1773
4
Aug 20
6580
2
Mar 20
9691