odoo/addons/mass_mailing
Thibault Delavallée c64b077362 [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore
- [FIX] bounce regex: too many emails were considered as bounce and therefore
not displayed in the chatter and lost for the communication history. The regex
was not correctly looking for the bounce alias in the email_to.
- [FIX] invite email: replying to the invitation email (invitation as new
follower) now replies to the user sending the invitation.
- [FIX] mass_mailing: added a column to store the id of the original email
in addition to the many2one column. The many2one is set to null when deleting
the original email. As the information is necessary, it is saved on another
field. The many2one is necessary for indexes purpose as the inverse of
a one2many.
2014-08-11 15:39:26 +02:00
..
controllers [FIX] mass_mailing: possibility to subscribe again to a mailing list 2014-08-01 14:20:55 +02:00
data [FIX] website_mail: fixed template choice and body duplication in the email designer that was buddy; added some css to the page to make it more look like an email designer; also added a demo data for a template for mass mailing contacts in mass_mailing module. 2014-06-03 10:56:05 +02:00
doc [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
models [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore 2014-08-11 15:39:26 +02:00
security [REM] mass_mailing: removed report, a graph view on statistics will be sufficient 2014-04-15 11:58:17 +02:00
static [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
tests [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
views [FIX] mail: fixed bounce email recognition + invite email headers + mass mailing statistics not lost anymore 2014-08-11 15:39:26 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [REF] mass_mailing: moved files in models/data/views directories. 2014-03-17 15:32:31 +01:00
__openerp__.py [REV] attempt to revert incorrect removals in f4d78ae738 2014-05-30 16:00:28 +02:00