Commit Graph

35 Commits

Author SHA1 Message Date
Martin Trigaux 56d579b1e0 [FIX] email.template: add missing parenthesis to filter all data on email and not the last one
bzr revid: mat@openerp.com-20131122104509-g2pii4m5rj8qpk7w
2013-11-22 11:45:09 +01:00
Martin Trigaux c3063778ce [FIX] email.template: add safe filter over email address to allow emails to be sent in the format 'Name <name@company.com>' and avoid escaping
bzr revid: mat@openerp.com-20131121151305-t5je12s4w5uctu0k
2013-11-21 16:13:05 +01:00
Cedric Snauwaert 8e2ece5dfe [FIX]purchase edi: remove extra $ in introduction sentence
bzr revid: csn@openerp.com-20130308142448-uxycjyrst0rxp8wn
2013-03-08 15:24:48 +01:00
Raphael Collet 157f1db551 [IMP] email_template: small simplification in email templates
bzr revid: rco@openerp.com-20121214091057-ztar9xgmxx56cvae
2012-12-14 10:10:57 +01:00
Raphael Collet a261f54c82 [FIX] email_template: use urlencode to build urls, and adapt email templates;
also fixes incorrect usage of 'safe' in those templates"

bzr revid: rco@openerp.com-20121214090340-nd3u4ahhb4460r4q
2012-12-14 10:03:40 +01:00
Raphael Collet 34cc7611f4 [IMP] sale, purchase: adapt edi email templates
bzr revid: rco@openerp.com-20121213141700-t7glyfnl6gfmr0e2
2012-12-13 15:17:00 +01:00
Olivier Dony 5db87bea9c [MERGE] Bugfixes from 6.1 until revision 6800
bzr revid: odo@openerp.com-20121206153856-9y9v8ok6yxo6l5f0
2012-12-06 16:38:56 +01:00
Ajay Chauhan (OpenERP) 17bb9448ba [FIX] purchase: solved issue of PO not goes in sent state
bzr revid: cha@tinyerp.com-20121123062618-r3klopmt0b3czczt
2012-11-23 11:56:18 +05:30
Olivier Dony f5f6547fa7 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121113164544-21tmr4bmpt2n1mfl
2012-11-13 17:45:44 +01:00
Christophe Matthieu 42dd7711b5 [FIX] email_template: change name value and concat test
bzr revid: chm@openerp.com-20121107113925-1nmjicj444nez25c
2012-11-07 12:39:25 +01:00
Christophe Matthieu 71c73945fa [IMP] email template: add a email_to_partner field for send a email to a partner with the id
bzr revid: chm@openerp.com-20121106191255-dd1xv90ebsejqunf
2012-11-06 20:12:55 +01:00
Olivier Dony 67d4646d09 [IMP] sale,purchase,invoice: attach PDF report to `Send by mail` template
This is quite useful in general, and partly
compensates for partial EDI integration, e.g.
when the sender company does not have a portal
or any way for customers to see the document.

bzr revid: odo@openerp.com-20121023114214-8zpl96jxqvqxv4xw
2012-10-23 13:42:14 +02:00
Olivier Dony 5f24594223 [IMP] edi: work-in-progress: remove permanent storage of edi.document
The EDI documents will now be generated on demand
and available from the Portal view of each document.
Instead of getting a link to a statically generated
EDI document, customers will receive a link to
the portal access to the document. They will be able
to signup on the portal the first time as well,
provided they are using the secure token that was
sent to them (i.e. the right link).

The link to pay online will be available in the
portal as well.

Still much to do, this is a small first step,
with edi.document renamed to edi.edi for
consistency, as it will not persist any
edi.document anymore.

bzr revid: odo@openerp.com-20121011152008-bht7ub6woaex0a7u
2012-10-11 17:20:08 +02:00
Olivier Dony d6ddb23a4e [REM] email.template: remove all text versions of demo/data templates
bzr revid: odo@openerp.com-20120904132803-9cgj4g10xtm121ko
2012-09-04 15:28:03 +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
Thibault Delavallée 620b7e9b11 [IMP] Addons: user_email -> email.
bzr revid: tde@openerp.com-20120810144339-30ro9omgfxtjtjyz
2012-08-10 16:43:39 +02:00
Quentin (OpenERP) ab07d440ce [IMP] purchase: changes related to the cleaning of the PO workflow
bzr revid: qdp-launchpad@openerp.com-20120525143549-w8ste0euwmqg9ji9
2012-05-25 16:35:49 +02:00
Purnendu Singh (OpenERP) 9433fedf2a [IMP] purchase: Add one more button 'Send RFQ' on po for sending quatation on mail, add new template for that
bzr revid: psi@tinyerp.com-20120525131715-zuzdn3tcefhztctv
2012-05-25 18:47:15 +05:30
Olivier Dony 437ebb0403 [FIX] account,sale,purchase: translations were not enabled for mail notifications
bzr revid: odo@openerp.com-20120430143527-ly9g4q33p7ib2jk2
2012-04-30 16:35:27 +02:00
Olivier Dony dc59277a43 [FIX] account,sale,purchase: avoid white text in email notifications due to broken mail clients
Some strange mail client implementations seem to 
selectively strip the background-color CSS in emails,
making a white-on-black button become white-on-white
invisible text. Replaced #FFF with #DDD in order
to more gracefully degrade in those cases.
Reproduced with Lotus Notes 8.

