chat.freenode.net #tryton log beginning Wed Mar 9 00:00:03 CET 2016 | ||
2016-03-09 00:44 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton | ||
2016-03-09 04:09 -!- JosDzGx(~Thunderbi@189.148.183.108) has joined #tryton | ||
2016-03-09 07:02 -!- bvillasanti(~bvillasan@138.117.21.56) has joined #tryton | ||
2016-03-09 07:24 -!- ashishk(0e8b5206@gateway/web/cgi-irc/kiwiirc.com/ip.14.139.82.6) has joined #tryton | ||
2016-03-09 07:28 <ashishk> Hi, I am Ashish. I am an undergraduate pursuing my b.tech degree in computer science and engineering. I like contributing in open source projects, In the past I have been an active contributor in google-melange, opendaylight, mailman projects. I would like to be part of tryton and would like to code through gsoc 2016. | ||
2016-03-09 07:36 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton | ||
2016-03-09 07:40 -!- frispete_(~frispete@p54A91009.dip0.t-ipconnect.de) has joined #tryton | ||
2016-03-09 08:06 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton | ||
2016-03-09 08:39 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton | ||
2016-03-09 08:43 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-03-09 08:46 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-03-09 08:51 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | ||
2016-03-09 09:40 -!- JosDzGx(~Thunderbi@189.148.183.108) has joined #tryton | ||
2016-03-09 10:00 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2016-03-09 10:32 -!- nicoe(~nicoe@host-109-89-113-44.dynamic.voo.be) has joined #tryton | ||
2016-03-09 11:27 -!- kstenger(~karla@r190-133-242-69.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-03-09 12:00 -!- mariomop(~quassel@host121.190-137-202.telecom.net.ar) has joined #tryton | ||
2016-03-09 12:04 -!- francesc(~user@237.Red-81-45-136.staticIP.rima-tde.net) has joined #tryton | ||
2016-03-09 12:34 -!- smarro_(~sebastian@181.16.7.104) has joined #tryton | ||
2016-03-09 13:09 -!- gabbar1947(gabbar1947@nat/iiit/x-rmrexnvnabyrnaab) has joined #tryton | ||
2016-03-09 13:40 -!- JosDzGx(~Thunderbi@189.148.183.108) has joined #tryton | ||
2016-03-09 13:47 -!- vamsi(uid150868@gateway/web/irccloud.com/x-pswxthqrirwbfxkp) has joined #tryton | ||
2016-03-09 13:57 -!- smarro_(~sebastian@181.16.7.104) has joined #tryton | ||
2016-03-09 14:03 <vamsi> hi | ||
2016-03-09 14:16 <vamsi> Can anyone explain this "The goal is to be able to use the FODT format as it is a flat-XML" to me?please. | ||
2016-03-09 14:18 <nicoe> vamsi: hello | ||
2016-03-09 14:19 <vamsi> hi | ||
2016-03-09 14:19 <nicoe> vamsi: Libreoffice and OpenOffice can generate FODT file instead of ODT file | ||
2016-03-09 14:20 <nicoe> vamsi: ODT files are in fact zip file with some XML files in them | ||
2016-03-09 14:20 <nicoe> vamsi: FODT file are a unique XML file | ||
2016-03-09 14:21 <nicoe> vamsi: Thus FODT file are not binary file and are more usable for a source code management system | ||
2016-03-09 14:21 <nicoe> vamsi: And to do review also | ||
2016-03-09 14:22 <nicoe> vamsi: Does it answer your question? | ||
2016-03-09 14:23 <vamsi> yes,thank you. | ||
2016-03-09 14:24 <vamsi> @nicoe | ||
2016-03-09 14:24 <cedk> nicoe, vamsi: I think it is better to anwser on discuss.tryton.org | ||
2016-03-09 14:49 -!- bvillasanti(~bvillasan@138.117.21.56) has joined #tryton | ||
2016-03-09 15:06 -!- mbtamuli12(mbtamuli12@gateway/shell/blinkenshell.org/x-lquczzmvxilqnbrp) has joined #tryton | ||
2016-03-09 15:13 -!- gabbar1947(gabbar1947@nat/iiit/x-idypxspoizicccsm) has joined #tryton | ||
2016-03-09 15:15 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | ||
2016-03-09 17:34 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-03-09 18:46 -!- flook(pakhandiba@nat/iiit/x-lxcabukuvcoezzbe) has joined #tryton | ||
2016-03-09 19:09 <kstenger> when is a user supossed to change the state of a ShipmentOut from 'draft' to 'waiting'? I'm trying to understand the difference between both states besides the fact that you cannot modify the shipment in 'waiting' state (unless you set it back to 'draft') | ||
2016-03-09 19:29 <cedk> kstenger: waiting is when you tell other to do it | ||
2016-03-09 19:31 <cedk> kstenger: when something draft is because someone is working on it | ||
2016-03-09 19:39 <shrox> cedk: Hi, as you must remember I was working on resolving the following bug yesterday - https://bugs.tryton.org/issue5363. I have made the required changes in the code. Can you help me with proceeding now, please? How do I go about testing the code? | ||
2016-03-09 19:50 -!- vivekjain(0e8b5206@gateway/web/cgi-irc/kiwiirc.com/ip.14.139.82.6) has joined #tryton | ||
2016-03-09 19:52 <vivekjain> Hi | ||
2016-03-09 19:53 <vivekjain> I was able to successfully install trytond and tryton | ||
2016-03-09 19:53 <vivekjain> I want to know how to connect to the database. | ||
2016-03-09 19:53 <vivekjain> I am behind proxy therefore i am getting network unreachable error | ||
2016-03-09 19:54 <vivekjain> How to configure proxy in tryton so that i can connect to demo server ? | ||
2016-03-09 20:04 <shrox> Also adding to vivekjain's question, I am unable to login because of bad username/password | ||
2016-03-09 20:05 -!- vivekjain(0e8b5206@gateway/web/cgi-irc/kiwiirc.com/ip.14.139.82.6) has joined #tryton | ||
2016-03-09 20:28 -!- bvillasanti(~bvillasan@138.117.21.56) has joined #tryton | ||
2016-03-09 20:34 -!- JosDzG(~Thunderbi@189.148.172.145) has joined #tryton | ||
2016-03-09 20:49 <kstenger> shrox: to run the test suites "export TEST_DIR=<trytond installation dir>" then "cd $TEST_DIR" and finally "PYTHONPATH=$TEST_DIR $TEST_DIR/trytond/tests/run-tests.py -m" | ||
2016-03-09 20:49 <kstenger> In your case -m will be of use because it will test all the modules (it's necessary because despite you changed one or two modules, other modules may be affected by the tax change), I also like to add -v for some verbosity. | ||
2016-03-09 20:50 <shrox> kstenger: okay, thanks so much! | ||
2016-03-09 21:00 -!- gabbar1947(gabbar1947@nat/iiit/x-xblmqwxpccsvuibq) has joined #tryton | ||
2016-03-09 22:53 -!- JosDzG(~Thunderbi@189.148.172.145) has joined #tryton | ||
2016-03-09 22:57 -!- JosDzGx(~Thunderbi@189.148.179.114) has joined #tryton | ||
2016-03-09 23:00 -!- manipalsingh(manipalsin@nat/iiit/x-ijxluziceetsijlt) has joined #tryton | ||
2016-03-09 23:26 -!- aroncero(~aroncero@86.63.19.153) has joined #tryton | ||
2016-03-09 23:29 -!- kstenger1(~karla@r186-54-43-19.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-03-09 23:46 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-03-09 23:55 -!- smarro(~sebastian@190.14.157.18) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!