IRC logs of #tryton for Saturday, 2013-03-30

chat.freenode.net #tryton log beginning Sun Mar 31 00:00:02 CET 2013
2013-03-31 00:03 <giedrius> hi guys, is hgnested working for you?
2013-03-31 00:04 <giedrius> i try to clone hg nclone http://hg.tryton.org/2.6/trytond/ and it aborts with HTTP Error 404: Not Found on the first module fetch [trytond/trytond/modules/account]
2013-03-31 13:57 <digitalsatori> I'm testing the party_vcarddav module
2013-03-31 13:58 <digitalsatori> I was able to make it work by changing the following
2013-03-31 13:58 <digitalsatori> diff -r 8726038389a6 party.py
2013-03-31 13:58 <digitalsatori> --- a/party.py Thu Mar 07 16:55:08 2013 +0100
2013-03-31 13:58 <digitalsatori> +++ b/party.py Sun Mar 31 19:54:10 2013 +0800
2013-03-31 13:58 <digitalsatori> @@ -289,12 +289,12 @@
2013-03-31 13:58 <digitalsatori> raise Exception('Error', 'Report (%s) not find!' % cls.__name__)
2013-03-31 14:00 <digitalsatori> my question is why we need to convert string 'data' to buffer object through buffer(data) which cause the problem?
2013-03-31 14:03 <cedk> digitalsatori: to be correctly jsonify
2013-03-31 14:18 <digitalsatori> when I remove the conversion, the module works though
2013-03-31 14:19 <digitalsatori> I filed a ticked here : https://bugs.tryton.org/issue3107
2013-03-31 14:20 <digitalsatori> then I think we should change the behaviour at the pywebdav side?
2013-03-31 14:23 <digitalsatori> pywebdav try to do DATA.read() which raised an exception stated 'buffer object has no attribute 'read'"
2013-03-31 14:25 <digitalsatori> Could you please explain to me more about correctly jsonfy?
2013-03-31 14:27 <cedk> digitalsatori: http://hg.tryton.org/trytond/file/b7fde303acd4/trytond/protocols/jsonrpc.py#l46
2013-03-31 14:29 <cedk> digitalsatori: when reporting an issue you *must* provide the traceback
2013-03-31 14:29 <digitalsatori> Ok I will rephrase my ticket, and thank you very much for the pointer
2013-03-31 15:12 -!- scrapper(~scrapper@62-47-133-27.adsl.highway.telekom.at) has left #tryton
2013-03-31 22:33 <navis> hi tryton world
2013-03-31 22:34 <navis> I created a module which (among other things) adds a few fields to invoice lines
2013-03-31 22:34 <navis> now I can create the invoice, and everything is well
2013-03-31 22:35 <navis> except that when I try to open the invoice, I get an error when it tries to create the accounting moves
2013-03-31 22:36 <navis> the specific error is KeyError: 'my_field'
2013-03-31 22:37 <navis> any idea ?
2013-03-31 22:55 <navis> found my mistake :-)
2013-03-31 23:25 <navis> how can I get 2.6.3 from hg ?
2013-03-31 23:57 <cedk> navis: see http://www.tryton.org/download.html#development-source-code
2013-03-31 23:59 <navis> cedk: I already pulled the whole repo, and can clone 2.6.0, but I don't find how to go to 2.6.3

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