Commit Graph

237 Commits

Author SHA1 Message Date
Antonin Bourguignon 1fbb4a5c16 [IMP] handling of '(copy)' l10n
bzr revid: abo@openerp.com-20120924162645-z1h4l2mj6c8i6wr3
2012-09-24 18:26:45 +02:00
Antonin Bourguignon f7b90af93a [FIX] forgot to remove })
bzr revid: abo@openerp.com-20120924155600-dnaanyupa5jm0yre
2012-09-24 17:56:00 +02:00
Antonin Bourguignon 05059bef7f [MERGE] trunk
bzr revid: abo@openerp.com-20120924153547-i1r9l0i5asjhml0k
2012-09-24 17:35:47 +02:00
Antonin Bourguignon 7b62802435 [IMP] use kwargs instead of a new dict
bzr revid: abo@openerp.com-20120924153430-0nb2gxker8v9is5p
2012-09-24 17:34:30 +02:00
Thibault Delavallée 089b64214d [FIX] email_template: various improvements and fixes.
email_template.py: fixed attachments
mail.compose.message: fixed various bugs of onchanges and the use of templates
with the composer. Cleaned and added tests related to the composer using
email_template.
mail.compose.message form view: the use of templates is now for
advanced formatting only.

bzr revid: tde@openerp.com-20120905155626-h6laee191ttnglkh
2012-09-05 17:56:26 +02:00
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
Thibault Delavallée c52ab94960 [REVIEW] addons: small cleanups nex to a diff read. Some improvements will follow, this commit is about small cleanups.
bzr revid: tde@openerp.com-20120904092820-56zgwpkqfpd7as5k
2012-09-04 11:28:20 +02:00
Olivier Dony 9d16f324e9 [IMP] email.template: review/adapt form to 7.0-style + continue refactoring polishing
bzr revid: odo@openerp.com-20120901010907-703t6vx6n99tnyzq
2012-09-01 03:09:07 +02:00
Thibault Delavallée 7eb5b82950 [FIX] email_template: generate_email now returns a standard-looking attachments in values (list of tuples).
bzr revid: tde@openerp.com-20120831171622-ibrrz5us0lunoi0q
2012-08-31 19:16:22 +02:00
Olivier Dony 04c6823a99 [IMP] email_template: email.template does not inherit from mail.mail anymore, they had almost nothing left in common
+ minor lint cleanup

bzr revid: odo@openerp.com-20120831155805-bs8jmpt3eh52zwfb
2012-08-31 17:58:05 +02:00
Olivier Dony 24fab3ca7d [IMP] mail: refactor various places where we append content to HTML
bzr revid: odo@openerp.com-20120831155103-t13p33p7232g0128
2012-08-31 17:51:03 +02:00
Olivier Dony 9aabe91bbf [FIX] email_template: wip - trying to make templates work again
bzr revid: odo@openerp.com-20120830174452-59q43k1x13at4i37
2012-08-30 19:44:52 +02:00
Olivier Dony 545d7843e3 [FIX] marketing_campaign: make tests pass again, move partner resolution to mail_compose_message
email_template's job is to generate a mail.mail record, but it
does not care about linking it automatically to a partner
(and certainly not creating new partners) as this must be
usable for mass mailing and for marketing campaign,
and we don't want to pollute the partners database with
possibly thousands of partially fake emails

bzr revid: odo@openerp.com-20120824120102-jycs8x4vkxdmrvge
2012-08-24 14:01:02 +02:00
Amit (OpenERP) 0195eb407d [FIX] mail_template : Fixes the duplication problem on email template
lp bug: https://launchpad.net/bugs/1039645 fixed

