콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
936 화면

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.

아바타
취소