Antonio Espinosa
a1035abf89
[8.0][FIX][mail_tracking] Use event recipient address to find partners and contacts to bounce ( #133 )
2020-02-05 14:57:34 +01:00
Antonio Espinosa
d884e4802f
Add access to portal/public user to his own email trackings
2020-02-05 14:57:34 +01:00
Antonio Espinosa
5e7612118b
[IMP] mail_tracking: Allow to define a custom mail_tracking base url
2020-02-05 14:57:34 +01:00
Antonio Espinosa
c02aa2b5bb
[IMP] mail_tracking performance and bounce process ( #103 )
2020-02-05 14:57:34 +01:00
Damien Bouvy
a4b0b20d57
[MIG] mail_tracking: Migrated to 10.0
2020-02-05 14:57:34 +01:00
Pedro M. Baeza
a71b956d4a
[MIG] Make modules uninstallable
2020-02-05 14:57:34 +01:00
Pedro M. Baeza
4113593ceb
[FIX] mail_tracking: Typo
2020-02-05 14:57:34 +01:00
Antonio Espinosa
9fc34be574
[MIG] mail_tracking
...
* Improve tests
* Show trackings even if partner removed
* Disable CSRF protection to webhooks controllers
2020-02-05 14:57:34 +01:00
Antonio Espinosa
5b6ca43622
[FIX] Update email_score when email changes
2020-02-05 14:57:34 +01:00
Antonio Espinosa
ba88f8ae71
[8.0][IMP][mail_tracking] Speed installation time and discard concurrent events ( #82 )
...
[IMP] mail_tracking: Speed installation time, discard concurrent events and other fixes
2020-02-05 14:57:34 +01:00
Antonio Espinosa
0a5c9adcd7
[8.0][ADD] mail_tracking addon ( #67 )
...
* [ADD] mail_tracking addon
* Add description icon
* Fixes remarked
* Fix Travis error
* Remarks fixed
2020-02-05 14:57:34 +01:00
Pedro M. Baeza
afa0f17648
[IMP] : black, isort
2020-02-05 10:32:10 +01:00
ernesto
5f8c96d872
[12.0][FIX] mass_mailing_resend: Remove alert-* class
2020-02-05 09:41:06 +01:00
ernesto
231fc6a9e0
[MIG] mass_mailing_resend: Migration to 12.0
2020-02-05 09:41:06 +01:00
Pedro M. Baeza
ab8f9003b9
[MIG] mass_mailing_resend: Migration to 11.0
...
* Standard procedure
* Adopt README by fragments
* Adapt tests
2020-02-05 09:41:06 +01:00
OCA Transbot
a2768bc805
OCA Transbot updated translations from Transifex
2020-02-05 09:41:06 +01:00
Pedro M. Baeza
814c9327b2
[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).
2020-02-05 09:38:26 +01:00
eduardgm
706a4fa5aa
Translated using Weblate (Spanish)
...
Currently translated at 88.9% (16 of 18 strings)
Translation: social-13.0/social-13.0-mail_activity_board
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_activity_board/es/
2020-02-02 21:13:39 +00:00
eduardgm
9ab83c0928
Added translation using Weblate (Spanish)
2020-02-02 19:00:06 +00:00
OCA Transbot
473260343d
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-13.0/social-13.0-email_template_qweb
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-email_template_qweb/
2020-01-31 17:52:35 +00:00
OCA Bot
110f919c99
[UPD] .travis.yml: Use verbose colored pre-commit [skip ci]
2020-01-31 18:52:28 +01:00
Laurent Corron
888ad4a8aa
Translated using Weblate (French)
...
Currently translated at 100.0% (18 of 18 strings)
Translation: social-13.0/social-13.0-mail_activity_board
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_activity_board/fr_BE/
2020-01-28 11:55:27 +00:00
Laurent Corron
1b28c57caa
Added translation using Weblate (French)
2020-01-28 11:50:44 +00:00
OCA-git-bot
5972283acb
[ADD] setup.py
2020-01-17 15:14:52 +00:00
OCA-git-bot
266654ee47
[UPD] README.rst
2020-01-17 15:14:51 +00:00
oca-travis
cf61ca2ce7
[UPD] Update mail_inline_css.pot
2020-01-17 15:08:06 +00:00
OCA-git-bot
e387d01c97
Merge PR #488 into 13.0
...
Signed-off-by simahawk
2020-01-17 15:00:43 +00:00
Simone Orsi
01ccbe38bc
Add premailer python requirement
2020-01-17 15:10:43 +01:00
Simone Orsi
2e0487593a
[MIG] mail_inline_css: Migration to 13.0
2020-01-17 15:10:43 +01:00
Simone Orsi
7216bc3d40
[REF] mail_inline_css: apply pre-commit
2020-01-17 15:10:43 +01:00
OCA Transbot
0b9bceb9ee
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-12.0/social-12.0-mail_inline_css
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_inline_css/
2020-01-17 15:10:43 +01:00
OCA-git-bot
993ac9b28c
[UPD] README.rst
2020-01-17 15:10:43 +01:00
oca-travis
e382eb5daf
[UPD] Update mail_inline_css.pot
2020-01-17 15:10:43 +01:00
Simone Orsi
8552c797ca
mail_inline_css: unify premailer transform apply
2020-01-17 15:10:43 +01:00
Simone Orsi
5cc78ee308
[MIG] mail_inline_css: Migration to 12.0
2020-01-17 15:10:43 +01:00
OCA-git-bot
b94d58b52f
[UPD] README.rst
2020-01-17 15:10:43 +01:00
oca-travis
735cfe5f28
[UPD] Update mail_inline_css.pot
2020-01-17 15:10:43 +01:00
OCA-git-bot
4cd227e8da
[ADD] icon.png
2020-01-17 15:10:43 +01:00
mpanarin
53127dad71
[IMP] mail_inline_css: allow passing options to premailer
2020-01-17 15:10:43 +01:00
Timon Tschanz
017000413b
[IMP] mail_inline_css: Improve and add test cov
2020-01-17 15:10:43 +01:00
Timon Tschanz
4e8846191d
[11.0][MIG] mail_inline_css
2020-01-17 15:10:43 +01:00
oca-travis
d7c7c6f420
[UPD] Update mail_inline_css.pot
2020-01-17 15:10:43 +01:00
OCA Transbot
ee235ebcd1
OCA Transbot updated translations from Transifex
2020-01-17 15:10:43 +01:00
David Beal
b5255aefe5
IMP README use case
2020-01-17 15:10:43 +01:00
David Beal
98b995c95c
ADD module mail_inline_css
2020-01-17 15:10:43 +01:00
OCA-git-bot
6c9db6a4c9
[ADD] setup.py
2020-01-17 12:44:16 +00:00
OCA-git-bot
e4eaab3bf4
[UPD] README.rst
2020-01-17 12:44:15 +00:00
oca-travis
ab9d77edaf
[UPD] Update email_template_qweb.pot
2020-01-17 12:39:49 +00:00
OCA-git-bot
9d864e0102
Merge PR #482 into 13.0
...
Signed-off-by simahawk
2020-01-17 12:32:39 +00:00
OCA Transbot
f006c998ca
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: social-13.0/social-13.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_optional_autofollow/
2020-01-15 09:25:34 +00:00