Commit Graph

25 Commits

Author SHA1 Message Date
Fabien Meghazi 8dc5f240a9 [REM] Removed addons.web#html_template usage
bzr revid: fme@openerp.com-20140506163334-x94pz9bau4a0r0lb
2014-05-06 18:33:34 +02:00
Fabien Meghazi a22d0ce78a [FIX] edi, calendar webclient bootstrap
bzr revid: fme@openerp.com-20140501210507-cbl9no3o92zkdq5h
2014-05-01 23:05:07 +02:00
Denis Ledoux 18532330d4 [FIX] *: replace urllib calls by werkzeug calls, as werkzeug handles utf-8 encoding while urllib doesnt
bzr revid: dle@openerp.com-20140130112408-8pdju26jnkyxvlw2
2014-01-30 12:24:08 +01:00
Christophe Simonis 9b31f30c29 [FIX] edi: /edi/import_edi_url route is a json route
bzr revid: chs@openerp.com-20140120154422-blccmtrql7mlwmvn
2014-01-20 16:44:22 +01:00
Antony Lesuisse 2e3af6f3d0 import cleanups part2
bzr revid: al@openerp.com-20131022225247-3zv7hjz1iidnb6zl
2013-10-23 00:52:47 +02:00
Antony Lesuisse 3d8b7984be import cleanups part1
bzr revid: al@openerp.com-20131022170659-kg9err029ha22evh
2013-10-22 19:06:59 +02:00
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 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