bzr revid: amp@tinyerp.com-20120822062555-d7thh474wn5lisnv
2012-08-22 11:55:55 +05:30
Olivier Dony 95b13bdaa4 [FIX] *mail: s/mail_message/mail_mail/ for cases where a full mail_mail is necessary
bzr revid: odo@openerp.com-20120821212419-yu2criox6sayf2cv
2012-08-21 23:24:19 +02:00
Fabien Pinckaers 043dc83d20 [IMP] mails
bzr revid: fp@tinyerp.com-20120817125004-wcchhac2cvxuf93i
2012-08-17 14:50:04 +02:00
Fabien Pinckaers 06f60b3517 [FIX] body_text --> body, not ure it's good enough
bzr revid: fp@tinyerp.com-20120817120606-t97l9x2dguuv7kmp
2012-08-17 14:06:06 +02:00
Fabien Pinckaers a71b01ab24 [IMP] mail cleaning
bzr revid: fp@tinyerp.com-20120817115513-3b3faqcl78blyrfo
2012-08-17 13:55:13 +02:00
Thibault Delavallée f725d5e679 [FIX] email_template: fixed an issue where no destination partner could be found.
bzr revid: tde@openerp.com-20120807160924-hdnqudnwowkbmsem
2012-08-07 18:09:24 +02:00
Thibault Delavallée 6b9783629b [IMP] mail: composition form: added partner form email templates; when sending an email, email_to is composed based on partner_ids also.
bzr revid: tde@openerp.com-20120719135745-b9ksd2adtrfdb2bm
2012-07-19 15:57:45 +02:00
Thibault Delavallée 4e038b3615 [IMP] email_template: override name_get, because old one coming from mail.message.common was quite ugly for email templates.
bzr revid: tde@openerp.com-20120717132329-5m15l8akdu8hksy4
2012-07-17 15:23:29 +02:00
Thibault Delavallée 289dad87d4 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120703122020-79rl9b03mygz5s0h
2012-07-03 14:20:20 +02:00
Kuldeep Joshi (OpenERP) 3c50eb017a [IMP] set logging.getLogger(__name__)
bzr revid: kjo@tinyerp.com-20120622064854-5f6fss55k7305e8q
2012-06-22 12:18:54 +05:30
Thibault Delavallée 7a553f429b [MERGE] Merged with main addons.
bzr revid: tde@openerp.com-20120511124643-y1rsa0ouh3e6xq1k
2012-05-11 14:46:43 +02:00
Raphael Collet a327b7aed5 [IMP] adapt po files to label changes, to ease translations
bzr revid: rco@openerp.com-20120510130751-3vhhfbsmo45zitzx
2012-05-10 15:07:51 +02:00
Mayur Maheshwari (OpenERP) 9e59ce8812 [IMP]all: Improve all typos
bzr revid: mma@tinyerp.com-20120424060532-ohrf0sxwq8rpq6ls
2012-04-24 11:35:32 +05:30
Thibault Delavallée 318ef517ab [REF] mail.message.common model: renamed subtype to content_subtype. Purpose: make a distinction between content and message model. Type and subtype will be used to distinguish messages, content_subtype to distinguish the content itself.
bzr revid: tde@openerp.com-20120420093645-tt78zzrmq2nxomvb
2012-04-20 11:36:45 +02:00
Rucha Patel b3f2abec46 [FIX] email_template: ensure non-empty context when rendering template'
bzr revid: odo@openerp.com-20120322141153-8u3kia3k125et6b5
2012-03-22 15:11:53 +01:00
Christophe Simonis b7bad83c21 [FIX] email_template: report_name must be rendered
bzr revid: chs@openerp.com-20120316091517-e2hc8ydzd3vnnv3j
2012-03-16 10:15:17 +01:00
Olivier Dony 3e0279ac4a [FIX] email_template: attachments were not being sent due to programming error
bzr revid: odo@openerp.com-20120315155512-s76y2u3gz3awfy74
2012-03-15 16:55:12 +01:00
Olivier Dony d55eff4218 [FIX] email.template: body_html should be translatable
bzr revid: odo@openerp.com-20120309160625-kwp4pof4vm7aci2g
2012-03-09 17:06:25 +01:00
Olivier Dony eefbb2ac5c [FIX] email_template: care for missing context
bzr revid: odo@openerp.com-20120309011156-q53pc4h6stlz3kq2
2012-03-09 02:11:56 +01:00
Olivier Dony 16a8811930 [IMP] mail,email_template: improved views, assert missing email_from
- add missing colspans for notebooks
- remove some buttons from mail.message form view,
  namely because send button can cause record deletion
  possibly causing some weird UI result.. better used
  from the list view for now (web was fixed anyway)
- better domain on Message action, to ease debugging
- added assert for email_from in email_template.send_email()
  to catch errors earlier

bzr revid: odo@openerp.com-20120213143531-eiuhulo46bv059pl
2012-02-13 15:35:31 +01:00
Olivier Dony a4a36695c7 [IMP] email_template: use button name as action name
The action name is what gets displayed in the sidebar
and there is no reason to have a different name for
the action and button anyway.

