how to get all email addresses from odoo database? Is there anyway to automate the process?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
3
Vastaukset
2080
Näkymät
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
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy
Thank you