odoo/addons/email_template
Olivier Dony 5f1dce419b [IMP] mail*: implement auto-deletion mechanism for mail.message, mail.mail and the attachment
This is based on the auto_delete flag on mail.mail
and the assumption that mail.mail records created
without a parent message will be deleted as a whole,
including the parent message and its attachments.
This is contrasted with mail.mail records created
for notifications regarding a mail.message, and therefore
created with an existing `mail_message_id` parent.
For this last case the parent must not be deleted
along with the child mail.mail, as it exists on its own.

bzr revid: odo@openerp.com-20120905151950-7jv6hi0x5fx5iytp
2012-09-05 17:19:50 +02:00
..
i18n [MERGE] Merged with addons/trunk. 2012-08-31 09:40:32 +02:00
security [IMP] email.template: review/adapt form to 7.0-style + continue refactoring polishing 2012-09-01 03:09:07 +02:00
static/src/img [IMP] mail, email_template: chatter: added forgotton images for links/buttons, cleaned a bit the CSS for the composer. 2012-07-18 15:32:34 +02:00
tests [WIP] email_template: WIP about debugging the use of email_templates. A method to get and handle values coming from generate_emial has been added. TODO: use it where necessary, clean the remaining of the code, add some tests. Added some new tests. 2012-09-03 20:11:11 +02:00
wizard [WIP] email_template: WIP about debugging the use of email_templates. A method to get and handle values coming from generate_emial has been added. TODO: use it where necessary, clean the remaining of the code, add some tests. Added some new tests. 2012-09-03 20:11:11 +02:00
__init__.py [IMP] email_template: added opt_out flag on res.partner 2011-10-05 13:38:46 +02:00
__openerp__.py [IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml and update_xml with data and adding noupdate 2012-08-22 18:32:32 +05:30
email_template.py [IMP] mail*: implement auto-deletion mechanism for mail.message, mail.mail and the attachment 2012-09-05 17:19:50 +02:00
email_template_view.xml [IMP] email.template: review/adapt form to 7.0-style + continue refactoring polishing 2012-09-01 03:09:07 +02:00
html2text.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
res_partner.py [FIX] crm: rename fields optin, optout to opt_in, opt_out, to make them consistent with opt_out in res.partner (module email_template) 2012-05-08 09:43:38 +02:00
res_partner_demo.yml [IMP] email_template: added opt_out flag on res.partner 2011-10-05 13:38:46 +02:00
res_partner_view.xml [IMP]Remove type field from the views 2012-08-08 17:49:50 +05:30