lp bug: https://launchpad.net/bugs/886144 fixed

bzr revid: odo@openerp.com-20120125174249-wxor3br5xbqtluld
2012-01-25 18:42:49 +01:00
tfr@openerp.com dde2a5766f [FIX] auto populate Wizard while clicking on email template
lp bug: https://launchpad.net/bugs/886144 fixed

bzr revid: tfr@openerp.com-20120118164943-4u1c79bzeqakizua
2012-01-18 17:49:43 +01:00
fp 8aff5209ea [IMP] improved error message, constraints must allways propose a solution
bzr revid: fp@fp-laptop-20111231075720-4kak7o320td4wxqc
2011-12-31 08:57:20 +01:00
Olivier Dony 61eb5220a9 [IMP] edi,email_template: allow directly sending EDI emails notification without queuing
bzr revid: odo@openerp.com-20111103020803-woh1ydv1z0okfp3i
2011-11-03 03:08:03 +01:00
Olivier Dony ae7de39d53 [IMP] email_template: add urllib.quote in template rendering context
bzr revid: odo@openerp.com-20111010103637-rev1ixeagcpxk34o
2011-10-10 12:36:37 +02:00
Olivier Dony ae744a7ad0 [IMP] email.template: pass proper subtype when HTML content is present
bzr revid: odo@openerp.com-20110930211109-rgx9kmx6rghd5dsf
2011-09-30 23:11:09 +02:00
Harry (OpenERP) fa80282887 [FIX] edi: correct datas of email_template
bzr revid: hmo@tinyerp.com-20110915053043-a6f2d7ecwfbzspu1
2011-09-15 11:00:43 +05:30
Olivier Dony d22c3043aa [FIX] marketing_campaign: typos and cleanup
bzr revid: odo@openerp.com-20110912180025-scdjvcnquo07zcha
2011-09-12 20:00:25 +02:00
Olivier Dony 9d93a382a3 [IMP] email_template: use raw template for msg composition in mass_mail mode
bzr revid: odo@openerp.com-20110909201037-qz9m9mte6qh8flxd
2011-09-09 22:10:37 +02:00
Olivier Dony 0a751bcae5 [IMP] email.template: typos and usability review
bzr revid: odo@openerp.com-20110908175541-h2qdchdwf60srksy
2011-09-08 19:55:41 +02:00
Olivier Dony 4281cbd0de [IMP] email.template: typos and usability review
bzr revid: odo@openerp.com-20110908173752-j6z5kd1in80jk8re
2011-09-08 19:37:52 +02:00
Olivier Dony c908a2f4d3 [FIX] email_template: unused import
bzr revid: odo@openerp.com-20110907172551-sgk2k2i7oh8hi5zh
2011-09-07 19:25:51 +02:00
Olivier Dony 1db8e54425 [IMP] all: unified context params for mail composition wizard
A single common `mail.compose.message.mode` key is now
used in the context, avoiding name collisions and being
more consistent.

bzr revid: odo@openerp.com-20110906093228-itbilwzpv4wl07j9
2011-09-06 11:32:28 +02:00
Olivier Dony 0b0aa95cfe [IMP] email_template: another pass of cleanup (wip)
bzr revid: odo@openerp.com-20110825122725-mc1zx2f3ck9xr6g9
2011-08-25 14:27:25 +02:00
Olivier Dony 50507512cb [MERGE] latest trunk
This was a helluva merge, with hundreds of conflicts resolved manually!!
I hope I did not break too many things, but a full review of the mail-related
features (where most of the conflicts occurred) must still be done before
this feature branch can be merged.

bzr revid: odo@openerp.com-20110809234428-3dsvxrt6t54ju0cf
2011-08-10 01:44:28 +02:00
Vo Minh Thu a37a4404fb [REF] consistent, grepable ir.values object naming.
bzr revid: vmt@openerp.com-20110516153331-vusrrgr3hvlcyei0
2011-05-16 17:33:31 +02:00
Rifakat Haradwala (Open ERP) 89ee28b7d1 email_template: code optimization, removed unused imports and useability fix
bzr revid: rha@tinyerp.com-20110511110423-ojb059dpf1m39ib5
2011-05-11 16:34:23 +05:30
Rifakat Haradwala (Open ERP) 5c0308f078 [FIX]
bzr revid: rha@tinyerp.com-20110510135048-f044stg7gaij0867
2011-05-10 19:20:48 +05:30
Harry (OpenERP) 73209aee95 [MERGE] email_template: new button save as template in compose wizard
bzr revid: hmo@tinyerp.com-20110426125727-9l5ig560u2kyzrud
2011-04-26 18:27:27 +05:30
Rifakat Haradwala (Open ERP) d63731b65f [IMP]: email_template:
*able to save email as new template to reuse it
*evaluating expression type for mail same as email_template

