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

Can we  DELETE - records under -Setting-Technical-Notification -what will be impact


we have  100,000 +  records  under this navigation   and it is consuming  lot of spaces


as we are in .SH hosting



아바타
취소
베스트 답변

Hi,

In Odoo, the records under Settings → Technical → Email → Notifications come from the mail.notification model. These are created every time a notification is sent, such as an email, chatter message, or activity reminder. They are not business-critical data like invoices or sales orders but rather logs that track who received which notification.

It is generally safe to delete old notification records, especially if they are consuming a lot of space, as in your Odoo.SH environment. Doing so won’t remove the actual emails, chatter messages, or activities, but it will remove the delivery logs. However, there are some side effects: message read/unread status might be affected, pending emails will no longer be retried, and any audit trail of notifications will be lost.

The best practice is to delete old notifications in bulk, for example, anything older than six months or a year, instead of clearing everything at once. This can be done using a scheduled action so the cleanup happens automatically. On Odoo.SH, this helps reduce database size, improving performance and lowering hosting costs.


Hope it helps

아바타
취소