跳至內容
選單
此問題已被標幟
3 回覆
2067 瀏覽次數

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

頭像
捨棄
最佳答案

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

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

頭像
捨棄
最佳答案

Hello,

You can export the email field from the needed model.

Like: Partner, Employee, User, etc


Thanks

頭像
捨棄