bzr revid: rha@tinyerp.com-20110426115445-qpx91w218tyg4jde
2011-04-26 17:24:45 +05:30
Harry (OpenERP) da7aad526d [REVIEW+FIX]
bzr revid: hmo@tinyerp.com-20110420134033-m1euj9hws0i6v0tx
2011-04-20 19:10:33 +05:30
Rifakat Haradwala (Open ERP) 0ce94ac23a [FIX]: email_template: indentation
bzr revid: rha@tinyerp.com-20110420124610-jpp6yc4b6qoxu8tf
2011-04-20 18:16:10 +05:30
Rifakat Haradwala (Open ERP) 71794fb91a [IMP] email_template: changes in on_change_template where called generate_email() of template and clean the code
bzr revid: rha@tinyerp.com-20110420115430-wdghz5qd6nzw8pnf
2011-04-20 17:24:30 +05:30
Rifakat Haradwala (Open ERP) a353b5e927 [IMP] email.message.common:
*removed context email_model and email_res_id from related modules as there is no need
*improvements for email.message.common 
*removed fields track_campaign_item and message_id and imp for email_template

bzr revid: rha@tinyerp.com-20110413104145-htrse705w3aak2f3
2011-04-13 16:11:45 +05:30
Harry (OpenERP) bc708c8b96 [REVIEW] remove passing email_model and email_res_id into context
bzr revid: hmo@tinyerp.com-20110412091820-t9wjrzetr814soeg
2011-04-12 14:48:20 +05:30
Rifakat Haradwala (Open ERP) abdd303854 [FIX] email_template: fix reference for generate_tracking_message_id()
bzr revid: rha@tinyerp.com-20110406123000-ow2j0mjfhplp1lb5
2011-04-06 18:00:00 +05:30
Rifakat Haradwala (Open ERP) ed51109341 [FIX] email_template: fix module reference to mail from email in email_template.py
bzr revid: rha@tinyerp.com-20110406112454-gswjtw5v8hl7s3gb
2011-04-06 16:54:54 +05:30
Rifakat Haradwala (Open ERP) 9a9c100595 [Merge]: merge with lp:~openerp-dev/openobject-addons/emails-framework-addons
bzr revid: rha@tinyerp.com-20110330092614-sgnniorxit17zvxn
2011-03-30 14:56:14 +05:30
Harry (OpenERP) cf7c73310d [MERGE] merged with trunk addods development branch
bzr revid: hmo@tinyerp.com-20110329122736-78igudbed2jz7lf4
2011-03-29 17:57:36 +05:30
Rifakat Haradwala (Open ERP) 974e45de8a [IMP] email_message.py: improvements in send_email and change references
bzr revid: rha@tinyerp.com-20110328135224-nshd4lbsmdgm4xr5
2011-03-28 19:22:24 +05:30
Rifakat Haradwala (Open ERP) 24883b8c57 [IMP] crm,project_issue: did related changes
bzr revid: rha@tinyerp.com-20110325041227-ljpbuaf8gu03ak89
2011-03-25 09:42:27 +05:30
Rifakat Haradwala (Open ERP) 2fe7c51e36 [REM] email.smtp_server: removed email.smtp_server and did changes in email module
bzr revid: rha@tinyerp.com-20110321133156-y57yw6sekshnw9ns
2011-03-21 19:01:56 +05:30
Rifakat Haradwala (Open ERP) 455fb2d6b3 [IMP] email: email cleanup
bzr revid: rha@tinyerp.com-20110318134419-78qmipdipsryqgnz
2011-03-18 19:14:19 +05:30
Yogesh (OpenERP) e1afe5828a [IMP] change module name emails to email and related to changes in addons all module. move email_gateway module file in email module and also related changes in related module..
bzr revid: ysa@tinyerp.com-20110310073900-ivesygpb7cdwpp43
2011-03-10 13:09:00 +05:30
Rifakat Haradwala (Open ERP) 64f9d7e94f [IMP] : base_module_quality, crm, email_template, mail_gateway, sale_crm, share: string formatting
bzr revid: rha@tinyerp.com-20110308112208-40jbv5er9w21xiw0
2011-03-08 16:52:08 +05:30
Yogesh (OpenERP) 230b03e26f [IMP] improce email.compose wizard code. and change active_id to email_res_id.
bzr revid: ysa@tinyerp.com-20110301095057-sb8tsgovwpt852yj
2011-03-01 15:20:57 +05:30
Yogesh (OpenERP) 122e28da04 [IMP] email_template :- Change the action of old email.send wizard to new email.compose.message in create_action method in email_template and inherit default_get method and set default value of template.
bzr revid: ysa@tinyerp.com-20110224104801-xcua49za83sm12mn
2011-02-24 16:18:01 +05:30
Yogesh (OpenERP) 174534ff5e [IMP] email_template, emails:- message id and reference write in message add reference argument in email_send method.
bzr revid: ysa@tinyerp.com-20110223122228-iyzw7mdfvw0zrzw8
2011-02-23 17:52:28 +05:30
Yogesh (OpenERP) 30bde91c88 [ADD] email_template :- inherit email.compose.message wizard and add template_id field. on template_id field get template and change the value of wizard.
bzr revid: ysa@tinyerp.com-20110223092708-aibiuj5ojw41y6ky
2011-02-23 14:57:08 +05:30
Yogesh (OpenERP) 99c4933b50 [ADD] emails :- add email.message send wizard.
bzr revid: ysa@tinyerp.com-20110217105844-sj5o5y1qmszp6mtw
2011-02-17 16:28:44 +05:30
Yogesh (OpenERP) a084e73585 [IMP] email_template :- openobject_id pass as a int in generate_email method.
bzr revid: ysa@tinyerp.com-20110216073312-6m133fmnzgf61v71
2011-02-16 13:03:12 +05:30
Yogesh (OpenERP) 79f7a3e7fd [IMP]email_template:- also check template has no smtp_server_id then it take default smtp_server.
bzr revid: ysa@tinyerp.com-20110216055600-z8avrlljeatr3kp7
2011-02-16 11:26:00 +05:30
Yogesh (OpenERP) db7a8f267c [IMP] remove unused statement.
bzr revid: ysa@tinyerp.com-20110215131422-beljdfbgsexjyxl3
2011-02-15 18:44:22 +05:30
Yogesh (OpenERP) 35c054d352 [IMP] email_template :- change string in user_id field and get action id using get_id method.
bzr revid: ysa@tinyerp.com-20110215125114-7100vv8hf8q61wan
2011-02-15 18:21:14 +05:30
Yogesh (OpenERP) ab40ea51b5 [IMP] email_template :- improve search view and remove duplicate fields.
bzr revid: ysa@tinyerp.com-20110215110924-bvp0gwwjskq3iolh
2011-02-15 16:39:24 +05:30
Yogesh (OpenERP) 7074f23e1e [FIX] email_template :- fix some problem.
bzr revid: ysa@tinyerp.com-20110215095833-29l8h24iiqh9c29h
2011-02-15 15:28:33 +05:30
Harry (OpenERP) 85d30e07a2 [IMP] emails: made email.message.template osv_memory object to contain all fields of email messages
bzr revid: hmo@tinyerp.com-20110215092344-zjbcqek2iphdg88g
2011-02-15 14:53:44 +05:30
Harry (OpenERP) 933100051d [FIX] email_template: system error
bzr revid: hmo@tinyerp.com-20110215070800-0dbt0mn9hljgiidt
2011-02-15 12:38:00 +05:30
Harry (OpenERP) b3731151c3 [IMP] email_template: on sending email: if model has own template, emails will be sent base on that template
bzr revid: hmo@tinyerp.com-20110215070515-opxsfg2a0p05mxlm
2011-02-15 12:35:15 +05:30
Harry (OpenERP) 5121b552f8 [REVIEW+IMP] email_template: set message_id on email.message when generate email from email.template
bzr revid: hmo@tinyerp.com-20110215063955-xtwwsncn4fofjhga
2011-02-15 12:09:55 +05:30
Harry (OpenERP) 328024b462 [REVIEW+FIX] emails: fix
bzr revid: hmo@tinyerp.com-20110215062011-efn6o3vbj052jja4
2011-02-15 11:50:11 +05:30
Harry (OpenERP) b7baed1bca [REVIEW+IMP] - emails: added new state in email.message: Sent, Exception
if email sent successfully, set as a Sent otherwise Exception.
- email_template: now email_template.send_wizard inherit from email.template