bzr revid: odo@openerp.com-20120430132103-ei61f9m9irpmh2ys
2012-04-30 15:21:03 +02:00
Divyesh Makwana (Open ERP) aa8e83ea2d [IMP] account, sale, purchase : Cleanup the use of dicts, remove the automatic email send by the EDI and use proper template based on an XML ID.
bzr revid: mdi@tinyerp.com-20120402123651-ekqw8z66ltpqnxgz
2012-04-02 18:06:51 +05:30
Sbh (Openerp) cd66e2402f [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120329130046-6s804a2aic6d4euc
2012-03-29 18:30:46 +05:30
Jagdish Panchal (Open ERP) e842e71700 [IMP] puchasse: apply group_no_one on menus => Partner Categories, Product Categories, UoM Categories,Units of Measure, Pricelist Versions and also remove menu Miscellaneous
bzr revid: jap@tinyerp.com-20120316083618-bmgtrmhidupz6nhz
2012-03-16 14:06:18 +05:30
Bharat Devnani (OpenERP) 3662f7e5db [REM] removed res.partner.address reference from purchase module, just need to solve 'test/process/edi_purchase_order.yml' yml and its references
bzr revid: bde@tinyerp.com-20120305132539-1u8zok2ccy6csemu
2012-03-05 18:55:39 +05:30
Olivier Dony e83457423d [IMP] edi: minor improvements to mail/edi preview templates
bzr revid: odo@openerp.com-20111109173817-9kw9x53lb8rged3u
2011-11-09 18:38:17 +01:00
Olivier Dony dc844d92b6 [IMP] edi: cleanup comments, copyright years, etc.
bzr revid: odo@openerp.com-20111108120754-vzhmszqy02a4ovkt
2011-11-08 13:07:54 +01:00
Olivier Dony b98e8626bf [FIX] edi: PO notification needs to be different from SO: no payment option, different wording
bzr revid: odo@openerp.com-20111105022925-3t7n1kmomb7n6dkx
2011-11-05 03:29:25 +01:00
Olivier Dony 1327b45c6a [IMP] edi,email: moved mail menus to avoid using Tools top-level
Application-specific templates should be accessible
from the application's configutation menu, and the
rest should go to the Administration menu

bzr revid: odo@openerp.com-20111105015922-m7r2de9pux5k6pg9
2011-11-05 02:59:22 +01:00
Olivier Dony 6860e3381c [IMP] edi: mark EDI email.templates as auto-deleted, to avoid polluting databases
bzr revid: odo@openerp.com-20111103011034-i97kuta2nvwdz567
2011-11-03 02:10:34 +01:00
Olivier Dony 429aa8ab07 [IMP] edi: use original Paypal button in email notifications
bzr revid: odo@openerp.com-20111028134932-pjl0c7x2yx7ahep3
2011-10-28 15:49:32 +02:00
Olivier Dony 326a7b562c [IMP] edi: review/improve EDI templates, cleanup, minor fixes (wip)
bzr revid: odo@openerp.com-20111026000110-12zecr32uyola9lc
2011-10-26 02:01:10 +02:00
Olivier Dony 8e7b2cd2aa [IMP] edi: whitespace/typo fixes in EDI server actions
bzr revid: odo@openerp.com-20111024143954-amx8hb2h53kh5nqu
2011-10-24 16:39:54 +02:00
Olivier Dony a5677f23b2 [IMP] edi: no need for XML markup escaping inside CDATA
bzr revid: odo@openerp.com-20111010143627-dkxk2xab2phyob3g
2011-10-10 16:36:27 +02:00
Olivier Dony 1ab7b52db0 [IMP] account,purchase,sale: proper URL quoting in auto-mail templates
bzr revid: odo@openerp.com-20111010103904-cqn71nkh3h6rli9c
2011-10-10 12:39:04 +02:00
Olivier Dony 67cfe511f4 [IMP] purchase: review/cleanup edi + auto-email
bzr revid: odo@openerp.com-20111006163425-2fzo1mi6hyzdwqqs
2011-10-06 18:34:25 +02:00