IRC logs of #tryton for Tuesday, 2016-06-21

chat.freenode.net #tryton log beginning Tue Jun 21 00:00:02 CEST 2016
2016-06-21 00:02 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2016-06-21 00:10 -!- shrox(shrox@nat/iiit/x-sgwwmcqwdiapsquk) has joined #tryton
2016-06-21 00:45 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has left #tryton
2016-06-21 05:32 -!- frispete(~frispete@p54A91770.dip0.t-ipconnect.de) has joined #tryton
2016-06-21 06:35 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-06-21 07:19 -!- silwol(~silwol@80.66.37.182) has joined #tryton
2016-06-21 08:07 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-06-21 08:38 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-21 08:45 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-06-21 09:02 -!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton
2016-06-21 09:18 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-06-21 10:23 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton
2016-06-21 10:28 -!- yangoon(~mathiasb@pD9F1326F.dip0.t-ipconnect.de) has joined #tryton
2016-06-21 10:41 -!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton
2016-06-21 11:17 <mrichez> hi, to post a patch for an issue i'm using this command : hg review -m "modulename:description"
2016-06-21 11:17 <mrichez> how to add issue_id to description ?
2016-06-21 11:17 <mrichez> show i do that manually ?
2016-06-21 11:18 <mrichez> should i do that manually ?
2016-06-21 11:20 <mrichez> i mean description field on rietveld
2016-06-21 11:21 -!- sisalp(~sisalpuse@boxoo.sisalp.net) has joined #tryton
2016-06-21 11:21 <cedk> mrichez: manually or you use the editor from hgreview
2016-06-21 11:23 <mrichez> hgreview has an editor ?
2016-06-21 11:25 <cedk> mrichez: yes if you don't use '-m'
2016-06-21 11:26 <mrichez> cedk: oki, thanks, will try next time !
2016-06-21 11:33 -!- udono(~udono@tmo-110-175.customers.d1-online.com) has joined #tryton
2016-06-21 13:05 -!- mariomop(~quassel@181.110.64.209) has joined #tryton
2016-06-21 14:17 -!- Sven____(~Sven@zamok.crans.org) has joined #tryton
2016-06-21 14:18 <Sven____> hi
2016-06-21 14:21 <Sven____> I get an error when trying to configure tryton with tryton -c -d
2016-06-21 14:22 <Sven____> "IOError: Database "tryton.sqlite" doesn't exist!"
2016-06-21 14:22 <Sven____> my conf file configures a mysql database
2016-06-21 14:23 <pokoli> Sven____: trytond is not able to read the config file so it's using the default sqlite backend
2016-06-21 14:24 <pokoli> Sven____: make sure the path is correct, and your file is readable by the user running trytond
2016-06-21 14:24 <pokoli> Sven____: it will silently faild and don't read the file if the user does not have permisions to read the file
2016-06-21 14:26 <Sven____> ok, i'll check
2016-06-21 14:35 <Sven____> pokoli: well it's strange, I'm running trytond-admin as root, the file is 777 and I gave the absolute path
2016-06-21 14:38 <shrox> cedk: Can you have a look at my github repo, please? I have successfully converted an fodt to odt for the most part. I have tried only a couple of fodt files as yet and there might be some redundancies here and there, but the odt opens in LibreOffice all right. Fixed the corrupt file issue as well, that Libre earlier reported.
2016-06-21 14:57 <cedk> shrox: OK
2016-06-21 14:58 <cedk> Sven____: maybe the uri is not correct
2016-06-21 14:58 <cedk> Sven____: otherwise in verbose mode, it will tell which configuration it loads
2016-06-21 15:03 <cedk> shrox: few general remarks:
2016-06-21 15:04 <cedk> - avoid to use global variable (also most of your global statement are useless as you don't assign the variables)
2016-06-21 15:04 <cedk> - avoid to concatenate string using '+' but use formatting '%'
2016-06-21 15:05 <cedk> shrox: I think it will be better to fill the Manifest when you create each file instead of looking after the list of files
2016-06-21 15:06 <cedk> shrox: most of the classes are not very useful as you have only one method that you call directly
2016-06-21 15:06 <cedk> so it is better to use method
2016-06-21 15:07 <cedk> shrox: I think you should manage images while creating the content.xml instead of read it again
2016-06-21 15:08 <cedk> shrox: I think you have enough to do for now :-)
2016-06-21 15:28 <prayashm> PapaParse maintainer responded by accepting the PR for custom quote character. Shall we use it now?
2016-06-21 15:32 <cedk> prayashm: I think it is the best option
2016-06-21 15:32 <cedk> prayashm: I will put a comment on discuss
2016-06-21 15:34 <prayashm> cedk: okay :)
2016-06-21 15:41 <shrox> cedk: Haha, I was expecting some of those. I'll work on these things, thanks for having a look!
2016-06-21 15:47 <cedk> prayashm: but for the quoting option, you should probably test if it is available or not in the library
2016-06-21 15:47 <cedk> prayashm: because we support only released versions
2016-06-21 15:47 -!- udono(~udono@tmo-110-175.customers.d1-online.com) has joined #tryton
2016-06-21 16:26 <sisalp> Starting Tryton V4.0, I get this message : Unable to load plugin 'chart' Do you know what happens ?
2016-06-21 16:28 <nicoe> sisalp: You're missing a relatorio dependency pycha
2016-06-21 16:31 <sisalp> nicoe: thank you. Comparing 3.8, I no longer have this convenient message INFO trytond.server starting JSON-RPC protocol on xx, should I worry ?
2016-06-21 16:33 <nicoe> sisalp: If you want to see them you can always configure the logging options (it's on level INFO according to the source)
2016-06-21 16:35 <sisalp> Instead I get this one : Running on http://localhost:8000/ (Press CTRL+C to quit) which doesn't make sens, so I will check the config file
2016-06-21 16:36 <sisalp> nicoe: I did not addapt the config since 3.8 so I guess it is the problem.
2016-06-21 16:39 <prayashm> cedk: It's not in the release yet. I have mailed the maintainer
2016-06-21 16:39 <sisalp> nicoe: indeed with pycha, I no longer have the error. I had also to add wrapt python-stdnum simpleeval cached_property, and only the first one was in the documentation, or I don't look at the right place.
2016-06-21 16:41 <nicoe> sisalp: python-stdnum, simpleeval and cached_property are used by modules so they should be in their respective module doc
2016-06-21 16:42 <nicoe> sisalp: pycha is not required hence the warning
2016-06-21 16:43 <cedk> prayashm: it is not a problem to have the feature only once it is available
2016-06-21 16:44 <prayashm> cedk: You mean, I can use the library now, and later integrate the custom quote character feature, when it is release?
2016-06-21 16:44 <prayashm> released* ?
2016-06-21 16:46 <cedk> prayashm: I mean the options will depend if it is available or not in the library
2016-06-21 16:50 <prayashm> cedk: But we have to add the feature to sao, right?
2016-06-21 16:53 <cedk> prayashm: if it is available in the library
2016-06-21 16:53 <prayashm> cedk: got you :)
2016-06-21 17:03 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton
2016-06-21 19:10 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-06-21 20:06 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2016-06-21 20:23 -!- zmijunkie(~Adium@i59F5C438.versanet.de) has joined #tryton
2016-06-21 20:37 -!- shrox(shrox@nat/iiit/x-nbwyomaskadprtvh) has joined #tryton
2016-06-21 21:28 -!- JosDzGx(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton
2016-06-21 21:29 -!- Sven_(~Sven@zamok.crans.org) has joined #tryton
2016-06-21 21:30 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2016-06-21 21:34 -!- buxy(~rhertzog@mail.vm.ouaza.com) has joined #tryton
2016-06-21 22:15 -!- sisalp(~sisalpuse@boxoo.sisalp.net) has left #tryton
2016-06-21 22:41 -!- niki(~niki@0x3e2c8731.mobile.telia.dk) has joined #tryton
2016-06-21 22:50 -!- shrox(shrox@nat/iiit/x-nyypmtzsyamooahs) has joined #tryton

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