bzr revid: hmo@tinyerp.com-20110215054805-9llgl3bltx5dzz0y
2011-02-15 11:18:05 +05:30
Harry (OpenERP) 72220cb09b [REVIEW+IMP] email_template: inherit related improvement
bzr revid: hmo@tinyerp.com-20110214194936-92himmpn80ytmjim
2011-02-15 01:19:36 +05:30
Harry (OpenERP) 2c491e1774 [REVIEW+IMP] email_template: rename field name:from_account with smtp_server_id
bzr revid: hmo@tinyerp.com-20110214064444-30snselruzgxb1rs
2011-02-14 12:14:44 +05:30
Yogesh (OpenERP) 20b34865ea Fix problem in email.template.preview wizard.
bzr revid: ysa@tinyerp.com-20110208121855-zxqrmgyk0rkhlms9
2011-02-08 17:48:55 +05:30
Yogesh (OpenERP) 3cf67ee9de [IMP] improve code in email_template.
bzr revid: ysa@tinyerp.com-20110208050535-4s0rbpd3zzs4g70a
2011-02-08 10:35:35 +05:30
Yogesh (OpenERP) 64d9fddcb0 Improve code.
bzr revid: ysa@tinyerp.com-20110204130409-7kcs95olx5nzjd6h
2011-02-04 18:34:09 +05:30
Yogesh (OpenERP) ef5907f8be [IMP] improve onchange method. merge 3 method in 1 method. old method keep in comment.
bzr revid: ysa@tinyerp.com-20110204112851-q10tg2fgxpghbuof
2011-02-04 16:58:51 +05:30
Yogesh (OpenERP) dd448a6fd3 Fix in eamil_template module.
bzr revid: ysa@tinyerp.com-20110204101925-aawudln986xnmss5
2011-02-04 15:49:25 +05:30
YSA (Openerp) e9e229568b [IMP] email_template :- generate template to message then donot send the mail bug set state waiting and put in outbox folder.
bzr revid: ysa@tinyerp.com-20110203132617-sx55sje74w765qsx
2011-02-03 18:56:17 +05:30
YSA (Openerp) 7efe625e33 [ADD] add template_id field in email_message and process_email_queue method override.
bzr revid: ysa@tinyerp.com-20110203131357-4tdrujcq3lh120v0
2011-02-03 18:43:57 +05:30
YSA (Openerp) c1d0c83373 [REM] remove account_id field in email.messae objects.
bzr revid: ysa@tinyerp.com-20110203125113-021wxjoxdyvbp9cn
2011-02-03 18:21:13 +05:30
YSA (Openerp) 4b2611c37b [IMP] create a spearate file of email_message and email_smtp_server objects in email module.
bzr revid: ysa@tinyerp.com-20110203124437-6lzousfrq6pr2m1v
2011-02-03 18:14:37 +05:30
YSA (Openerp) f4516dd2ac [ADD] add process_queue button in email.message.
bzr revid: ysa@tinyerp.com-20110203102459-u1jencznkp1a60c9
2011-02-03 15:54:59 +05:30
YSA (Openerp) 5e912c68d6 [IMP] remove template_languange in email_template module.
bzr revid: ysa@tinyerp.com-20110203101428-pwxk02no9tbxfzkz
2011-02-03 15:44:28 +05:30
YSA (Openerp) 492bd0eea5 [IMP] improve email_send method and pass the smtp related all argument in email module. add column in email.message object and related improvement.
bzr revid: ysa@tinyerp.com-20110203065913-q33pek0p4puxvbyy
2011-02-03 12:29:13 +05:30
YSA (Openerp) 052a059029 [IMP] improve email, email_gateway and email_template module.
bzr revid: ysa@tinyerp.com-20110202084029-do4g3euykt5k79gd
2011-02-02 14:10:29 +05:30
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