Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
2078 Visualizzazioni

how to get all email addresses from odoo database​? Is there anyway to automate the process?

Avatar
Abbandona
Risposta migliore

You can use Odoo's API if you need to automate it.

https://www.odoo.com/documentation/12.0/webservices/odoo.html

Avatar
Abbandona
Risposta migliore

Hello,

You can export the email field from the needed model.

Like: Partner, Employee, User, etc


Thanks

Avatar
Abbandona