IRC logs of #tryton for Friday, 2013-03-01

chat.freenode.net #tryton log beginning Fri Mar 1 00:00:01 CET 2013
2013-03-01 11:27 -!- ciupicri(~ciupicri@unaffiliated/ciupicri) has left #tryton
2013-03-01 14:08 -!- sisalp(~sisalpuse@bibip.sisalp.net) has left #tryton
2013-03-01 14:34 <navis> hi all, I'm currently experimenting with proteus to configure and populate a database
2013-03-01 14:35 <navis> first question: I managed to install modules through proteus, but how do we do all the wizard steps after installation ?
2013-03-01 14:36 <cedk> navis: better to do what you need yourself
2013-03-01 14:37 <navis> I looked at the code and can reproduce those steps with proteus, but then the wizard still fires when I connect
2013-03-01 14:38 <cedk> navis: you can mark them as done (ir.module.module.config_wizard.item)
2013-03-01 14:38 <navis> is it possible to mark those steps as done ?
2013-03-01 14:38 <navis> cedk: ok thanks
2013-03-01 14:40 <navis> next question: in the code of the company module, I see users = User.search([('main_company', '=', None),])
2013-03-01 14:40 <navis> but when I do this in proteus, I get search() takes at least 2 arguments (1 given)
2013-03-01 14:46 <cedk> navis: use find in proteus
2013-03-01 15:00 <navis> cedk: thanks
2013-03-01 17:12 <oscar_alv> I need help with this line
2013-03-01 17:12 <oscar_alv> proteus problem
2013-03-01 17:12 <oscar_alv> 1. from proteus import config
2013-03-01 17:13 <oscar_alv> 2. config.set_xmlrpc('http://admin:mypassword@localhost:8000/MYDATABASE')
2013-03-01 17:13 <oscar_alv> This show error <ProtocolError for admin:aa@localhost:8000/FABRICATO: 500 Internal Server Error>
2013-03-01 17:18 <cedk> oscar_alv: most of the time, it is because you return an object that is not serializable
2013-03-01 17:29 <oscar_alv> Cedk, yes but what is wrong in line 2
2013-03-01 17:32 <cedk> oscar_alv: it is probably in the code of the server
2013-03-01 18:10 -!- Jan(~jan@dslb-092-078-252-078.pools.arcor-ip.net) has left #tryton
2013-03-01 18:57 <plantian> Is it possible to speed up creating a hierarchy locations? I think the problem has to do with the left/right hierarchy maintenance.
2013-03-01 18:57 <plantian> *hierarchy of
2013-03-01 18:59 -!- navis`(~user@87.67.255.51) has left #tryton
2013-03-01 23:01 <yangoon> plantian: https://codereview.appspot.com/4239075
2013-03-01 23:03 <plantian> yangoon: That looks like exactly what I need. Do you think that can be ported to 2.6?
2013-03-01 23:04 <plantian> I think it takes around 2 hours for me to create the locations now.

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