IRC logs of #tryton for Thursday, 2014-06-19

chat.freenode.net #tryton log beginning Thu Jun 19 00:00:01 CEST 2014
2014-06-19 00:45 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-06-19 03:02 -!- sharoonthomas(~sharoonth@122.177.90.10) has joined #tryton
2014-06-19 03:05 -!- sharoonthomas(~sharoonth@122.177.90.10) has joined #tryton
2014-06-19 03:08 -!- vak0160(~vak0160@36.72.229.107) has joined #tryton
2014-06-19 03:27 -!- sharoonthomas(~sharoonth@122.177.90.10) has joined #tryton
2014-06-19 03:39 -!- digitalsatori(~Thunderbi@114.94.158.60) has joined #tryton
2014-06-19 04:11 -!- sharoonthomas(~sharoonth@122.177.90.10) has joined #tryton
2014-06-19 04:42 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-06-19 05:38 -!- digitalsatori(~Thunderbi@114.94.158.60) has joined #tryton
2014-06-19 06:08 -!- vak0160(~vak0160@36.72.229.107) has joined #tryton
2014-06-19 06:44 -!- frispete(~frispete@p54A90DEB.dip0.t-ipconnect.de) has joined #tryton
2014-06-19 07:01 -!- yangoon(~mathiasb@p549F0C98.dip0.t-ipconnect.de) has joined #tryton
2014-06-19 07:08 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-06-19 07:25 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-06-19 08:14 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-06-19 08:20 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-06-19 08:30 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-06-19 08:52 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-06-19 09:19 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-06-19 09:29 -!- woakas(~woakas@static.13.240.46.78.clients.your-server.de) has joined #tryton
2014-06-19 10:29 -!- bechamel1(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-06-19 10:30 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-06-19 10:31 -!- LordVan(~lordvan@93.82.207.62) has joined #tryton
2014-06-19 10:31 -!- LordVan(~lordvan@gentoo/developer/LordVan) has joined #tryton
2014-06-19 10:36 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-06-19 11:28 -!- paullev(52129fe3@gateway/web/freenode/ip.82.18.159.227) has joined #tryton
2014-06-19 11:29 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-06-19 11:42 <paullev> Hello, I'm looking for a little help with Reports...
2014-06-19 11:43 <paullev> I'm trying to add a Picking List to Productions, I get the basic info OK - Reference, Code etc, but can't get the Moves details to work
2014-06-19 11:45 <paullev> I want to do something like <for each="move in moves[production.id]"> <move.production_input.rec_name> </for> but I get 500 Internal Server Error
2014-06-19 11:51 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-06-19 12:15 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-06-19 12:21 <sharoonthomas> paullev: moves[production.id] looks wrong
2014-06-19 12:22 <sharoonthomas> paullev: if you are using a production object [1] to generate the report you should be using inputs [2] and outputs [3]
2014-06-19 12:22 <sharoonthomas> [1] https://github.com/tryton/production/blob/develop/production.py#L17
2014-06-19 12:22 <sharoonthomas> [2] https://github.com/tryton/production/blob/develop/production.py#L102
2014-06-19 12:22 <sharoonthomas> [3] https://github.com/tryton/production/blob/develop/production.py#L112
2014-06-19 12:40 <pokoli> paullev: do you plan to provide a patch for the production module?
2014-06-19 12:48 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2014-06-19 12:50 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-06-19 13:00 <paullev> sharoonthomas - thanks I'll check that out later
2014-06-19 13:02 <paullev> pokoli: I just need to get it working on one instance first, but am happy to share it. I'm not really a developer... have never done a formal patch
2014-06-19 13:06 <pokoli> paullev: IMHO would be great to have this report on standard module
2014-06-19 13:06 <pokoli> paullev: when finished have a look on https://code.google.com/p/tryton/wiki/HowtoContribute
2014-06-19 13:07 <pokoli> paullev: and ping me if you have some doubts :)
2014-06-19 13:07 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2014-06-19 13:42 -!- vcardon(~vcardon@LNeuilly-152-23-15-185.w193-252.abo.wanadoo.fr) has joined #tryton
2014-06-19 13:43 -!- vcardon(~vcardon@LNeuilly-152-23-15-185.w193-252.abo.wanadoo.fr) has joined #tryton
2014-06-19 13:53 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-06-19 13:55 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-06-19 14:33 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-06-19 14:46 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton
2014-06-19 14:49 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-06-19 15:02 -!- mariomop(~quassel@host142.186-125-108.telecom.net.ar) has joined #tryton
2014-06-19 15:14 -!- vernichon(~Thunderbi@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton
2014-06-19 15:24 -!- frispete(~frispete@p54A90DEB.dip0.t-ipconnect.de) has joined #tryton
2014-06-19 15:32 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-06-19 16:09 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-06-19 16:11 -!- smarro(~sebastian@190.105.87.179) has joined #tryton
2014-06-19 16:20 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-06-19 16:36 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-06-19 17:26 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-06-19 17:36 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-06-19 17:42 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-06-19 17:47 -!- vcardon(~vcardon@LNeuilly-152-23-15-185.w193-252.abo.wanadoo.fr) has left #tryton
2014-06-19 17:47 -!- Telesight(~anthony@77-175-159-159.FTTH.ispfabriek.nl) has joined #tryton
2014-06-19 17:54 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-06-19 17:57 -!- littlebit(~Thunderbi@ulmg-5d8454ff.pool.mediaWays.net) has joined #tryton
2014-06-19 18:35 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-06-19 18:37 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-06-19 19:29 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton
2014-06-19 19:39 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-06-19 20:10 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-06-19 20:10 -!- frispete(~frispete@p54A90DEB.dip0.t-ipconnect.de) has joined #tryton
2014-06-19 20:10 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-06-19 20:10 -!- udono(~udono@ip-109-90-216-79.unitymediagroup.de) has joined #tryton
2014-06-19 20:10 -!- alisonken1home(~alisonken@pool-71-104-227-145.lsanca.dsl-w.verizon.net) has joined #tryton
2014-06-19 20:10 -!- pelox(~rail@gusl/staff/risturiz) has joined #tryton
2014-06-19 20:10 -!- amsys(~amsys@its.mu) has joined #tryton
2014-06-19 20:10 -!- squat_(~quassel@net.srv.multi24.com) has joined #tryton
2014-06-19 20:16 -!- sharoonthomas(~sharoonth@122.177.90.10) has joined #tryton
2014-06-19 20:16 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-06-19 20:16 -!- frispete(~frispete@p54A90DEB.dip0.t-ipconnect.de) has joined #tryton
2014-06-19 20:16 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-06-19 20:16 -!- udono(~udono@ip-109-90-216-79.unitymediagroup.de) has joined #tryton
2014-06-19 20:16 -!- alisonken1home(~alisonken@pool-71-104-227-145.lsanca.dsl-w.verizon.net) has joined #tryton
2014-06-19 20:16 -!- pelox(~rail@gusl/staff/risturiz) has joined #tryton
2014-06-19 20:16 -!- amsys(~amsys@its.mu) has joined #tryton
2014-06-19 20:16 -!- squat_(~quassel@net.srv.multi24.com) has joined #tryton
2014-06-19 20:33 -!- alisonken1home(~alisonken@pool-71-104-227-145.lsanca.dsl-w.verizon.net) has joined #tryton
2014-06-19 20:33 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-06-19 20:40 -!- vernichon(~Thunderbi@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton
2014-06-19 20:49 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-06-19 23:12 -!- smarro(~sebastian@190.105.93.196) has joined #tryton

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