IRC logs of #tryton for Sunday, 2010-03-07

chat.freenode.net #tryton log beginning Sun Mar 7 00:00:02 CET 2010
2010-03-07 00:13 -!- sharoon(~sharoonth@opg066b.halls.manchester.ac.uk) has joined #tryton
2010-03-07 00:37 -!- FWiesing(~FWiesing@194-208-185-012.tele.net) has left #tryton
2010-03-07 00:45 -!- tekknokrat(~gthielebe@95.214.31.39) has joined #tryton
2010-03-07 01:44 -!- digitalsatori(~tony@116.233.249.118) has joined #tryton
2010-03-07 03:40 -!- digitalsatori(~tony@116.233.249.118) has joined #tryton
2010-03-07 05:19 -!- digitalsatori(~tony@116.233.249.118) has joined #tryton
2010-03-07 05:20 -!- yangoon(~mathiasb@p549F4AE8.dip.t-dialin.net) has joined #tryton
2010-03-07 06:09 -!- digitalsatori(~tony@116.233.249.118) has joined #tryton
2010-03-07 06:47 -!- digitalsatori(~tony@116.233.249.118) has joined #tryton
2010-03-07 08:33 -!- carlos(~carlos@247.156.221.87.dynamic.jazztel.es) has joined #tryton
2010-03-07 08:54 -!- sharkcz(~dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2010-03-07 09:31 -!- Timitos(~timitos@88.217.184.172) has joined #tryton
2010-03-07 10:16 -!- woakas(~woakas@devel.invytec.com) has joined #tryton
2010-03-07 10:25 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-03-07 11:41 -!- digitalsatori(~tony@116.233.249.118) has joined #tryton
2010-03-07 12:21 -!- tekknokrat(~gthielebe@83.52.158.66) has joined #tryton
2010-03-07 12:50 -!- enlightx(~enlightx@host-78-13-116-22.cust-adsl.tiscali.it) has joined #tryton
2010-03-07 13:07 -!- ikks(~ikks@200.118.243.193) has joined #tryton
2010-03-07 13:35 -!- carlos(~carlos@84.232.69.185) has joined #tryton
2010-03-07 14:00 -!- carlos(~carlos@84.232.69.185) has joined #tryton
2010-03-07 14:03 -!- petrus(~petrus@142.176.238.58) has joined #tryton
2010-03-07 14:07 -!- digitalsatori(~tony@116.233.249.118) has joined #tryton
2010-03-07 14:11 -!- sharoon(~chatzilla@vpn38.its.manchester.ac.uk) has joined #tryton
2010-03-07 14:11 <sharoon> cedk: hi
2010-03-07 14:11 <sharoon> cedk: how do i set variables in relatorio?
2010-03-07 14:16 -!- petrus(~petrus@142.176.238.58) has left #tryton
2010-03-07 14:30 -!- petrus(~petrus@142.176.238.58) has joined #tryton
2010-03-07 14:32 -!- petrus(~petrus@142.176.238.58) has left #tryton
2010-03-07 14:33 -!- yobhel(~yobhel@142.176.238.58) has joined #tryton
2010-03-07 14:33 -!- yobhel(~yobhel@142.176.238.58) has joined #tryton
2010-03-07 14:37 <cedk> sharoon: I don't understand
2010-03-07 14:38 <cedk> sharoon: you can not set variables, it is just eval statement
2010-03-07 14:38 <sharoon> cedk: ok
2010-03-07 14:39 <cedk> sharoon: what do you try to do?
2010-03-07 14:42 <sharoon> cedk: in a report i want to print the partner's address
2010-03-07 14:42 <sharoon> cedk: if the partner has a parent, hten it should be parents address
2010-03-07 14:43 <sharoon> then
2010-03-07 14:43 <cedk> sharoon: I think you should create a function field that return what you want
2010-03-07 14:43 <cedk> sharoon: instead of programming in reports
2010-03-07 14:43 <sharoon> cedk: ok
2010-03-07 14:45 <cedk> sharoon: but any way, you don't need assignation to program this in relatorio
2010-03-07 14:45 <cedk> sharoon: just use if statement
2010-03-07 14:46 <sharoon> cedk: i could use the complex and or also, but wanted to keep it simple right?
2010-03-07 14:46 <sharoon> cedk: "and or" logic in expressions
2010-03-07 14:47 -!- yobhel(~yobhel@142.176.238.58) has left #tryton
2010-03-07 15:18 <cedk> sharoon: "and or" will work
2010-03-07 15:44 -!- carlos(~carlos@84.232.69.185) has joined #tryton
2010-03-07 16:48 -!- paepke(~paepke@p4FEB0216.dip0.t-ipconnect.de) has joined #tryton
2010-03-07 16:53 -!- FWiesing(~FWiesing@194-208-185-012.tele.net) has joined #tryton
2010-03-07 18:10 -!- carlos(~carlos@247.156.221.87.dynamic.jazztel.es) has joined #tryton
2010-03-07 18:37 -!- paepke(~paepke@p4FEB0216.dip0.t-ipconnect.de) has left #tryton
2010-03-07 19:06 -!- sharkcz(~dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2010-03-07 20:07 -!- paepke(~paepke@p5B32D1B7.dip.t-dialin.net) has joined #tryton
2010-03-07 22:26 <Timitos> cedk: i try to prefill a one2many field in a wizard. but it does not seem to work: http://paste.pocoo.org/show/186799/
2010-03-07 22:26 <Timitos> cedk: do you have an idea why this is not working?
2010-03-07 22:27 <Timitos> cedk: this is the error message i get: http://paste.pocoo.org/show/186801/
2010-03-07 22:28 <cedk> Timitos: default values must be list of ids
2010-03-07 22:29 <Timitos> cedk: so i need to create the lines before using them on the wizard?
2010-03-07 22:33 <cedk> Timitos: http://paste.pocoo.org/show/186807/
2010-03-07 22:33 <cedk> Timitos: this should work
2010-03-07 22:38 <Timitos> cedk: sorry. i get the same error
2010-03-07 22:39 -!- Gavin_Achado(~Gavin_Ach@110-175-179-141.tpgi.com.au) has joined #tryton
2010-03-07 22:39 <cedk> Timitos: not the same?
2010-03-07 22:40 <Timitos> cedk: yes. now it is with dict: http://paste.pocoo.org/show/186809/
2010-03-07 22:41 <cedk> Timitos: need more info
2010-03-07 22:41 <Timitos> cedk: what do you need? i can send you this test module
2010-03-07 22:42 <cedk> Timitos: ok
2010-03-07 22:56 <Timitos> cedk: i need to leave now. cu tomorrow
2010-03-07 23:58 -!- digitalsatori(~tony@116.233.249.118) has joined #tryton
2010-03-07 23:59 -!- yangoon_rm(~mathiasb@p549F4AE8.dip.t-dialin.net) has joined #tryton

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