| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/11.0/mail_digest |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Holger Brunn, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Simone Orsi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
default_digest_tmpl |
Mail digest default template | ir.ui.view | qweb | New |
digest_layout |
Mail digest layout | ir.ui.view | qweb | New |
digest_layout_preview |
Mail digest layout preview | ir.ui.view | qweb | New |
mail_digest_form |
mail_digest mail.digest.form | mail.digest | form | New |
mail_digest_tree |
mail_digest mail.digest.tree | mail.digest | tree | New |
notification_form |
user.notification.conf form | user.notification.conf | form | New |
notification_tree |
user.notification.conf tree | user.notification.conf | tree | New |
view_users_form_mail |
mail_digest res.users notification settings | res.users | field | Inherits mail.view_users_form_mail |
view_users_form_simple_modif_mail |
mail_digest res.users notification preferences | res.users | field | Inherits mail.view_users_form_simple_modif_mail |
digest_template_id
Many2one → ir.ui.view
default=<expr>
domain=[('type', '=', 'qweb')]
ondelete='set null'
args: 'ir.ui.view', 'Qweb mail template'
frequency
Selection
readonly=True
related='user_id.digest_frequency'
mail_id
Many2one → mail.mail
ondelete='set null'
args: 'mail.mail', 'Mail'
message_ids
Many2many → mail.message
comodel_name='mail.message'
string='Messages'
name
Char
compute='_compute_name'
readonly=True
string='Name'
sanitize_msg_body
Boolean
default=True
help='Collected messages can have different styles applied on each element. If this flag is enabled (default) each message content will be sanitized before generating the email.'
string='Sanitize message body'
state
Selection
readonly=True
related='mail_id.state'
user_id
Many2one → res.users
comodel_name='res.users'
ondelete='cascade'
readonly=True
required=True
string='User'
action_create_email(self)
create_email(self, template=None)
create_or_update(self, partners, message)
message_body(self, msg, strip_style=True)
process(self, frequency='daily', domain=None)
No new fields.
Public methods (1)real_user_id(self)
digest_frequency
Selection
default='weekly'
required=True
selection=[('daily', 'Daily'), ('weekly', 'Weekly')]
string='Frequency'
digest_mode
Boolean
default=False
help='If enabled, email notifications will be sent in digest mode.'
disabled_notify_subtype_ids
Many2many → mail.message.subtype
comodel_name='mail.message.subtype'
compute='_compute_notify_subtype_ids'
search='_search_disabled_notify_subtype_ids'
string='User disabled subtypes'
enabled_notify_subtype_ids
Many2many → mail.message.subtype
comodel_name='mail.message.subtype'
compute='_compute_notify_subtype_ids'
search='_search_enabled_notify_subtype_ids'
string='User enabled subtypes'
notify_conf_ids
One2many → user.notification.conf
comodel_name='user.notification.conf'
inverse_name='user_id'
string='Notifications'
No public methods.
enabled
Boolean
default=True
index=True
subtype_id
Many2one → mail.message.subtype
index=True
ondelete='cascade'
required=True
args: 'mail.message.subtype', 'Notification type'
user_id
Many2one → res.users
comodel_name='res.users'
index=True
ondelete='cascade'
readonly=True
required=True
string='User'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/10.0/mail_digest |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Simone Orsi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web_kanban - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
default_digest_tmpl |
Mail digest default template | ir.ui.view | qweb | New |
digest_layout |
Mail digest layout | ir.ui.view | qweb | New |
digest_layout_preview |
Mail digest layout preview | ir.ui.view | qweb | New |
mail_digest_form |
mail_digest mail.digest.form | mail.digest | form | New |
mail_digest_tree |
mail_digest mail.digest.tree | mail.digest | tree | New |
notification_form |
partner.notification.conf form | partner.notification.conf | form | New |
notification_tree |
partner.notification.conf tree | partner.notification.conf | tree | New |
notifications_emails_partner_info_form |
mail.notifications res.partner.form | res.partner | xpath | Inherits mail.view_emails_partner_info_form |
view_email_template_corporate_identity |
view_email_template_corporate_identity | ir.ui.view | qweb | New |
view_email_template_demo1 |
view_email_template_demo1 | ir.ui.view | qweb | New |
view_users_form_mail |
mail_digest res.users notification settings | res.users | field | Inherits mail.view_users_form_mail |
view_users_form_simple_modif_mail |
mail_digest res.users notification preferences | res.users | field | Inherits mail.view_users_form_simple_modif_mail |
digest_template_id
Many2one → ir.ui.view
default=<expr>
domain=[('type', '=', 'qweb')]
oldname='template_id'
ondelete='set null'
args: 'ir.ui.view', 'Qweb mail template'
frequency
Selection
readonly=True
related='partner_id.notify_frequency'
mail_id
Many2one → mail.mail
ondelete='set null'
args: 'mail.mail', 'Mail'
message_ids
Many2many → mail.message
comodel_name='mail.message'
string='Messages'
name
Char
compute='_compute_name'
readonly=True
string='Name'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
readonly=True
required=True
string='Partner'
sanitize_msg_body
Boolean
default=True
help='Collected messages can have different styles applied on each element. If this flag is enabled (default) each message content will be sanitized before generating the email.'
string='Sanitize message body'
state
Selection
readonly=True
related='mail_id.state'
action_create_email(self)
create_email(self, template=None)
create_or_update(self, partners, message, subtype_id=None)
message_body(self, msg, strip_style=True)
process(self, frequency='daily', domain=None)
enabled
Boolean
default=True
index=True
partner_id
Many2one → res.partner
comodel_name='res.partner'
index=True
ondelete='cascade'
readonly=True
required=True
string='Partner'
subtype_id
Many2one → mail.message.subtype
index=True
ondelete='cascade'
required=True
args: 'mail.message.subtype', 'Notification type'
No public methods.
disabled_notify_subtype_ids
Many2many → mail.message.subtype
comodel_name='mail.message.subtype'
compute='_compute_disabled_notify_subtype_ids'
search='_search_disabled_notify_subtype_ids'
string='Partner disabled subtypes'
enabled_notify_subtype_ids
Many2many → mail.message.subtype
comodel_name='mail.message.subtype'
compute='_compute_enabled_notify_subtype_ids'
search='_search_enabled_notify_subtype_ids'
string='Partner enabled subtypes'
notify_conf_ids
One2many → partner.notification.conf
comodel_name='partner.notification.conf'
inverse_name='partner_id'
string='Notifications'
notify_email
Selection
selection_add=[('digest', _('Digest'))]
notify_frequency
Selection
default='weekly'
required=True
selection=[('daily', 'Daily'), ('weekly', 'Weekly')]
string='Frequency'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/9.0/mail_digest |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Simone Orsi |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web_kanban - web - bus |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
default_digest_tmpl |
Mail digest default template | ir.ui.view | qweb | New |
digest_layout |
Mail digest layout | ir.ui.view | qweb | New |
mail_digest_form |
mail_digest mail.digest.form | mail.digest | form | New |
mail_digest_tree |
mail_digest mail.digest.tree | mail.digest | tree | New |
notification_form |
partner.notification.conf form | partner.notification.conf | form | New |
notification_tree |
partner.notification.conf tree | partner.notification.conf | tree | New |
notifications_email_user_info_form |
mail.notifications res.users.form | res.users | xpath | Inherits mail.view_users_form_mail |
notifications_emails_partner_info_form |
mail.notifications res.partner.form | res.partner | xpath | Inherits mail.view_emails_partner_info_form |
view_email_template_corporate_identity |
view_email_template_corporate_identity | ir.ui.view | qweb | New |
view_email_template_demo1 |
view_email_template_demo1 | ir.ui.view | qweb | New |
frequency
Selection
readonly=True
related='partner_id.notify_frequency'
mail_id
Many2one → mail.mail
ondelete='set null'
args: 'mail.mail', 'Mail'
message_ids
Many2many → mail.message
comodel_name='mail.message'
string='Messages'
name
Char
compute='_compute_name'
readonly=True
string='Name'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
readonly=True
required=True
string='Partner'
state
Selection
related='mail_id.state'
create_email(self, template=None)
create_or_update(self, partners, message, subtype_id=None)
process(self, frequency='daily', domain=None)
enabled
Boolean
default=True
index=True
partner_id
Many2one → res.partner
comodel_name='res.partner'
index=True
ondelete='cascade'
readonly=True
required=True
string='Partner'
subtype_id
Many2one → mail.message.subtype
ondelete='cascade'
required=True
args: 'mail.message.subtype', 'Notification type'
No public methods.
disabled_notify_subtype_ids
Many2many → mail.message.subtype
comodel_name='mail.message.subtype'
compute='_compute_disabled_notify_subtype_ids'
search='_search_disabled_notify_subtype_ids'
string='Partner disabled subtypes'
enabled_notify_subtype_ids
Many2many → mail.message.subtype
comodel_name='mail.message.subtype'
compute='_compute_enabled_notify_subtype_ids'
search='_search_enabled_notify_subtype_ids'
string='Partner enabled subtypes'
notify_conf_ids
One2many → partner.notification.conf
comodel_name='partner.notification.conf'
inverse_name='partner_id'
string='Notifications'
notify_email
Selection
selection_add=[('digest', _('Digest'))]
notify_frequency
Selection
default='weekly'
required=True
selection=[('daily', 'Daily'), ('weekly', 'Weekly')]
string='Frequency'
No public methods.