Repository
OCA/mass-mailing · module folder · Try on Runboat
Module version
1.0.0
Category
Marketing
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/mass-mailing
Last tracking update
2026-08-07 09:06:36
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
David Vidal, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
A frequent need for users of mass mailings is to resend one mailing that
has already been sent in the past to new recipients that haven't
received yet that mail. But the problem is to know which are the
applicable ones.

Odoo already includes a method in its mass mailing logic that avoids to
resend the same mail 2 times for one mass mailing, and for v9, there was
a trick that allows to modify the state of a mass mailing from kanban
view, covering the need.

But now since v10 both status bar in form view and dragging between
states in kanban are not allowed.

This module introduces a button to restart a mass mailing to draft
state, allowing you to reevaluate the sending domain or list for
performing again the mailing.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_mail_mass_mailing_form mailing.mailing form Inherits mass_mailing.view_mail_mass_mailing_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • button_draft(self)
    Return to draft state for resending the mass mailing.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…