I'm looking for a way to export the names (first name and last name) of the contact persons from the Contacts app in a separate column without an active filter. I am using odoo 14 enterprise online
What I am able to export
|
Name |
|
Example Company |
|
John Doe |
|
Acme Corporation |
|
Globex Corporation |
|
Paula Poe |
|
Tommy Toe |
|
Soylent Corp |
|
Initech Inc. |
|
Richard Roe |
|
Display Name |
|
Example Company |
|
Example Company, John Doe |
|
Acme Corporation |
|
Globex Corporation |
|
Globex Corporation, Paula Poe |
|
Globex Corporation, Tommy Toe |
|
Soylent Corp |
|
Initech Inc. |
|
Initech Inc., Richard Roe |
|
Commercial Company Name |
|
Example Company |
|
|
|
Acme Corporation |
|
Globex Corporation |
|
|
|
|
|
Soylent Corp |
|
Initech Inc. |
|
|
What do I need to export
Contact Name |
|
John Doe |
|
|
Paula Poe |
Tommy Toe |
|
|
Richard Roe |
Thanks