Commit Graph

237 Commits

Author SHA1 Message Date
YSA (Openerp) 1513a9ae77 [IMP] clean email_template module, merge email_template and mail_gateway module, developed email_gateway module. task ID-2007.
bzr revid: ysa@tinyerp.com-20110201114308-nwb7qzj8ko99eerw
2011-02-01 17:13:08 +05:30
Olivier Ligot f76cb13bed [FIX] email template mailbox from field
- Use variable name (email_id) instead of string ('email_id')
- Remove comma at end of line so that email_from local variable type is unicode, and not tuple of unicode

bzr revid: olivier.ligot@groupes.be-20110113130217-ibc8pc7vy11ekntm
2011-01-13 14:02:17 +01:00
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
P. Christeas 749e24645e email_template: cleanup the startup warning lines.
Multiple coding malpractices (I can't name them errors, yet) were in those
lines:
 - they used the netsvc.Logger() interface, which is deprecated
 - they wrapped too much (we're not COBOL)
 - they used capital letters for an object
 - they defined a logger object that would live throughout the module
   life, although it would only be useful for startup
 - they used the gettext function, although there is absolutely no context
   around to provide a language.

bzr revid: p_christ@hol.gr-20101127201408-gnn6js103fbpw8ou
2010-11-27 22:14:08 +02:00
qdp-launchpad@tinyerp.com 382779126a [MERGE] merged the dev team2 branch
bzr revid: qdp-launchpad@tinyerp.com-20101126161359-s02ik0bmz3l8lt9u
2010-11-26 17:13:59 +01:00
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
sbh (Open ERP) c197227fff [Fix] email_template: Fix the syntax error
bzr revid: sbh@tinyerp.com-20101116091815-rarq13d9dabq0woz
2010-11-16 14:48:15 +05:30
Harry (OpenERP) 54f46060dc [MERGE]
bzr revid: hmo@tinyerp.com-20101028114019-5qkatqamaxhx6k0u
2010-10-28 17:10:19 +05:30
Harry (OpenERP) 214fddfc4c [MERGE]
bzr revid: hmo@tinyerp.com-20101028113641-vhuqs53ocp930zi5
2010-10-28 17:06:41 +05:30
Harry (OpenERP) e42ec27394 [MERGE] merged from openobject-addons branch
bzr revid: hmo@tinyerp.com-20101027055119-nbquo0yywszt6ts1
2010-10-27 11:21:19 +05:30
psi (Open ERP) c73e17329c [FIX] email_template: email_template.preview.fields_view_get() is broken
bzr revid: psi@tinyerp.co.in-20101026084722-00oyp8j3d92yxqkh
2010-10-26 14:17:22 +05:30
P. Christeas b7ddcdfe5e email_template: proper return values, fix fields_view_get()
bzr revid: p_christ@hol.gr-20101019073443-x6booxd7044pck62
2010-10-19 10:34:43 +03:00
rpa (Open ERP) dce4e74010 [FIX]: email_template: Fixed pylint warnings
bzr revid: rpa@tinyerp.com-20101006052612-33okvdgjmbirw02j
2010-10-06 10:56:12 +05:30
Julien Thewys 8b241bb07b [REF] Renamed method to match conventions.
bzr revid: jth@openerp.com-20100927142254-aru8l7933o3x8cfr
2010-09-27 16:22:54 +02:00
Julien Thewys ab55bfd6af [REF] Renamed variable to match conventions.
bzr revid: jth@openerp.com-20100927141758-i5dpu1l7ctk39j1e
2010-09-27 16:17:58 +02:00
Julien Thewys 7bf6844f10 [FIX] Fixed wrong indentation.
bzr revid: jth@openerp.com-20100927141116-wu6vznh4dqzu9i5j
2010-09-27 16:11:16 +02:00
Julien Thewys 7111a3fe13 [FIX] default expression value may now contains single quotes (but not 3 consecutive ones)
bzr revid: jth@openerp.com-20100927140643-a2qm2mlsc0f42z94
2010-09-27 16:06:43 +02:00
Fabien Pinckaers 6dc12c2d16 [FIX] changed the copyright as requested by sharoon
bzr revid: fp@tinyerp.com-20100915123213-z4gmvddsu5cmf393
2010-09-15 14:32:13 +02:00
Olivier Dony 05c2556601 [IMP] email_template: another round of review+improvements:
- better search/form views
- improved labels
- consistency in processing of message-id/campaign-item tracking
- auto-select a resource to render in template preview if none was pre-selected
- ...

bzr revid: odo@openerp.com-20100913004342-4jqk1x8uys3ejgm8
2010-09-13 02:43:42 +02:00
rpa (Open ERP) 54985d0003 [IMP]: email_template: Improvement in tooltips + Added icons on buttons
bzr revid: rpa@tinyerp.com-20100901070724-gogojuxsrsgbabl3
2010-09-01 12:37:24 +05:30
rpa (Open ERP) 4f8764bf4b [IMP]: email_template: Improvement in tooltip and label,
* Improvement for message_if when generating mailbox

bzr revid: rpa@tinyerp.com-20100826140625-zjav85p8ezfbvkkp
2010-08-26 19:36:25 +05:30
Olivier Dony 84aea26e88 [IMP] email_template: review + many improvements:
- Support for specifying Reply-To and Message-ID headers in templates
- Restored the proper GPLv3 copyright from Sharoon Thomas (mistakenly switched to AGPL)
- Minor refactoring/cleanup/renaming
- Support for multipart/alternative format when sending emails, including wrapped inside multipart/mixed if attachments are present
- Support for plain attachments (existing files) in addition to reports
- Support for specifying "From" email in "Name <email>" format in addition to using the label on the Email Account

bzr revid: odo@openerp.com-20100818152227-i823jbspioqwr1kk
2010-08-18 17:22:27 +02:00
DHS(OpenERP) 092d59adff [REF] Corrections of OpenERP instead of Open ERP
bzr revid: jvo@tinyerp.com-20100810113506-hm4ocvh4rd68dmu2
2010-08-10 17:05:06 +05:30
Christophe Simonis 5180abfb06 [FIX] email_template: remove `print` statements
bzr revid: chs@openerp.com-20100806094449-ua70o817fvtcfybs
2010-08-06 11:44:49 +02:00
Christophe Simonis 52afa5e307 [FIX] email_template: avoid double extension for report attachement
bzr revid: chs@openerp.com-20100806094411-rg9vx3ysnfwaeyji
2010-08-06 11:44:11 +02:00
Olivier Dony e4da848a9d [IMP] marketing_campaign, email_template: first series of improvements during review of these modules for v6
bzr revid: odo@openerp.com-20100716090513-uvavs7wply3bpsfv
2010-07-16 11:05:13 +02:00
Christophe Simonis c609f1aa58 [FIX] email_template: apply patches made on backports2 branch
bzr revid: chs@openerp.com-20100713162426-0yw1soynb90zedey
2010-07-13 18:24:26 +02:00
Mantavya Gajjar 36c1ba5327 [FIX]: add author and License in all files
bzr revid: mga@tinyerp.com-20100701131622-z225ov1t59c199s3
2010-07-01 18:46:22 +05:30
Fabien Pinckaers 3ea3c8107e fix
bzr revid: fp@tinyerp.com-20100625120422-yrods50au0z26175
2010-06-25 14:04:22 +02:00
Dhara bcb1b02c10 [FIX] view and button for the action wizard on email_tempalte
bzr revid: dhara@dhara-laptop-20100625095231-dk8p4oobvvonceyd
2010-06-25 15:22:31 +05:30
Fabien Pinckaers 4a27141e1c [fix] marketing campaigns
bzr revid: fp@tinyerp.com-20100624183234-dxdmvi91q0ooqulf
2010-06-24 20:32:34 +02:00
Dhara e2a068e03f [FIX] email_tempalte : view and error on email
bzr revid: dhara@dhara-laptop-20100624105226-4n11kv5289wnt96p
2010-06-24 16:22:26 +05:30
Dhara cd97a65970 [FIX] preview wizard
bzr revid: dhara@dhara-laptop-20100614111301-8pntxwnf53m0l1qs
2010-06-14 16:43:01 +05:30
Fabien Pinckaers 87cbde0be2 [IMP] marketing campaign
bzr revid: fp@tinyerp.com-20100611074419-93biwenk8q1r68em
2010-06-11 09:44:19 +02:00
Dhara b6c32132b2 [IMP] view and fields in email_template
bzr revid: dhara@dhara-laptop-20100610124450-4j735ukcrxe1dh77
2010-06-10 18:14:50 +05:30
DSH (Open ERP) 394e10020d [NEW] email_template (extracted from poweremail) just to send emails -specially for the marketing_campaign
bzr revid: dsh@tinyerp.com-20100602143627-n0v33g88homb8p70
2010-06-02 20:06:27 +05:30