跳至内容
菜单
此问题已终结
2 回复
828 查看

When using odoo to read email accounts, process incoming email via various apps like Recruit, the system creates contact records for every email/meeting sent to the mailbox in question.

Is there a way to prevent, selectively or globally, the creation of contact records based on an email account that is synced or incoming email server configuration?

形象
丢弃
编写者 最佳答案

Thanks for the prompt response. Are you stating that for every "source" email account that is either synced or an incoming mail server, you can use this logic? A Customization OR a Server Actions OR a External filter?

Can you provide an example for each scenario? I can then have our developer work these methods to see which is the best fit

Customization: You can modify the email processing logic (e.g., message_new) to selectively or globally block contact creation based on sender addresses or domains.

Server Actions/Filters: Use server actions or custom filters to skip contact creation for specific email accounts.

External Filtering: Employ an external email filtering service to block unwanted emails before they are processed by Odoo.

形象
丢弃
最佳答案

Customization: You can modify the email processing logic (e.g., message_new) to selectively or globally block contact creation based on sender addresses or domains.

Server Actions/Filters: Use server actions or custom filters to skip contact creation for specific email accounts.

External Filtering: Employ an external email filtering service to block unwanted emails before they are processed by Odoo.

形象
丢弃