cubells
4d23b6c812
[9.0] [MIG] mass_mailing_unique module
8 years ago
OCA Transbot
a964a02dac
OCA Transbot updated translations from Transifex
9 years ago
Jairo Llopis
b7c4959563
[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.
9 years ago
OCA Transbot
7626fd0fdc
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
266249f1d8
[ADD] setup.py
8 years ago
OCA Git Bot
afe09a02c2
[UPD] addons table in README.md
8 years ago
Jairo Llopis
cf2dbe5b19
Merge pull request #113 from archetipo/porting_mass_mailing_partner
[9.0][MIG] Porting mass mailing partner
8 years ago
OCA Transbot
321ec0b077
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
8847923bb5
Merge pull request #138 from adhoc-dev/9.0-fix-mail-tracking-partner-view
[FIX][9.0] partner buttons view on enterprise
8 years ago
Juan Jose Scarafia
58232d291b
[FIX][9.0] partner buttons view on enterprise
8 years ago
OCA Transbot
d4f2b2b40e
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
369378a842
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
c4de0ee799
Merge pull request #135 from Tecnativa/9.0-fix_bounce_address
[9.0][FIX][mail_tracking] Use event recipient address to find partners and contacts to bounce
8 years ago
Antonio Espinosa
502206b8fa
[8.0][FIX][mail_tracking] Use event recipient address to find partners and contacts to bounce ( #133 )
8 years ago
OCA Git Bot
060361ca80
[ADD] setup.py
8 years ago
OCA Git Bot
a93dd2ac76
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
c7dccc0d3e
Merge pull request #128 from Tecnativa/9.0-mig-marketing_security_group
9.0 [mig] marketing_security_group
8 years ago
cubells
648e7b2e22
9.0 [mig] marketing_security_group
* Renaming module marketing_security_group to mass_mailing_security_group
* Changes in README
* Correct views
8 years ago
OCA Transbot
5eccbf2539
OCA Transbot updated translations from Transifex
9 years ago
Antonio Espinosa
73f1b39b70
marketing_security_group addon
9 years ago
OCA Git Bot
10e033e568
[UPD] addons table in README.md
8 years ago
Antonio Espinosa
4b7e67513a
[9.0][FIX][mail_tracking] Control exception when mail_message was removed ( #132 )
8 years ago
OCA Git Bot
4beafd43e3
[UPD] addons table in README.md
8 years ago
Antonio Espinosa
de77d8d32c
[FIX] Save and search recipient_address in lowercase ( #124 )
* [FIX] Save and search recipient_address in lowercase
* [FIX] Save partner email in lower and improve tests
* Migration script to 9.0.3.0.0
8 years ago
Pedro M. Baeza
8fca7d0e95
Merge pull request #119 from Tecnativa/9.0-mail_tracking_recipient_label
[9.0][FIX][mail_tracking] Sender label is repeated in search fields
8 years ago
Antonio Espinosa
865a2e1795
[FIX] Sender label is repeated in search fields
8 years ago
OCA Git Bot
adeb6deab1
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
60ea3860c6
Merge pull request #117 from Tecnativa/9.0-mail_tracking_portal_rule
[FIX] mail_tracking: Add access to portal/public user to his own email trackings
8 years ago
Antonio Espinosa
bd5cf560da
Add access to portal/public user to his own email trackings
8 years ago
Pedro M. Baeza
5d2a3bd93b
[FIX] email_template_qweb: Decoding is needed if not unicode
8 years ago
Pedro M. Baeza
09f821931a
[FIX] email_template_qweb: The decoding cannot be done after render_post_process call
8 years ago
Rafael Blasco
c954baf2ff
Merge pull request #114 from Tecnativa/9.0-email_template_qweb-coding-fix
[FIX] email_template_qweb: Decode body when encoded
8 years ago
Jairo Llopis
05bfb75a50
Explain patch rationale.
8 years ago
Pedro M. Baeza
ebb6bedab8
[FIX] email_template_qweb: Decode body when encoded
If the result is of type unicode, render method encodes it in utf-8.
We need to decode it in that case so that the rendering results correct.
8 years ago
archetipo
ec84af7ea1
[FIX] remarks
8 years ago
archetipo
ff2db99221
[9.0][MIG][mass_mailing_partner]
8 years ago
OCA Transbot
7a0c62ad97
OCA Transbot updated translations from Transifex
8 years ago
Jairo Llopis
f73f78eb23
[FIX][mass_mailing_partner] Avoid duplicate error.
By indicating the exact `partner_id` and ensuring no contacts associated to it are found, you avoid possible duplication errors when several partners share the same name or email.
8 years ago
Jairo Llopis
e20911df32
[FIX][mass_mailing_partner] Exclude opt_out. ( #110 )
[FIX][mass_mailing_partner] Exclude opt_out.
Now opted-out records will not be counted in the "Mailing lists" smart button
in the partner form.
8 years ago
OCA Transbot
758acb06e7
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
e4e0e76315
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
cf811506d6
OCA Transbot updated translations from Transifex
8 years ago
Antonio Espinosa
826c41d507
[8.0][IMP][mass_mailing_partner] Link mail statistics to partner ( #104 )
[IMP] mass_mailing_partner: Link mail statistics to partner
8 years ago
OCA Transbot
0a5f3daf94
OCA Transbot updated translations from Transifex
8 years ago
Javier Iniesta
608b95a438
[ADD] mass_mailing_partner
9 years ago
OCA Git Bot
ee50832ff3
[UPD] addons table in README.md
8 years ago
Antonio Espinosa
cfdc7d924b
[IMP] mail_tracking: Allow to define a custom mail_tracking base url
8 years ago
Antonio Espinosa
811bea1d54
[9.0][IMP] mail_tracking performance and bounce process ( #103 )
[IMP] mail_tracking: performance and bounce process
8 years ago
Pedro M. Baeza
0b7d36f1ac
[FIX] mail_tracking: Typo
8 years ago
Pedro M. Baeza
b5ee4ed0a1
[FIX] mail_tracking: Typo
8 years ago