IRC logs of #tryton for Wednesday, 2009-06-17

chat.freenode.net #tryton log beginning Wed Jun 17 00:00:02 CEST 2009
2009-06-17 00:02 -!- FWiesing(n=FWiesing@194-208-185-012.tele.net) has left #tryton
2009-06-17 01:46 -!- CIA-69(n=CIA@208.69.182.149) has joined #tryton
2009-06-17 03:39 -!- ikks(n=ikks@190.102.213.27) has joined #tryton
2009-06-17 04:04 -!- ikks_(n=ikks@186.97.57.202) has joined #tryton
2009-06-17 04:27 -!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2009-06-17 05:19 -!- yangoon(n=mathiasb@p549F4B4F.dip.t-dialin.net) has joined #tryton
2009-06-17 06:15 -!- gremly(n=gremly@190.156.162.101) has joined #tryton
2009-06-17 06:23 -!- gremly(n=gremly@190.156.162.101) has joined #tryton
2009-06-17 07:15 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-06-17 07:41 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-06-17 08:07 -!- paepke(n=paepke@imap.metaldyne.de) has joined #tryton
2009-06-17 08:25 -!- enlightx(n=enlightx@host-84-223-75-213.cust-adsl.tiscali.it) has joined #tryton
2009-06-17 08:39 -!- carlos(n=carlos@74.157.221.87.dynamic.jazztel.es) has joined #tryton
2009-06-17 09:34 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-06-17 09:43 <carlos> hmm, where should I put code in Tryton to be executed with the db update so I get some new fields initialised based on old data existing in the database ?
2009-06-17 09:45 <cedk> carlos: http://hg.tryton.org/hgwebdir.cgi/modules/account/file/d5a7418012ea/journal.py#l116
2009-06-17 09:48 <carlos> hmm, at that point, are new table columns already created in the database?
2009-06-17 09:48 <cedk> carlos: yes if the super call is before
2009-06-17 09:49 <carlos> ok, thanks
2009-06-17 10:09 -!- bechamel(n=user@host-85-201-74-27.brutele.be) has joined #tryton
2009-06-17 10:54 <CIA-69> ced roundup * #1085/impossible to sort list by "Effective Date":
2009-06-17 10:54 <CIA-69> It is because the date is a Function field that takes the values from move.
2009-06-17 10:54 <CIA-69> And as there is no order_field parameter, it is not sortable.
2009-06-17 10:54 <CIA-69> I chec ...
2009-06-17 10:54 <CIA-69> http://bugs.tryton.org/roundup/issue1085
2009-06-17 12:00 -!- enlightx(n=enlightx@host-84-223-75-213.cust-adsl.tiscali.it) has joined #tryton
2009-06-17 12:06 <CIA-69> matb roundup * #1086/ValueError: too many values to unpack:
2009-06-17 12:06 <CIA-69> [new] Opening Financial Management/Entries/Account Moves:
2009-06-17 12:06 <CIA-69> Traceback (most recent call last):
2009-06-17 12:06 <CIA-69> File "/tryton/gui/window/tree.py", line 286, in ...
2009-06-17 12:06 <CIA-69> http://bugs.tryton.org/roundup/issue1086
2009-06-17 12:11 <CIA-69> C?dric Krier <ced@b2ck.com> default * 1347:c1e759dca340 tryton/tryton/gui/window/view_form/screen/screen.py: Fix maxsplit on domain split for issue1086
2009-06-17 12:11 <CIA-69> http://hg.tryton.org/tryton/rev/c1e759dca340
2009-06-17 12:15 <CIA-69> ced roundup * #1086/ValueError: too many values to unpack: [resolved] Fix with changeset c1e759dca340
2009-06-17 12:15 <CIA-69> http://bugs.tryton.org/roundup/issue1086
2009-06-17 13:20 -!- gremly(n=gremly@190.156.162.101) has joined #tryton
2009-06-17 14:15 -!- _TiN_(n=TiN@190.189.9.80) has joined #tryton
2009-06-17 14:20 -!- carlos(n=carlos@87.221.157.74) has joined #tryton
2009-06-17 15:04 -!- tekknokrat(n=gthieleb@port-87-193-170-219.static.qsc.de) has joined #tryton
2009-06-17 15:06 -!- carlos(n=carlos@74.157.221.87.dynamic.jazztel.es) has joined #tryton
2009-06-17 15:07 -!- bechamel(n=user@85.201.74.27) has joined #tryton
2009-06-17 15:27 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-06-17 16:45 -!- gremly(n=gremly@190.156.162.101) has joined #tryton
2009-06-17 16:54 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-06-17 17:54 -!- enlightx(n=enlightx@host-84-223-75-213.cust-adsl.tiscali.it) has joined #tryton
2009-06-17 17:58 -!- gremly(n=gremly@190.156.162.101) has joined #tryton
2009-06-17 17:58 -!- enlightx(n=enlightx@host-84-223-75-213.cust-adsl.tiscali.it) has joined #tryton
2009-06-17 18:59 -!- FWiesing(n=FWiesing@194-208-185-012.tele.net) has joined #tryton
2009-06-17 19:00 <CIA-69> FWiesing roundup * #1085/impossible to sort list by "Effective Date": I think this is not a big thing - it's more a wish for the future. Cédric Krier @tycho.b2ck.com schrieb: > Cédric Krier <cedric.krier@b2ck.com> ...
2009-06-17 19:00 <CIA-69> http://bugs.tryton.org/roundup/issue1085
2009-06-17 19:44 -!- gremly(n=gremly@190.156.162.101) has joined #tryton
2009-06-17 20:13 -!- tekknokrat(n=gthieleb@port-87-193-170-219.static.qsc.de) has left #tryton
2009-06-17 21:14 -!- tekknokrat(n=gthieleb@dslb-088-074-162-061.pools.arcor-ip.net) has joined #tryton
2009-06-17 21:39 -!- gremly(n=gremly@190.156.162.101) has joined #tryton
2009-06-17 22:19 -!- bechamel(n=user@85.201.74.27) has left #tryton

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