IRC logs of #tryton for Friday, 2016-02-12

chat.freenode.net #tryton log beginning Fri Feb 12 00:00:02 CET 2016
2016-02-12 00:29 -!- nelek(~nf@unaffiliated/nelek) has joined #tryton
2016-02-12 00:47 -!- nelek(~nf@unaffiliated/nelek) has joined #tryton
2016-02-12 01:08 -!- nelek(~nf@unaffiliated/nelek) has joined #tryton
2016-02-12 02:43 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-02-12 05:01 <csotelo_> dear coders, is possible to set a domain based on a context value or user loged value?
2016-02-12 05:40 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2016-02-12 05:44 -!- kstenger(~karla@r179-24-187-124.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-02-12 07:40 -!- frispete(~frispete@p54A91DAC.dip0.t-ipconnect.de) has joined #tryton
2016-02-12 07:59 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-02-12 08:00 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2016-02-12 08:13 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-02-12 08:39 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-02-12 09:05 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-02-12 10:08 -!- jcr(~jcr@61.142.180.234) has joined #tryton
2016-02-12 10:08 <jcr> hi everyone
2016-02-12 10:09 <jcr> I am having quite some problems setting up a tryton server with pgsql db
2016-02-12 10:10 <jcr> when I reach the step "initialize a database", the instruction ends with a Errno98 port in use error
2016-02-12 10:11 <jcr> other steps should be good, but the jsonrpc thing dosen't like it
2016-02-12 10:12 <jcr> checking the 8000 port shows that tryton is already listening ...
2016-02-12 10:13 <jcr> I installed from debian stretch (tryton 3.8), both server and client, and the db is setup as shown in the doc
2016-02-12 10:17 <jcr> because I am setting up a server box from nothing, I can reinstall the whole system if needed, but I am afraid it won't solve the main problem ... is there a mandatory order of proceeding for the installation with pg ? (first set up db, then modify /etc/tryton/trytond.config, then run the trytond -c config etc. line ?
2016-02-12 10:19 <jcr> sorry I have to leave for the moment, I will check in tomorrow
2016-02-12 10:19 <jcr> thanks for any input ! :-)
2016-02-12 10:20 -!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton
2016-02-12 11:45 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-02-12 12:28 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton
2016-02-12 13:21 -!- juanfe(~juanfe@181.143.145.58) has joined #tryton
2016-02-12 13:26 -!- sisalp(~sisalpuse@boxoo.sisalp.net) has left #tryton
2016-02-12 13:42 -!- lukio(~lukio@host126.186-109-85.telecom.net.ar) has joined #tryton
2016-02-12 14:18 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-02-12 14:50 -!- lukio(~lukio@186.19.251.90) has joined #tryton
2016-02-12 14:58 -!- nelek_(~nf@ip-83-134-57-46.dsl.scarlet.be) has joined #tryton
2016-02-12 15:02 -!- bvillasanti(~bvillasan@190.105.71.186) has joined #tryton
2016-02-12 15:26 <csotelo_> hello, I have a lazy questions, is there an event lie on_create? thanks
2016-02-12 15:26 <csotelo_> like*
2016-02-12 15:29 <cedk> csotelo_: ModelStorage.create
2016-02-12 15:32 <csotelo_> cedk, I mean an event that is triggered on a record create. I guess create is a method to create records using a dict of values
2016-02-12 15:33 <csotelo_> or.. COuld I do something like def create(cls): Super().create() .....
2016-02-12 15:33 <csotelo_> without break the normal behavior?
2016-02-12 15:41 <cedk> csotelo_: of course
2016-02-12 15:41 <csotelo_> perfect! Thanks
2016-02-12 15:41 <cedk> csotelo_: Tryton moduliraty is not even based, it is real Python inheritage
2016-02-12 15:42 <csotelo_> Yeah..
2016-02-12 16:21 -!- mariomop(~quassel@181.110.60.220) has joined #tryton
2016-02-12 17:15 -!- nina(~nina@177.19.245.134) has joined #tryton
2016-02-12 17:21 <nina> I created a new module to print a new report that will replace the old one. And also created his .po file, but some strings appear untranslated although I have them placed in the file. can someone help me?
2016-02-12 17:23 <nina> I'd like also override some words.
2016-02-12 17:42 <cedk> nina: how did you create it?
2016-02-12 17:45 <nina> cedk: I created the new health_history, and I used http://doc.tryton.org/3.8/trytond/doc/topics/reports/index.html?highlight=report replacing existing reports.
2016-02-12 17:46 -!- kstenger1(~karla@r179-24-186-139.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-02-12 17:46 <nina> cedk: Do you like I send my module to you?
2016-02-12 17:48 <cedk> nina: I mean: How did you create the translations?
2016-02-12 17:53 <nina> cedk: I copy the original translations of the module health_history and delete the words that I didn't want, I added the new words and I kept the ones I wanted to subscribe
2016-02-12 17:55 <cedk> nina: this will not work
2016-02-12 17:55 <cedk> nina: you have to use the translations wizards
2016-02-12 17:56 <cedk> nina: http://doc.tryton.org/3.8/trytond/doc/topics/translation.html
2016-02-12 17:56 <nina> cedk: In 'Override translations'?
2016-02-12 17:58 <cedk> nina: no, you are doing a new report so it is new translations
2016-02-12 18:09 <nina> cedk: Ok, I thought that was override. Thanks.
2016-02-12 18:11 <nina> cedk: The translations is just for my odt file.
2016-02-12 18:11 <cedk> nina: do the translation for your module
2016-02-12 18:11 <nina> cedk: ok
2016-02-12 18:21 -!- lukio(~lukio@host126.186-109-85.telecom.net.ar) has joined #tryton
2016-02-12 18:41 -!- bechamel(~Adium@host-95-182-199-152.dynamic.voo.be) has joined #tryton
2016-02-12 18:41 -!- mholtzberg(~mholtzber@p50931afa.dip0.t-ipconnect.de) has joined #tryton
2016-02-12 19:49 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton
2016-02-12 20:21 -!- lukio(~lukio@186.19.251.90) has joined #tryton
2016-02-12 21:17 -!- lukio(~lukio@88-38-16-190.fibertel.com.ar) has joined #tryton

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