OCA-git-bot
8fc5c85456
[UPD] README.rst
2018-12-05 09:50:40 +00:00
Pedro M. Baeza
903b64956d
Merge pull request #317 from Tecnativa/12.0-mig-mail_attach_existing_attachment
...
12.0 mig mail_attach_existing_attachment
2018-12-05 10:50:33 +01:00
ernesto
8d8aab8256
[MIG] mail_attach_existing_attachment: Migration to 12.0
2018-12-05 10:22:05 +01:00
oca-travis
410db7814d
[UPD] Update mail_attach_existing_attachment.pot
2018-12-05 10:22:05 +01:00
ernesto
01ea4f9660
[MIG] mail_attach_existing_attachment: Migration to 11.0
2018-12-05 10:22:05 +01:00
OCA Transbot
32d09270cb
OCA Transbot updated translations from Transifex
2018-12-05 10:22:05 +01:00
Damien Bouvy
b0338ed31e
[MIG] mail_attach_existing_attachment: Migrated to 10.0
2018-12-05 10:22:05 +01:00
OCA Transbot
dee4a93f18
OCA Transbot updated translations from Transifex
2018-12-05 10:21:26 +01:00
Sergio Teruel Albert
937ea45db4
[MIG][9.0] mail_attach_existing_attachment: Module migrated ( #68 )
...
* [MIG][9.0] mail_attach_existing_attachment: Module migrated
2018-12-05 10:21:10 +01:00
OCA Transbot
968a5cdb21
OCA Transbot updated translations from Transifex
2018-12-05 10:20:51 +01:00
Adrien Peiffer (ACSONE)
3c9b1e7fe3
[IMP][mail_attach_existing_attachment] Change module name
2018-12-05 10:20:51 +01:00
oca-travis
854bc221ef
[UPD] Update mass_mailing_unique.pot
2018-11-29 08:00:48 +00:00
oca-travis
78f489c8d9
[UPD] Update mass_mailing_resend.pot
2018-11-29 08:00:48 +00:00
OCA-git-bot
568ed2c1e3
[ADD] setup.py
2018-11-29 07:53:22 +00:00
OCA-git-bot
0e2e853fb1
[UPD] README.rst
2018-11-29 07:53:22 +00:00
ernesto
879131e364
[MIG] mass_mailing_unique: Migration to 12.0
2018-11-29 08:53:16 +01:00
OCA Git Bot
1f28459405
[UPD] README.rst
2018-11-29 08:53:16 +01:00
oca-travis
8ebb5e8d3d
[UPD] Update mass_mailing_unique.pot
2018-11-29 08:53:16 +01:00
ernesto
29d8a2c0ff
[MIG] mass_mailing_unique: Migration to 11.0
2018-11-29 08:53:16 +01:00
OCA Transbot
a868ec369f
OCA Transbot updated translations from Transifex
2018-11-29 08:53:16 +01:00
Pedro M. Baeza
c7b6277211
[MIG] mass_mailing_unique: Migration to 10.0
2018-11-29 08:53:16 +01:00
OCA Transbot
ec136fa5ef
OCA Transbot updated translations from Transifex
2018-11-29 08:53:16 +01:00
Pedro M. Baeza
5750ba9277
[IMP] mass_mailing_unique: Add tests
2018-11-29 08:53:16 +01:00
cubells
8984309d88
[9.0] [MIG] mass_mailing_unique module
2018-11-29 08:53:16 +01:00
Jairo Llopis
2b9bd5a24c
[ADD] mass_mailing_unique: Avoid duplicates.
...
This new module avoids duplicates in mass mailing lists.
Now you cannot have 2 lists with the same name, and you cannot have the same
email repeated in a list.
This will avoid sending the same mail to a contact repeated times, which will
disturb him and most probably cause you to be blocked as spam.
2018-11-29 08:53:16 +01:00
OCA-git-bot
b2349eaaf3
[ADD] setup.py
2018-11-29 07:52:50 +00:00
ernesto
7e7f4d4f75
[12.0][FIX] mass_mailing_resend: Remove alert-* class
2018-11-29 08:52:45 +01:00
ernesto
858e5c808d
[MIG] mass_mailing_resend: Migration to 12.0
2018-11-29 08:52:45 +01:00
OCA Git Bot
c9d34199c7
[UPD] README.rst
2018-11-29 08:52:45 +01:00
oca-travis
fc2ef36b69
[UPD] Update mass_mailing_resend.pot
2018-11-29 08:52:45 +01:00
Pedro M. Baeza
991736f793
[MIG] mass_mailing_resend: Migration to 11.0
...
* Standard procedure
* Adopt README by fragments
* Adapt tests
2018-11-29 08:52:45 +01:00
oca-travis
45a9c65e0b
[UPD] Update mass_mailing_resend.pot
2018-11-29 08:52:45 +01:00
OCA Transbot
8102086930
OCA Transbot updated translations from Transifex
2018-11-29 08:52:45 +01:00
Pedro M. Baeza
176fb7bedd
[ADD] mass_mailing_resend ( #210 )
...
* [ADD] mass_mailing_resend
Resend mass mailings
====================
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 on 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.
Usage
=====
* Go to *Mass mailing > Mailings > Mass Mailings*.
* Click on one record that is done or create a new one and send it.
* You will see a button called "Resend".
* If you click on it, mass mailing will be set to Draft again.
Known issues / Roadmap
======================
* Add an indicator / filter for knowing resent mailings.
* Include information on the number of new recipients to be sent on the
resending (through `get_remaining_recipients` method).
2018-11-29 08:52:45 +01:00
oca-travis
ec05c66f64
[UPD] Update mail_debrand.pot
2018-11-08 11:25:43 +00:00
OCA-git-bot
fc5e1e8578
[ADD] setup.py
2018-11-08 10:51:23 +00:00
Pedro M. Baeza
5e92bf858b
Merge pull request #321 from odoonz/12.0-mig-mail_debrand
...
12.0 mig mail debrand
2018-11-08 11:51:19 +01:00
Graeme Gellatly
0b84d92c0a
Rewrite mail_debrand for v12
2018-11-07 22:25:56 +13:00
oca-travis
776f65e732
[UPD] Update mail_debrand.pot
2018-11-07 17:47:31 +13:00
Lois Rilo
0332039c33
[11.0][MIG] mail_debrand
2018-11-07 17:47:31 +13:00
OCA Transbot
5233d16536
OCA Transbot updated translations from Transifex
2018-11-07 17:47:31 +13:00
Pedro M. Baeza
1fbd15f88c
[MIG] mail_debrand
...
There's no commits preservation, as the module doesn't serve as is on v9.
2018-11-07 17:47:31 +13:00
oca-travis
b1aa53ffbf
[UPD] Update mail_track_diff_only.pot
2018-10-30 16:16:07 +00:00
OCA-git-bot
a6d5375537
[ADD] setup.py
2018-10-30 15:55:16 +00:00
OCA-git-bot
4e2c96bb7c
[UPD] README.rst
2018-10-30 15:55:16 +00:00
Moises Lopez - https://www.vauxoo.com/
7360d3b0b0
Merge pull request #311 from vauxoo-dev/12.0-mail_track_diff_only
...
[Add] mail_track_diff_only
2018-10-30 09:55:08 -06:00
Hugo Adan
8738140374
[Add] mail_track_diff_only
2018-10-23 17:43:27 +00:00
OCA Git Bot
809a471721
[ADD] setup.py
2018-10-06 11:49:49 +02:00
OCA git bot
110af448bd
[MIG] .travis.yml: Upgrade to Postgres 9.6
2018-10-01 09:30:34 +02:00
OCA git bot
d5680d0c03
[MIG] Add metafiles
...
[skip ci]
2018-09-27 02:38:47 +02:00