IRC logs of #tryton for Tuesday, 2014-08-05

chat.freenode.net #tryton log beginning Tue Aug 5 00:00:02 CEST 2014
2014-08-05 00:50 -!- grasbauer(~jan@ip92340dc6.dynamic.kabel-deutschland.de) has joined #tryton
2014-08-05 02:34 -!- grasbauer(~jan@ip92340dc6.dynamic.kabel-deutschland.de) has joined #tryton
2014-08-05 03:06 -!- frispete(~frispete@p54A92061.dip0.t-ipconnect.de) has joined #tryton
2014-08-05 04:06 -!- pablovannini(~pablo@r179-25-173-58.dialup.adsl.anteldata.net.uy) has joined #tryton
2014-08-05 05:22 -!- digitalsatori(~Thunderbi@116.234.117.36) has joined #tryton
2014-08-05 06:25 -!- ronaldm(~ronaldm@197.211.216.214) has joined #tryton
2014-08-05 06:40 -!- frispete_(~frispete@p54A91E7E.dip0.t-ipconnect.de) has joined #tryton
2014-08-05 06:42 -!- sharoonthomas(~sharoonth@122.177.175.227) has joined #tryton
2014-08-05 07:29 -!- udono(~udono@ip-109-90-216-79.hsi11.unitymediagroup.de) has joined #tryton
2014-08-05 07:32 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-08-05 07:58 -!- rpit(~ralf@dslb-088-071-254-028.088.071.pools.vodafone-ip.de) has joined #tryton
2014-08-05 08:16 -!- digitalsatori(~Thunderbi@116.234.117.36) has joined #tryton
2014-08-05 08:16 -!- prksh(~prksh@122.177.107.89) has joined #tryton
2014-08-05 08:18 -!- prksh(~prksh@122.177.175.227) has joined #tryton
2014-08-05 09:15 -!- sharoonthomas(~sharoonth@122.177.107.89) has joined #tryton
2014-08-05 09:29 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-08-05 09:48 -!- nicoe(~nicoe@balisto.office.b2ck.com) has joined #tryton
2014-08-05 10:01 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-08-05 10:19 -!- grasbauer(~jan@ip92340dc6.dynamic.kabel-deutschland.de) has joined #tryton
2014-08-05 10:52 -!- ronaldm(~ronaldm@197.221.242.123) has joined #tryton
2014-08-05 11:50 <mar> how do I make percentage field with 0-100 validation?
2014-08-05 11:50 <mar> do I write validation manually or can I use domains or something like that?
2014-08-05 12:35 <pokoli> mar: you can use domain to do that
2014-08-05 12:37 <pokoli> mar: also you can use the factor to show it on the views, see http://doc.tryton.org/3.2/trytond/doc/topics/views/index.html?highlight=factor
2014-08-05 12:37 <mar> pokoli, how can I use domain to do that?
2014-08-05 12:38 <mar> domain=[('field_name', '>=', 0), ..<= 100]
2014-08-05 12:38 <pokoli> mar: domain=[('fieldname', '>', 0), ('fieldname', '<', 100)]
2014-08-05 12:38 <pokoli> mar: if you use factor (as sugested), use 1 instead of 100
2014-08-05 12:39 <mar> thanks, it's just weird that I have to repeat the fieldname when defining field
2014-08-05 12:39 <pokoli> mar: as the client will show 100, but the real value will be 1
2014-08-05 12:39 <mar> since it's precision=2, i think i'll use integer for that.
2014-08-05 12:40 <pokoli> mar: i will use numeric, as you can change add more precision if needed, but feel free to use integer
2014-08-05 12:41 <mar> ok, thanks for suggestions
2014-08-05 13:00 -!- ronaldm(~ronaldm@197.221.240.199) has joined #tryton
2014-08-05 13:02 -!- mariomop(~quassel@host163.190-138-105.telecom.net.ar) has joined #tryton
2014-08-05 13:03 <mar> looks like domain didn't work
2014-08-05 13:03 <mar> paper_percent = fields.Integer("Paper, Carton %", domain=[('paper_percent', '>', 0), ('paper_percent', '<', 100)],
2014-08-05 13:04 <mar> did I do something wrong?
2014-08-05 13:07 <pokoli> mar: what does not work?
2014-08-05 13:07 <mar> it allows me to save such field with value of -25
2014-08-05 13:07 <mar> I expected at least domain_validation_record or something
2014-08-05 13:07 <pokoli> mar: have you refreshed the view updated the module?
2014-08-05 13:08 <mar> yes
2014-08-05 13:09 <mar> reloaded / refreshed everything I could
2014-08-05 13:17 <cedk> mar: you probably don't use 3.2 series
2014-08-05 13:34 -!- frispete(~frispete@p54A91E7E.dip0.t-ipconnect.de) has joined #tryton
2014-08-05 13:50 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2014-08-05 14:10 -!- sharoonthomas(~sharoonth@122.177.175.227) has joined #tryton
2014-08-05 14:12 -!- prksh(~prksh@122.177.175.227) has joined #tryton
2014-08-05 14:34 -!- prksh_(~prksh@14.98.91.59) has joined #tryton
2014-08-05 14:44 -!- prksh(~prksh@122.177.107.89) has joined #tryton
2014-08-05 14:47 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-08-05 14:58 -!- meanmicio(~meanmicio@18.Red-83-42-32.dynamicIP.rima-tde.net) has joined #tryton
2014-08-05 14:58 -!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton
2014-08-05 15:26 -!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton
2014-08-05 15:26 -!- prksh(~prksh@122.177.107.89) has joined #tryton
2014-08-05 15:26 -!- sharoonthomas(~sharoonth@122.177.175.227) has joined #tryton
2014-08-05 15:26 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2014-08-05 15:26 -!- frispete(~frispete@p54A91E7E.dip0.t-ipconnect.de) has joined #tryton
2014-08-05 15:26 -!- mariomop(~quassel@host163.190-138-105.telecom.net.ar) has joined #tryton
2014-08-05 15:26 -!- ronaldm(~ronaldm@197.221.240.199) has joined #tryton
2014-08-05 15:26 -!- grasbauer(~jan@ip92340dc6.dynamic.kabel-deutschland.de) has joined #tryton
2014-08-05 15:26 -!- nicoe(~nicoe@balisto.office.b2ck.com) has joined #tryton
2014-08-05 15:26 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-08-05 15:26 -!- rpit(~ralf@dslb-088-071-254-028.088.071.pools.vodafone-ip.de) has joined #tryton
2014-08-05 15:26 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-08-05 15:26 -!- udono(~udono@ip-109-90-216-79.hsi11.unitymediagroup.de) has joined #tryton
2014-08-05 15:26 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2014-08-05 15:26 -!- Shrine(~mark@37.46.136.17) has joined #tryton
2014-08-05 15:26 -!- jcm(~jcm@cxr69-10-88-172-230-130.fbx.proxad.net) has joined #tryton
2014-08-05 15:26 -!- marc0s(~marcos@unaffiliated/marc0s) has joined #tryton
2014-08-05 15:26 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2014-08-05 15:26 -!- zultron(~zultron@99-190-134-148.lightspeed.austtx.sbcglobal.net) has joined #tryton
2014-08-05 15:26 -!- zodman(zodman@50.115.163.209) has joined #tryton
2014-08-05 15:26 -!- sharkcz(~sharkcz@server.danny.cz) has joined #tryton
2014-08-05 15:26 -!- alisonken1home(~alisonken@pool-71-104-227-145.lsanca.dsl-w.verizon.net) has joined #tryton
2014-08-05 15:26 -!- cthuluh(jca@chomsky.autogeree.net) has joined #tryton
2014-08-05 15:26 -!- Pilou(~pilou@pdpc/supporter/active/pilou) has joined #tryton
2014-08-05 15:26 -!- refnode(~refnode@refnode.com) has joined #tryton
2014-08-05 15:26 -!- woakas(~woakas@static.13.240.46.78.clients.your-server.de) has joined #tryton
2014-08-05 15:26 -!- buxy(~rhertzog@mail.vm.ouaza.com) has joined #tryton
2014-08-05 15:26 -!- rhowe(~rhowe@87-127-165-237.static.enta.net) has joined #tryton
2014-08-05 15:26 -!- flox(~florent@unaffiliated/flox) has joined #tryton
2014-08-05 15:26 -!- squat(~quassel@net.srv.multi24.com) has joined #tryton
2014-08-05 15:26 -!- ChanServ(ChanServ@services.) has joined #tryton
2014-08-05 15:27 -!- alisonken1home(~alisonken@pool-71-104-227-145.lsanca.dsl-w.verizon.net) has joined #tryton
2014-08-05 17:05 -!- ronaldm(~ronaldm@197.211.216.214) has joined #tryton
2014-08-05 17:31 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-08-05 17:34 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-08-05 17:40 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-08-05 17:54 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-08-05 18:11 -!- grasbauer(~jan@p54B9A18C.dip0.t-ipconnect.de) has joined #tryton
2014-08-05 18:20 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-08-05 18:37 -!- prksh(~prksh@180.188.247.34) has joined #tryton
2014-08-05 18:38 -!- cthuluh(jca@chomsky.autogeree.net) has joined #tryton
2014-08-05 18:45 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-08-05 18:47 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-08-05 18:50 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-08-05 19:32 -!- sharoonthomas(~sharoonth@122.177.160.2) has joined #tryton
2014-08-05 19:54 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-08-05 20:02 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-08-05 20:11 -!- s0(~s0@186.137.138.137) has joined #tryton
2014-08-05 20:13 <s0> hello, where are the odt templates for reports in tryton 3.2.1? I installed from Ubuntu repos and then upgraded from the tryton PPA.
2014-08-05 20:14 <s0> I used "sudo find / -name 'basic.odt'" but couldn't find anything.
2014-08-05 21:07 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2014-08-05 21:11 <s0> please help guise
2014-08-05 21:28 -!- littlebit(~Thunderbi@p549D75B5.dip0.t-ipconnect.de) has joined #tryton
2014-08-05 21:35 -!- littlebit1(~Thunderbi@p549D75B5.dip0.t-ipconnect.de) has joined #tryton
2014-08-05 21:42 <kstenger> s0 I just did the same search with *.odt and got matches, you may want to try it out, just no "basic.odt"
2014-08-05 21:47 <s0> yeah i'm dumb, "sudo find / -name '*.odt' | grep tryton" would have done it.
2014-08-05 21:47 <s0> thanks
2014-08-05 21:48 <kstenger> well, actually just running it at the trytond directory was more than enough :) yw
2014-08-05 21:49 <s0> >implying I even know where the trytond directory is
2014-08-05 21:49 <s0> thanks though :)
2014-08-05 22:49 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-08-05 23:51 -!- sharoonthomas(~sharoonth@122.177.160.2) has joined #tryton

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