Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
2243 Переглядів

I am using Odoo online.
When I create a contact I would like to capture as much information as possible, including their LinkedIn profile link.
Is there a standard field for this, and other social media links? Or is there a way of adding a field to capture this?

This is a standard feature in other CRMs but I can solve it in Odoo.

Аватар
Відмінити
Найкраща відповідь

Well, if you are using Odoo 17 you can create a new field through studio for Contact in which you can add LinkedIn Profile URL which will also be showing in List view as well.

Аватар
Відмінити
Найкраща відповідь

Hi,


You can add a custom field to the contact form in Odoo. Follow these steps:

1) Activate Developer Mode and go to Settings --> Technical --> Database Structure --> Models. Then open res.partner model go to the "Fields" tab and click "Add a line". Set the field name, label, type, and other necessary details for the new field and save the field. 


2) Still in Developer Mode, go to the Contacts module. Open any contact or create a new one. Click on the debug icon (bug icon) in the top-right corner and select "Edit View: Form." 


3) Add the new field to the appropriate position in the form view. For example:

<field name="x_linkedin_profile"/>



Hope it helps

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лип. 25
1349
3
лист. 24
4949
3
лист. 23
7778
upload bulk contacts Вирішено
1
квіт. 23
2754
2
лип. 25
301