IRC logs of #tryton-fr for Tuesday, 2014-08-05

chat.freenode.net #tryton-fr log beginning Tue Aug 5 00:00:02 CEST 2014
2014-08-05 07:39 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 07:49 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 09:01 -!- jcros(~Johan@ALyon-157-1-219-41.w109-213.abo.wanadoo.fr) has joined #tryton-fr
2014-08-05 09:25 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 09:29 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton-fr
2014-08-05 09:35 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 09:48 -!- nicoe(~nicoe@balisto.office.b2ck.com) has joined #tryton-fr
2014-08-05 09:49 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 09:50 -!- azerttyu(~azerttyu@2a01:e35:2433:8b0:214:d1ff:fe50:5bbc) has joined #tryton-fr
2014-08-05 09:50 -!- fl0rent(~fl0rent@AAnnecy-651-1-19-211.w86-209.abo.wanadoo.fr) has joined #tryton-fr
2014-08-05 10:14 -!- azerttyu(~azerttyu@2a01:e35:2433:8b0:214:d1ff:fe50:5bbc) has joined #tryton-fr
2014-08-05 12:38 -!- azerttyu(~azerttyu@2a01:e35:2433:8b0:214:d1ff:fe50:5bbc) has joined #tryton-fr
2014-08-05 12:39 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 13:13 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 13:20 -!- azerttyu(~azerttyu@2a01:e35:2433:8b0:214:d1ff:fe50:5bbc) has joined #tryton-fr
2014-08-05 13:24 -!- azerttyu(~azerttyu@2a01:e35:2433:8b0:214:d1ff:fe50:5bbc) has joined #tryton-fr
2014-08-05 13:31 -!- azerttyu(~azerttyu@2a01:e35:2433:8b0:214:d1ff:fe50:5bbc) has joined #tryton-fr
2014-08-05 13:39 -!- jcros(~Johan@ALyon-157-1-219-41.w109-213.abo.wanadoo.fr) has joined #tryton-fr
2014-08-05 15:26 -!- jcros(~Johan@ALyon-157-1-219-41.w109-213.abo.wanadoo.fr) has joined #tryton-fr
2014-08-05 15:26 -!- azerttyu(~azerttyu@2a01:e35:2433:8b0:214:d1ff:fe50:5bbc) has joined #tryton-fr
2014-08-05 15:26 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 15:26 -!- nicoe(~nicoe@balisto.office.b2ck.com) has joined #tryton-fr
2014-08-05 15:26 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton-fr
2014-08-05 15:26 -!- caravel(~caravel@83.230.147.14) has joined #tryton-fr
2014-08-05 15:26 -!- cthuluh(jca@chomsky.autogeree.net) has joined #tryton-fr
2014-08-05 15:26 -!- Pilou(~pilou@pdpc/supporter/active/pilou) has joined #tryton-fr
2014-08-05 15:26 -!- buxy(~rhertzog@mail.vm.ouaza.com) has joined #tryton-fr
2014-08-05 15:26 -!- ChanServ(ChanServ@services.) has joined #tryton-fr
2014-08-05 16:13 -!- azerttyu(~azerttyu@2a01:e35:2433:8b0:214:d1ff:fe50:5bbc) has joined #tryton-fr
2014-08-05 17:11 <castaf> Bonjour, une petite question sur l'installation d'un module à partir d'une requête RPC
2014-08-05 17:12 <castaf> j'arrive à marquer le module et ses dépendances pour l'installation avec s.model.ir.module.module.install()
2014-08-05 17:12 <castaf> mais je n'arrive pas à lancer l'installation/mise à jour
2014-08-05 17:13 <castaf> je ne vois quelle méthode utiliser : wizard.ir.module.module.install_upgrade.execute() ou autre chose, et j'essaye de fouiller dans le code mais je ne trouve les paramètres nécessaires
2014-08-05 17:14 <cedk> castaf: c'est un wizard
2014-08-05 17:16 <cedk> castaf: il faut créer une session avant de l'appeler
2014-08-05 17:17 <cedk> un exemple: http://hg.tryton.org/proteus/file/c0f6214f428d/proteus/__init__.py#l932
2014-08-05 17:22 <castaf> cedk: tu veux dire faire : s = xmlrpclib.ServerProxy ('http://%s:%s@localhost:8069/test_050820141137' % (USER, PASSWORD))
2014-08-05 17:23 <castaf> ou rien à voir ?
2014-08-05 17:24 <cedk> castaf: une session de wizard
2014-08-05 17:24 <cedk> castaf: la méthode create du wizard
2014-08-05 17:24 <castaf> cedk: wizard.ir.module.module.install_upgrade.create() ?
2014-08-05 17:29 <cedk> castaf: surement
2014-08-05 17:30 <castaf> cedk: ok, je vais essayer
2014-08-05 17:30 <castaf> cedk: merci
2014-08-05 17:46 -!- jcros(~Johan@ALyon-157-1-219-41.w109-213.abo.wanadoo.fr) has left #tryton-fr
2014-08-05 18:38 -!- cthuluh(jca@chomsky.autogeree.net) has joined #tryton-fr
2014-08-05 19:54 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton-fr
2014-08-05 20:29 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 21:45 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 21:59 -!- castaf(~castaf@gru74-1-78-240-53-5.fbx.proxad.net) has joined #tryton-fr
2014-08-05 22:49 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton-fr

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