IRC logs of #tryton for Tuesday, 2012-01-03

chat.freenode.net #tryton log beginning Tue Jan 3 00:00:02 CET 2012
2012-01-03 00:36 -!- tonymontana(~Adium@186.137.122.208) has left #tryton
2012-01-03 03:37 -!- navis(~user@91.180.57.19) has left #tryton
2012-01-03 12:57 <pokoli> HI, there is any problem with the code review tool? I can't not publish one issue
2012-01-03 12:58 <bechamel> pokoli: it seems to work
2012-01-03 13:00 <pokoli> bechamel, i'm getting error 500 while tryint to publish + mail draft comments
2012-01-03 13:00 <pokoli> bechamel, i registered today, could be user permisions?
2012-01-03 13:02 <cedk> pokoli: some google account doesn't work
2012-01-03 13:03 <cedk> pokoli: I will invite you to the application
2012-01-03 13:05 <pokoli> cedk, thanks it worked ;)
2012-01-03 13:13 <cedk> pokoli: we really need to move out of GAE
2012-01-03 13:14 <pokoli> cedk, i'm sure of it
2012-01-03 13:14 <pokoli> but why you don't have a VPS? thera are really cheap ones
2012-01-03 13:15 <pokoli> cedk, take a look http://www.alvotech.de/vserver/
2012-01-03 13:16 <cedk> pokoli: we already got servers
2012-01-03 13:16 <cedk> pokoli: it is not the issue
2012-01-03 13:16 <cedk> pokoli: it is to run rietveld out of GAE
2012-01-03 13:18 <cedk> pokoli: also I don't like virtualisation
2012-01-03 13:21 -!- giammi(~giammi@host182-167-dynamic.7-79-r.retail.telecomitalia.it) has left #tryton
2012-01-03 13:21 <pokoli> cedk, is not possible to deploy it on your own server? I don't understand your problem
2012-01-03 13:23 <cedk> pokoli: it is possible but need some work
2012-01-03 13:23 <cedk> pokoli: see: https://groups.google.com/d/topic/tryton-dev/eLqbmsxi5ZM/discussion
2012-01-03 13:23 <pokoli> cedk, is there any problem on migrating the data from Google?
2012-01-03 13:27 <cedk> pokoli: read: https://groups.google.com/d/msg/tryton-dev/eLqbmsxi5ZM/h9oVrjpgIFMJ
2012-01-03 13:42 <pokoli> cedk, sorry i was reading the entire post
2012-01-03 13:43 <pokoli> cedk, what objects must be exported? Only the rietvield info?
2012-01-03 13:44 <pokoli> cedk, can i see the exported database?
2012-01-03 13:44 <cedk> pokoli: all the standard data of rietveld
2012-01-03 13:53 <pokoli> cedk, i will give it some time and i'm going to nitify you if I find something usefull.
2012-01-03 13:55 <cedk> pokoli: ok
2012-01-03 13:56 <cedk> pokoli: the goals will be to link authentication with roundup
2012-01-03 13:57 <pokoli> cedk, roundup is on your custom server or GAE also?
2012-01-03 13:58 <cedk> pokoli: own server
2012-01-03 13:58 <cedk> pokoli: you can look how python.org did
2012-01-03 14:26 <cedk> pokoli: please remove the mailing list from the CC of review 214003
2012-01-03 14:27 <cedk> pokoli: done
2012-01-03 14:31 <pokoli> cedk, sorry was not here
2012-01-03 14:31 <pokoli> the mail is sended automatically to the mailing list?
2012-01-03 14:34 <cedk> pokoli: yes
2012-01-03 14:34 <cedk> pokoli: on the creation
2012-01-03 14:34 <cedk> pokoli: you can look at http://hg.tryton.org/codereview.tryton.org/
2012-01-03 14:53 <scrapper> hello trytonics, is there a chance to switch from minimal_account_type chart to account_de_SKR03. The company is already created with minimal_account_chart. some sales are already done... but no invoices where created right now.
2012-01-03 14:54 <cedk> smarro: if there is no accounting move, you should be able to delete the account chart and create a new one
2012-01-03 14:54 <scrapper> in truth I want to switch to account_at_SKR07 but as this package is inofficial my question is account_de_module related. If it works there it should work for account_at as well.
2012-01-03 14:56 <scrapper> cedk: I think the answers was targeting my question. thank you... will try that now.
2012-01-03 14:57 <cedk> scrapper: yes wrong completion
2012-01-03 14:57 <scrapper> cedk: thanks
2012-01-03 15:03 <udono> scrapper: hi, anyway, better make a backup of your database before.
2012-01-03 15:05 <udono> cedk: hi, do you know http://www.reviewboard.org/ ?
2012-01-03 15:05 <scrapper> udono: sure backups done 10times daily ;-)
2012-01-03 15:06 <udono> scrapper: +1
2012-01-03 15:06 <smarro> cedk: ? :-)
2012-01-03 15:13 <cedk> smarro: wrong completion, sorry
2012-01-03 15:13 <cedk> udono: I don't want to change the software which is more complicated, it is just changing the hosting
2012-01-03 19:25 -!- navis(~user@91.180.95.81) has left #tryton
2012-01-03 19:40 -!- scrapper(~scrapper@88.117.159.6) has left #tryton
2012-01-03 19:52 <coeps> Hello everybody, while i was looking for a app-framework (preferably in python ) i stumbled upon tryton. I am impressed... Now I would like to develop some modules for testing and studied the tutorial on tryton.org and the eth-site one. After that I had a look at the small modules party and country to get a better idea. I read the docu etc. What i was not able to find was a kind of complete doc about how the details work or maybe just an api for
2012-01-03 19:52 <coeps> method parameter. Can someone point me to more docu or point me to the right place to do some further reading?
2012-01-03 20:26 <udono> coeps: Hello, unfortunately this kind of developer overview documentation is missing. But we have an aged draft document under http://code.google.com/p/tryton/wiki/HelloWorld you know this?
2012-01-03 20:39 <coeps> Thank you, but i already know that one. If there isn't any docu of that kind, i will probably just have to look at the sources.
2012-01-03 20:57 <coeps> one more question, whats the best way of developing. I not where to place the files ../modules/... But is it sufficient to restart the server? And is it enough for removing to delete the module files and restore a backup of the clean database?
2012-01-03 21:02 <cedk> coeps: yes most of the time or it will require a database update

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