Commit Graph

24 Commits

Author SHA1 Message Date
Olivier Dony 8fdbf2a66b [FIX] edi: properly escape URL parameter for import_url controller
lp bug: https://launchpad.net/bugs/1118601 fixed

bzr revid: odo@openerp.com-20130212181547-ktdklbz2msfkcw6h
2013-02-12 19:15:47 +01:00
Xavier Morel e705fccdfc [FIX] edi: remove eval_context ref, fix clean_action call
bzr revid: xmo@openerp.com-20121127164801-dbzgsz67u94yux4g
2012-11-27 17:48:01 +01:00
Olivier Dony b770240247 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121120113600-4oyx9sziigbxn8w8
bzr revid: odo@openerp.com-20121120163429-l4cf6r75vwqfvxty
2012-11-20 17:34:29 +01:00
niv-openerp 3edac34949 [IMP] mail: changed controller due to modification in the clear_action() method
bzr revid: nicolas.vanhoren@openerp.com-20121120155258-32chebnbcrz37tks
2012-11-20 16:52:58 +01:00
Olivier Dony c7757baf77 [IMP] edi: ported web part to 7.0 + removed the EDI preview- and export-related parts
As started in previous commits, in 7.0 there is no more
static storage of exported EDI documents, and they are
instead replaced by the improved portal - which will
provide the preview as well as export capabilities.
(The export might be added in a second phase)

bzr revid: odo@openerp.com-20121016122913-ndl0l36buhku3kxy
2012-10-16 14:29:13 +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
Christophe Simonis d1698d2b11 [FIX] edi: correct import of web client
bzr revid: chs@openerp.com-20121011114401-yw8pht7t1gn8bizp
2012-10-11 13:44:01 +02:00
Christophe Simonis 6c12d5b308 [FIX] correct home and login urls
bzr revid: chs@openerp.com-20120808120214-13k9qgzx8gu330cs
2012-08-08 14:02:14 +02:00
Xavier Morel b9fbf248aa [FIX] auth_openid, edi: fix web imports to correctly handle conflicts with e.g. web.py
bzr revid: xmo@openerp.com-20120210103511-ak08gis9h35j8pe2
2012-02-10 11:35:11 +01:00
Antony Lesuisse c5359c5d0a [FIX] edi loading
bzr revid: al@openerp.com-20111227195400-oxt3rmx3fn36hf6n
2011-12-27 20:54:00 +01:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
Olivier Dony bb3d2a59d5 [IMP] edi: EDI import flow working, login if needed + redirection to imported document
bzr revid: odo@openerp.com-20111105004438-quq8ebshsiox5uxm
2011-11-05 01:44:38 +01: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
Antony Lesuisse ab9e2c293c [IMP] EdiImport part1
bzr revid: al@openerp.com-20111020144558-ltbrl191ljizumg3
2011-10-20 16:45:58 +02:00
Antony Lesuisse 7a6069addf [IMP] remove html_template
bzr revid: al@openerp.com-20111018203453-jpi253ugsamr2nsd
2011-10-18 22:34:53 +02:00
Olivier Dony 17539fa343 [IMP] edi: make EDI PDF download button work (needs styling)
bzr revid: odo@openerp.com-20111018170314-3akjjiyboeb957hy
2011-10-18 19:03:14 +02:00
Antony Lesuisse dbb5b3862a [IMP] edi web layer cleanups
bzr revid: al@openerp.com-20111018140627-str2i0uj4aswf3jx
2011-10-18 16:06:27 +02:00
Olivier Dony bc1ea9c051 [IMP] edi: minor EDI preview template improvements
bzr revid: odo@openerp.com-20111017131931-9ak4u7x03bvhgchf
2011-10-17 15:19:31 +02:00
Olivier Dony 2b59a0d6f4 [FIX] edi: fix web paths
bzr revid: odo@openerp.com-20111013165022-f21eqrzawwtg5oin
2011-10-13 18:50:22 +02:00
Olivier Dony adbe3bf5ef [FIX] edi: temptative fix for edi controllers (wip)
bzr revid: odo@openerp.com-20111013145912-zru7msgt9aodsdir
2011-10-13 16:59:12 +02:00
Olivier Dony 25a5eee6fc [FIX] edi: temptative fix for edi controllers (wip)
bzr revid: odo@openerp.com-20111013133730-a9cr48vp9p55kjz6
2011-10-13 15:37:30 +02:00
Olivier Dony 916032cd6c [FIX] edi: web.common.dispatch -> web.common.http
bzr revid: odo@openerp.com-20111006114744-qz0igxl6epe3sz3t
2011-10-06 13:47:44 +02:00
Olivier Dony 1221bdccf3 [IMP] edi: updated to latest web addon changes (needs review)
bzr revid: odo@openerp.com-20111005010839-nas8ddkp53pzgx4o
2011-10-05 03:08:39 +02:00
Olivier Dony 0f13e3052c [ADD] edi: moved web addon into edi module (needs cleanup)
bzr revid: odo@openerp.com-20111005004433-28v6rcvl0xfqn48w
2011-10-05 02:44:33 +02:00