IRC logs of #tryton for Friday, 2016-06-24

chat.freenode.net #tryton log beginning Fri Jun 24 00:00:01 CEST 2016
2016-06-24 00:12 -!- kstenger(~karla@r186-54-47-203.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-06-24 00:30 -!- zmijunkie1(~Adium@i59F5D4C3.versanet.de) has joined #tryton
2016-06-24 01:39 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2016-06-24 05:29 -!- frispete_(~frispete@p54A917BA.dip0.t-ipconnect.de) has joined #tryton
2016-06-24 05:35 -!- prayashm(~prayashm@103.194.233.147) has joined #tryton
2016-06-24 05:35 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-06-24 07:18 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2016-06-24 07:21 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2016-06-24 08:15 -!- zmijunkie(~Adium@x2f7f4cd.dyn.telefonica.de) has joined #tryton
2016-06-24 08:16 -!- frispete(~frispete@p54A917BA.dip0.t-ipconnect.de) has joined #tryton
2016-06-24 08:19 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-06-24 08:30 -!- Hogg(67fecb7c@gateway/web/freenode/ip.103.254.203.124) has joined #tryton
2016-06-24 08:30 <Hogg> how to apply order ascending in JSON RPC?
2016-06-24 08:32 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-06-24 08:39 <Hogg> http://pastebin.com/cRzJLJbc is given error for Ordering
2016-06-24 08:45 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-24 08:49 <Hogg> cedk Hello,please help me for Order in JSON RPC
2016-06-24 08:51 -!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton
2016-06-24 08:59 <Hogg> hello
2016-06-24 09:16 <Hogg> How can I get ORDER response in JSON RPC?
2016-06-24 09:19 -!- boland(caa0a538@gateway/web/freenode/ip.202.160.165.56) has joined #tryton
2016-06-24 09:31 -!- Hogg(caa0a538@gateway/web/freenode/ip.202.160.165.56) has joined #tryton
2016-06-24 09:32 <Hogg> http://pastebin.com/cRzJLJbc giving me error for ORDER field
2016-06-24 09:32 <Hogg> how to use Order for ascending?
2016-06-24 09:32 <cedk> Hogg: what error?
2016-06-24 10:24 -!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton
2016-06-24 10:32 -!- Hogg(67fecb7c@gateway/web/freenode/ip.103.254.203.124) has joined #tryton
2016-06-24 10:33 <Hogg> cedk, it shows me too many arguments too parse
2016-06-24 11:07 <Hogg> hello
2016-06-24 11:19 -!- udono(~udono@tmo-109-169.customers.d1-online.com) has joined #tryton
2016-06-24 11:24 <cedk> Hogg: http://doc.tryton.org/4.0/trytond/doc/ref/models/models.html?highlight=order#trytond.model.ModelSQL._order
2016-06-24 11:26 <cedk> ACTION wondering what are all those guys asking json-rpc questions
2016-06-24 11:34 <Hogg> perhaps due to complexity!
2016-06-24 11:35 <Hogg> cedk, I already tried that one but I am sure for something wrong with call
2016-06-24 11:35 <Hogg> can you please correct me?
2016-06-24 11:35 <cedk> Hogg: It is very difficult to help you because you do not provide full information
2016-06-24 11:36 <cedk> Hogg: here you just say "tried that one", but it is impossible to understand what you tried
2016-06-24 11:40 <Hogg> my try is here http://pastebin.com/cRzJLJbc
2016-06-24 11:41 <cedk> Hogg: again you just give partial information
2016-06-24 11:41 <cedk> Hogg: where is the error message and the traceback?
2016-06-24 11:42 <cedk> Hogg: please read the documentation link also
2016-06-24 11:44 <Hogg> ok,wait
2016-06-24 11:47 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton
2016-06-24 11:48 <Hogg> cedk, error is here http://pastebin.com/4xHyV2w1
2016-06-24 11:49 <cedk> Hogg: it is because you don't pass a corret order value, it must be a list of tuple like the documentation explains
2016-06-24 11:51 <Hogg> but then it is not valid JSON
2016-06-24 11:53 <cedk> Hogg: see: json.dumps([('foo', 'bar')])
2016-06-24 11:55 <cedk> Hogg: by the way, do you work with michale ?
2016-06-24 11:56 <Hogg> yes
2016-06-24 11:57 <cedk> Hogg: what are you developing?
2016-06-24 11:59 <Hogg> http://pastebin.com/Q7LUtFV6 try this with JSONlint , it is not valid
2016-06-24 12:00 <cedk> Hogg: so you did not run the code I give you
2016-06-24 12:00 <cedk> Hogg: in json tuple are replaced by list
2016-06-24 12:00 <Hogg> I also run that but it is also not valid
2016-06-24 12:01 <Hogg> sorry to say that but we are not authorise to disclose what we are developing!
2016-06-24 12:03 <cedk> Hogg: sorry but in this case I'm not so interrested in helping
2016-06-24 12:04 <Hogg> why?
2016-06-24 12:06 <cedk> Hogg: as I don't know what you are doing, I don't know if I will like what you are doing
2016-06-24 12:06 <cedk> Hogg: also I'm strongly for openness
2016-06-24 12:07 <Hogg> but we just need your help for JSON RPC call because there is no document for it
2016-06-24 12:08 <cedk> Hogg: but you don't tell me what you are doing
2016-06-24 12:10 <Hogg> does it matter?
2016-06-24 12:11 <cedk> Hogg: if you don't want to tell me, it matters even more :-)
2016-06-24 12:11 <cedk> also if I do not know the context, I can not help efficiently
2016-06-24 12:14 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2016-06-24 12:20 <Hogg> hello, How can I get official help for tryton?
2016-06-24 12:21 <Hogg> I am getting some problem for JSON RPC call
2016-06-24 12:21 <cedk> Hogg: what do you mean by "official"?
2016-06-24 12:22 <Timitos> Hogg: http://www.tryton.org/services.html
2016-06-24 12:24 <Hogg> because it is tough for me to disclose my project!
2016-06-24 12:34 <Hogg> I don't know why you need the project details, because we are jus asking for JSON RPC call request
2016-06-24 12:35 <cedk> Hogg: I never said I wanted the project details, just an idea of what you are doing because normal usage of Tryton doesn't require to do json-rpc request
2016-06-24 12:36 <cedk> Hogg: and so as you don't want to tell us, I'm free to not want to tell you neither
2016-06-24 12:37 <cedk> especially because your collegues have already requested a lot of help for basic stuffs
2016-06-24 12:39 <cedk> Hogg: also I will remind you that all support we give here is given for free on the free time of people
2016-06-24 12:41 <Hogg> I am extremely thankful to all for that!
2016-06-24 12:58 -!- Hogg(caa0a538@gateway/web/freenode/ip.202.160.165.56) has joined #tryton
2016-06-24 13:00 <Hogg> hello
2016-06-24 13:06 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-06-24 13:08 <Hogg> Telesight, can you help me in JSON RPC Call?
2016-06-24 13:09 <Telesight> @Hogg, I have no knowledge in that field, sorry ...
2016-06-24 13:10 <Hogg> thanks for your feedback
2016-06-24 13:24 -!- prak(dfb0b5f8@gateway/web/freenode/ip.223.176.181.248) has joined #tryton
2016-06-24 13:25 <Hogg> prak, can you help me in JSON RPC Call?
2016-06-24 13:27 <prak> Hogg, what help is required
2016-06-24 13:30 <Hogg> I am getting error while I try to make JSON RPC call using ORDER field as here http://pastebin.com/Q7LUtFV6
2016-06-24 14:08 -!- michale(67fecb7c@gateway/web/freenode/ip.103.254.203.124) has joined #tryton
2016-06-24 14:17 -!- mariomop(~quassel@host168.186-109-144.telecom.net.ar) has joined #tryton
2016-06-24 14:18 <michale> can anyone help me to solve my problem in JSON RPC call?
2016-06-24 14:48 <cedk> michale: what do you try to do?
2016-06-24 14:50 <michale> If you can help me rectify the error in my code, that would be much appreciated.
2016-06-24 15:03 <michale> cedk, are you there?
2016-06-24 15:04 <cedk> michale: yes
2016-06-24 15:06 <michale> Awesome! Did you get chance to go through the code I sent earlier?
2016-06-24 15:06 <cedk> michale: not at all
2016-06-24 15:07 <michale> I see, let me send again. Here: http://pastebin.com/Q7LUtFV6
2016-06-24 15:08 <michale> What am I doing wrong here ,cedk?
2016-06-24 15:09 <cedk> michale: ask your collegue Hogg, I already answered
2016-06-24 15:12 <michale> I believe you asked about the purpose of developing and didn't answer the query.
2016-06-24 15:13 <cedk> michale: so what?
2016-06-24 15:15 <michale> I see, thanks for your time anyway. :)
2016-06-24 15:16 <cedk> michale: it looks like you are looking for professional support: http://www.tryton.org/services.html
2016-06-24 15:19 <michale> I am not looking for a professional support, I would rather call it a help resolve my query,that's it!
2016-06-24 15:19 <michale> The query is not that big to look for professional support.
2016-06-24 15:21 <cedk> michale: from the question asked since 2 weeks, you probably need professional support
2016-06-24 15:23 -!- yangoon_rm(~mathiasb@137.158.23.34) has joined #tryton
2016-06-24 15:23 <michale> I see your point. I may have needed some help frequently. You would agree those were quite simple queries.
2016-06-24 16:09 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton
2016-06-24 16:32 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-06-24 16:45 -!- Michael_(7bc95b51@gateway/web/freenode/ip.123.201.91.81) has joined #tryton
2016-06-24 16:45 <Michael_> cede, Hello
2016-06-24 16:45 <Michael_> Cedk *
2016-06-24 16:49 <Michael_> We are trying to implement tryton by JSON RPC call, because here no one know python
2016-06-24 16:50 <cedk> Michael_: it is going to be difficult because API is defined in python code
2016-06-24 16:50 <cedk> Michael_: also what do you mean by implementing? To use Tryton you don't need to do any calls, the client does it for you
2016-06-24 16:50 <Michael_> Yes I know that's why we are just looking for simple basic function only
2016-06-24 16:51 <Michael_> That's why we need your help
2016-06-24 16:51 <Michael_> You may also agree that we are just making silly mistake
2016-06-24 16:52 -!- mariomop(~quassel@181.90.64.6) has joined #tryton
2016-06-24 16:53 <Michael_> Also our budget is too small that we can not afford professional service
2016-06-24 16:54 <cedk> Michael_: I don't understand what you are trying to do, so I can not advise
2016-06-24 16:54 <Michael_> We make simple online form one page
2016-06-24 16:56 <cedk> Michael_: why using Tryton?
2016-06-24 16:57 <Michael_> Because it is open source ERP db
2016-06-24 16:57 <Michael_> :)
2016-06-24 16:58 <cedk> Michael_: yes but useless for simple html form
2016-06-24 16:59 <Michael_> Why?
2016-06-24 17:00 <cedk> Michael_: because it is for business application, not simple website
2016-06-24 17:02 <Michael_> We are just initially start, can you help us?
2016-06-24 17:03 <cedk> Michael_: I can not because I do not understand your goal
2016-06-24 17:05 <Michael_> But we are just asking you technical things, does it matter of goal?
2016-06-24 17:08 <cedk> Michael_: yes it matters to correctly answer
2016-06-24 17:08 -!- frispete(~frispete@p54A917BA.dip0.t-ipconnect.de) has joined #tryton
2016-06-24 17:09 <Michael_> We just need JSON RPC call queries, I don't know how this matters to goal?
2016-06-24 17:16 <Michael_> Hello, any one going to help me please
2016-06-24 17:20 <Michael_> Hi, all
2016-06-24 17:22 <nicoe> Michael_: There was already plenty of help supplied IMHO
2016-06-24 17:24 <Michael_> Nicoe, there is no document for JSON RPC call,otherwise I also don't waste my time
2016-06-24 17:26 <cedk> Michael_: JSON-RPC is a standard but you have to read Python code to know the syntax
2016-06-24 17:26 <cedk> Michael_: so stop complaining about missing documentation
2016-06-24 17:26 <cedk> patch is welcome to complete the documentation
2016-06-24 17:27 <Michael_> Ok, no worries, thanks for your time
2016-06-24 17:57 <perilla> Michael_: why dont use tryton_flask?
2016-06-24 17:58 <perilla> Michael_: sorry flask_tryton
2016-06-24 18:50 -!- giesen(~ggiesen@2001:19f0:0:1019:5400:ff:fe25:bda6) has joined #tryton
2016-06-24 20:01 -!- yangoon_rm(~mathiasb@137.158.23.34) has joined #tryton
2016-06-24 20:02 -!- yangoon_rm1(~mathiasb@137.158.23.34) has joined #tryton
2016-06-24 22:01 -!- bvillasanti(~bvillasan@138.117.21.154) has joined #tryton
2016-06-24 22:12 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2016-06-24 22:29 -!- JosDzG(~Thunderbi@189.191.233.2) has joined #tryton
2016-06-24 22:46 -!- JosDzG(~Thunderbi@189.191.233.2) has joined #tryton
2016-06-24 23:57 -!- JosDzGx(~Thunderbi@189.191.233.2) has joined #tryton

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