IRC logs of #tryton for Thursday, 2014-04-17

chat.freenode.net #tryton log beginning Thu Apr 17 00:00:02 CEST 2014
2014-04-17 00:46 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-04-17 02:00 -!- sharoonthomas(~sharoonth@c-68-54-44-215.hsd1.fl.comcast.net) has joined #tryton
2014-04-17 02:01 -!- sharoonthomas(~sharoonth@c-68-54-44-215.hsd1.fl.comcast.net) has left #tryton
2014-04-17 02:03 -!- digitalsatori(~Thunderbi@114.92.219.220) has joined #tryton
2014-04-17 05:05 -!- digitalsatori(~Thunderbi@116.234.95.56) has joined #tryton
2014-04-17 05:45 -!- sharoonthomas(~sharoonth@c-68-54-44-215.hsd1.fl.comcast.net) has joined #tryton
2014-04-17 06:40 -!- frispete_(~frispete@p54A937A0.dip0.t-ipconnect.de) has joined #tryton
2014-04-17 06:47 -!- digitalsatori(~Thunderbi@116.234.95.56) has joined #tryton
2014-04-17 06:56 -!- digitalsatori(~Thunderbi@116.234.95.56) has joined #tryton
2014-04-17 07:01 -!- yangoon(~mathiasb@p549F09E6.dip0.t-ipconnect.de) has joined #tryton
2014-04-17 07:57 -!- Streward(~quassel@85.183.31.24) has joined #tryton
2014-04-17 08:02 -!- digitalsatori(~Thunderbi@116.234.95.56) has joined #tryton
2014-04-17 08:18 -!- digitalsatori(~Thunderbi@116.234.95.56) has joined #tryton
2014-04-17 08:23 -!- digitals1(~Thunderbi@116.234.95.56) has joined #tryton
2014-04-17 08:24 -!- vernichon(~Thunderbi@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton
2014-04-17 08:53 -!- jeancavallo(~giovanni@bob75-9-88-181-2-176.fbx.proxad.net) has joined #tryton
2014-04-17 09:02 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-04-17 09:05 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-04-17 09:13 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-04-17 09:29 <udono> Hi, is it possible to provide a context with active_id to a tryton:// url?
2014-04-17 09:31 <udono> I want to call a wizard which internally needs an active_id from context.
2014-04-17 09:34 <cedk> udono: use the data parameter
2014-04-17 09:36 <udono> cedk: Thanks
2014-04-17 09:39 <udono> cedk: is it something like urllib.quote("data={'context': {'active_id: 12'}}")?
2014-04-17 09:44 <udono> anyway, does not work: tryton "tryton://localhost:47700/dev_tryton_dev/wizard/ir.ui.view.show;data=%7B%27context%27%3A%20%7B%27active_id%3A%20203%27%7D%7D"
2014-04-17 09:45 <udono> I would like to solve the automated screenshot problem for documentation, and I thought it is possible with the Show view wizard.
2014-04-17 09:52 <udono> I am talking about this wizard: http://hg.tryton.org/trytond/file/ccacf07602cf/trytond/ir/ui/view.py#l210
2014-04-17 09:55 <cedk> udono: no context
2014-04-17 09:56 <udono> cedk: tryton "tryton://localhost:47700/dev_tryton_dev/wizard/ir.ui.view.show;data=%7B%27context%27%3A%20%7B%27active_id%3A%20203%27%7D%7D" does not work either
2014-04-17 09:58 <cedk> udono: remove context
2014-04-17 09:59 -!- nicoe(~nicoe@2001:6f8:3aa:0:b699:baff:fe56:2328) has joined #tryton
2014-04-17 10:02 -!- vernichon(~Thunderbi@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton
2014-04-17 10:02 <udono> cedk: does not work: tryton "tryton://localhost:47700/dev_tryton_dev/wizard/ir.ui.view.show;data=%7B%27active_id%27%3A%20203%7D"
2014-04-17 10:05 <udono> cedk: which is: 'tryton "tryton://localhost:47700/dev_tryton_dev/wizard/ir.ui.view.show;data=%s"' % urllib.quote("{'active_id': 203}")
2014-04-17 10:06 <udono> no view opens, and no error message
2014-04-17 10:17 <udono> this works to an error http://pastebin.com/stgQxLMk : tryton "tryton://localhost:47700/dev_tryton_dev/wizard/ir.ui.view.show;data=%7B%22active_id%22%3A203%7D"
2014-04-17 10:18 <udono> and active_id is not in the context
2014-04-17 10:20 <cedk> udono: so I guess wrong id
2014-04-17 10:23 <udono> cedk: no, id is for ir.sequence form view. The active_id is not set in the context.
2014-04-17 10:24 <udono> I have a print serverside http://hg.tryton.org/trytond/file/ccacf07602cf/trytond/ir/ui/view.py#l222 which shows me the context
2014-04-17 10:33 <udono> cedk: I think it is not possible, since data seems not to be evaluated and copied into context. I think I have to change the wizard.
2014-04-17 10:34 -!- akearr(~akearr@tsf-444-wpa-4-071.epfl.ch) has joined #tryton
2014-04-17 12:03 -!- digitalsatori(~Thunderbi@116.234.95.56) has joined #tryton
2014-04-17 12:44 -!- jeancavallo1(~giovanni@LPuteaux-656-01-230-52.w80-12.abo.wanadoo.fr) has joined #tryton
2014-04-17 13:01 -!- giammi_(~giammi@217.193.159.211) has joined #tryton
2014-04-17 13:07 -!- udono(~udono@ltea-047-067-090-228.pools.arcor-ip.net) has joined #tryton
2014-04-17 13:28 -!- mariomop(~quassel@host62.200-117-32.telecom.net.ar) has joined #tryton
2014-04-17 14:03 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-04-17 14:33 -!- sharoonthomas(~sharoonth@mail.advocatetax.com) has joined #tryton
2014-04-17 15:47 -!- vernichon(~Thunderbi@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton
2014-04-17 15:54 -!- sharoonthomas(~sharoonth@mail.advocatetax.com) has joined #tryton
2014-04-17 16:00 -!- udono(~udono@ltea-047-067-090-228.pools.arcor-ip.net) has joined #tryton
2014-04-17 16:12 -!- nicoe(~nicoe@91.179.20.111) has joined #tryton
2014-04-17 16:26 -!- alisonken1lap(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-04-17 16:53 -!- vernichon(~Thunderbi@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton
2014-04-17 18:01 -!- Telesight(~anthony@77-175-168-222.FTTH.ispfabriek.nl) has joined #tryton
2014-04-17 20:09 -!- littlebit(~Thunderbi@ulmg-5d8466df.pool.mediaWays.net) has joined #tryton
2014-04-17 20:19 -!- sharoonthomas(~sharoonth@mail.advocatetax.com) has joined #tryton
2014-04-17 20:34 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-04-17 20:35 -!- sharoonthomas(~sharoonth@mail.advocatetax.com) has joined #tryton
2014-04-17 21:37 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-04-17 22:11 -!- plantian(~ian@174.135.6.172) has joined #tryton

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!