IRC logs of #tryton for Wednesday, 2017-07-19

chat.freenode.net #tryton log beginning Wed Jul 19 00:00:01 CEST 2017
2017-07-19 00:07 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-07-19 00:09 <orphean> I decided to keep working on it and I just set up a really simple python script with the same structure as the 4.4 client to see if I can successfully getpeercert()
2017-07-19 00:09 <orphean> and it works
2017-07-19 00:09 <orphean> no issues
2017-07-19 00:10 <orphean> only difference could be I used http.client in python 3.5 vs httplib in 2.x
2017-07-19 00:11 <orphean> https://pastebin.com/kGNrgFQ9
2017-07-19 00:12 <orphean> so I am totally baffled right now as thats basically exactly what the 4.4 tryton client should do
2017-07-19 00:16 <orphean> now im really going to bed ; )
2017-07-19 00:23 <cedk> orphean: what says the log?
2017-07-19 00:24 <orphean> which log?
2017-07-19 00:27 <orphean> I can't get any output from the client with --verbose or any argument for that matter
2017-07-19 00:27 <orphean> (using windows exe client)
2017-07-19 00:30 -!- JosDzG(~Thunderbi@189.250.44.48) has joined #tryton
2017-07-19 00:31 <orphean> trytond itself shows nothing in the log, unless I poke it from a web browser, as nginx aborts the connection before the ssl handshake with the client is even complete with the official client
2017-07-19 00:32 <cedk> orphean: I mean tryton
2017-07-19 00:32 <orphean> like I said, no command line arguments are working
2017-07-19 00:33 <orphean> or at least nothing is being printed to the terminal
2017-07-19 00:34 <cedk> orphean: normally it should output in terminal when launched with -v
2017-07-19 00:34 <orphean> nope
2017-07-19 00:34 <orphean> wait a minute
2017-07-19 00:35 <orphean> i just tried in an admin terminal and no still nothing
2017-07-19 00:35 <orphean> which again is odd
2017-07-19 00:50 -!- JosDzG(~Thunderbi@189.250.44.48) has joined #tryton
2017-07-19 01:33 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-07-19 01:41 -!- kstenger1(~karla@r186-48-33-246.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-07-19 01:45 -!- csotelo(~csotelo@2001:1388:49c7:6ef2:6eac:34ff:dcd8:ed6) has joined #tryton
2017-07-19 03:53 -!- thaneor(~ldlc6@r179-25-162-61.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-07-19 05:47 -!- robink(~quassel@unaffilated/robink) has joined #tryton
2017-07-19 07:16 -!- LordVan(~LordVan@gentoo/developer/LordVan) has joined #tryton
2017-07-19 07:24 -!- thaneor(~ldlc6@r167-63-9-8.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-07-19 07:31 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2017-07-19 08:00 <LordVan> hi
2017-07-19 08:00 <LordVan> quick question since I havenT' seen anything like that yet: is it possible to have description fields with formatting? (font, bold, color,.. ) ? (for report generation)
2017-07-19 08:41 -!- dmollerm(~dmollerm@170.red-80-28-119.staticip.rima-tde.net) has joined #tryton
2017-07-19 08:43 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-07-19 09:24 <LordVan> morning cedk
2017-07-19 09:24 <LordVan> lemem repost my question from before ^^
2017-07-19 09:24 <LordVan> quick question since I havenT' seen anything like that yet: is it possible to have description fields with formatting? (font, bold, color,.. ) ? (for report generation)
2017-07-19 09:24 <cedk> LordVan: yes with the richtext widget
2017-07-19 09:25 <cedk> LordVan: but it can not yet be included in odt
2017-07-19 09:25 <cedk> https://bugs.tryton.org/issue2068
2017-07-19 09:26 <LordVan> cedk, hmm i see would that also handly copy paste from libre/open office?
2017-07-19 09:27 <LordVan> also do you know if anyone is working on it at the moment?
2017-07-19 09:28 <cedk> LordVan: if it is not assigned, I guess nobody
2017-07-19 09:29 <LordVan> point taken. sucks .. not sure if i'd have the time to do this myself
2017-07-19 09:30 <LordVan> guess I could work around by making 2 or 3 fields in tryton for the text that needs different formatting - not a good workaround though
2017-07-19 09:30 <LordVan> since afaik the data that gets inserted into the odt can be formatted (in the odt) i assume
2017-07-19 09:32 <LordVan> btw
2017-07-19 09:33 <LordVan> cedk, do i understand it correctly that for any extra fields i want to add (say to a party) I need to write a module for it? - or is there some other way to just add a text field (without any checks,.. ) ?
2017-07-19 09:34 <cedk> LordVan: the good practice is to write a module
2017-07-19 09:34 <cedk> LordVan: in your case, I would create a module which will contain all your small tunings
2017-07-19 09:34 <LordVan> cedk, you just answered my next question before i asked ;)
2017-07-19 09:35 <LordVan> btw that richtext widget .. is it available in the current release yet ? (no matter if it can be included in odt for now or not)
2017-07-19 09:43 <pokoli> LordVan: morning, yes it's available on currrent releases
2017-07-19 09:44 <LordVan> pokoli, morning & thanks ^^
2017-07-19 09:44 <LordVan> ok so odt generation aside data could be entered with it at least
2017-07-19 09:44 <LordVan> hm
2017-07-19 10:04 -!- csotelo(~csotelo@2001:1388:49c7:8250:f88e:54f4:9d2f:fbb6) has joined #tryton
2017-07-19 10:15 -!- dm0ller(~dmollerm@170.red-80-28-119.staticip.rima-tde.net) has joined #tryton
2017-07-19 10:15 <LordVan> it'sr eally annoying i am not getting enough time to sort out this module stuff
2017-07-19 10:15 <LordVan> too much other work
2017-07-19 10:21 <pokoli> LordVan: we can not help you with this :P
2017-07-19 10:22 <LordVan> haha unfortunately
2017-07-19 10:22 <LordVan> lol
2017-07-19 10:29 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2017-07-19 10:40 -!- rpit(~rpit@aftr-37-24-146-138.unity-media.net) has joined #tryton
2017-07-19 11:40 -!- orphean(~Orphean@31.192.224.224) has joined #tryton
2017-07-19 12:14 -!- sharkcz(~sharkcz@72.155.broadband6.iol.cz) has joined #tryton
2017-07-19 12:22 -!- rpit(~rpit@aftr-37-24-146-138.unity-media.net) has joined #tryton
2017-07-19 13:26 -!- udono(~udono@145.87.255.243) has joined #tryton
2017-07-19 14:25 <LordVan> btw
2017-07-19 14:26 <LordVan> i am currently looking at docs,..
2017-07-19 14:26 <LordVan> i am not sure i completely understand the product VS product variant
2017-07-19 14:26 <LordVan> how is this meant to be used?
2017-07-19 14:30 <cedk> LordVan: indeed technically, it is template > product
2017-07-19 14:30 <cedk> LordVan: template has most of the property but can have manu products which inherit those properties
2017-07-19 14:31 <LordVan> ah so if i create a product it is more like a template and then i create variants of it to be used
2017-07-19 14:31 <LordVan> that is why the production takes a variant nto an product?
2017-07-19 14:40 <cedk> LordVan: we always use the variants, it is the only real item
2017-07-19 14:41 <LordVan> ok
2017-07-19 14:41 <LordVan> i was not aware of that yet
2017-07-19 14:53 <LordVan> cedk, yould I use the translation module to change the names here - as to not confuse our users?
2017-07-19 14:53 <LordVan> like show it as product template and product instead of article and variant
2017-07-19 15:36 -!- kstenger(~karla@r186-55-75-98.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-07-19 15:58 -!- kobain(~kobain@unaffiliated/kobain) has joined #tryton
2017-07-19 16:34 -!- mariomop(~quassel@host97.186-108-234.telecom.net.ar) has joined #tryton
2017-07-19 16:36 -!- JosDzG(~Thunderbi@189.250.44.48) has joined #tryton
2017-07-19 16:51 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2017-07-19 18:27 -!- JosDzG(~Thunderbi@189.250.44.48) has joined #tryton
2017-07-19 19:07 -!- JosDzG(~Thunderbi@189.250.44.48) has joined #tryton
2017-07-19 19:27 -!- thaneor1(~ldlc6@r167-63-15-252.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-07-19 20:06 -!- nicoe(~nicoe@2a02:a03f:30b2:3c00:ee55:f9ff:fe7b:f7ac) has joined #tryton
2017-07-19 21:37 -!- kobain(~kobain@unaffiliated/kobain) has joined #tryton
2017-07-19 22:00 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton
2017-07-19 22:04 -!- JosDzG(~Thunderbi@189.250.44.48) has joined #tryton
2017-07-19 23:29 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton

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