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