IRC logs of #tryton for Saturday, 2014-04-05

chat.freenode.net #tryton log beginning Sat Apr 5 00:00:01 CEST 2014
2014-04-05 01:54 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-04-05 04:58 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-04-05 06:41 -!- frispete(~frispete@p54A904A6.dip0.t-ipconnect.de) has joined #tryton
2014-04-05 07:00 -!- yangoon1(~mathiasb@p549F09F3.dip0.t-ipconnect.de) has joined #tryton
2014-04-05 07:50 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-04-05 08:47 -!- sharoonthomas(~sharoonth@118.91.181.18) has joined #tryton
2014-04-05 08:47 -!- sharoonthomas(~sharoonth@118.91.181.18) has left #tryton
2014-04-05 09:11 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-04-05 10:27 -!- littlebit(~Thunderbi@ulmg-5d8448f1.pool.mediaWays.net) has joined #tryton
2014-04-05 10:31 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-04-05 10:41 -!- sharoonthomas(~sharoonth@118.91.181.18) has joined #tryton
2014-04-05 11:14 -!- Telesight(~anthony@77-175-168-222.FTTH.ispfabriek.nl) has joined #tryton
2014-04-05 11:53 -!- rafiu(~Adium@cpc67384-walt16-2-0-cust1020.13-2.cable.virginmedia.com) has joined #tryton
2014-04-05 11:54 -!- sharoonthomas(~sharoonth@118.91.181.18) has joined #tryton
2014-04-05 12:34 -!- sharoonthomas(~sharoonth@118.91.181.18) has joined #tryton
2014-04-05 12:35 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-04-05 13:54 -!- sharoonthomas(~sharoonth@118.91.181.18) has joined #tryton
2014-04-05 14:50 -!- grasbauer(~jan@dslb-094-223-195-081.pools.arcor-ip.net) has joined #tryton
2014-04-05 16:11 -!- vernicho1(~Thunderbi@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton
2014-04-05 16:42 -!- smarro(~sebastian@190.105.85.74) has joined #tryton
2014-04-05 17:16 -!- sharoonthomas(~sharoonth@118.91.181.18) has joined #tryton
2014-04-05 17:48 -!- smarro(~sebastian@190.105.85.74) has joined #tryton
2014-04-05 17:58 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-04-05 18:41 -!- dada-p(53b7122c@gateway/web/freenode/ip.83.183.18.44) has joined #tryton
2014-04-05 18:42 <dada-p> hi, I have a stupid question: how do I add a line into existing move in code? snippet would be appreciated..
2014-04-05 19:47 -!- Telesight(~anthony@77-175-168-222.FTTH.ispfabriek.nl) has joined #tryton
2014-04-05 20:19 -!- littlebit(~Thunderbi@ulmg-5d8448f1.pool.mediaWays.net) has joined #tryton
2014-04-05 20:21 -!- sharoonthomas(~sharoonth@122.177.61.87) has joined #tryton
2014-04-05 20:33 -!- sharoonthomas(~sharoonth@122.177.61.87) has joined #tryton
2014-04-05 20:44 <cedk> dada-p: just create the line and fill move field with the id of the move
2014-04-05 22:50 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-04-05 23:09 <dada-p> cedk: thanks, that works. If I want to change existing line's data, do I need to instantiate it first (browse), change and after save() ?
2014-04-05 23:11 <cedk> dada-p: it is a possibility or you can just use write method
2014-04-05 23:13 <cedk> dada-p: Tryton has both methods: Active Record and DAO
2014-04-05 23:19 <dada-p> cedk: so with 'write' it would be something like move.write([self], changed_line) ?
2014-04-05 23:22 <cedk> dada-p: yes
2014-04-05 23:40 <cedk> dada-p: usefull when applying the same change to a bunch of records

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