Mass Mailing Subscription Email

mass_mailing_subscription_email
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/14.0/mass_mailing_subscription_email
VERSION
VERSION 1.0.4
CATEGORY
CATEGORYMarketing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSEnric Tobella, Ivàn Todorovich, OCA Transbot, jcoux, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mass_mailing
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - utm
    - link_tracker
    - web_editor
    - web_kanban_gauge
    - social_media
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mailing_list_view_form mailing.list field Inherits mass_mailing.mailing_list_view_form
mailing_list_view_tree mailing.list field Inherits mass_mailing.mailing_list_view_tree
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • unlink(self)
  • write(self, vals)

New fields (2)
  • subscribe_template_id Many2one → mail.template
    default=<expr> domain=[('model', '=', 'mailing.contact.subscription')] help='Leave empty to disable the email notification' string='Subscribe Notification' args: 'mail.template'
  • unsubscribe_template_id Many2one → mail.template
    default=<expr> domain=[('model', '=', 'mailing.contact.subscription')] help='Leave empty to disable the email notification' string='Unsubscribe Notification' args: 'mail.template'
Public methods (0)

No public methods.