IRC logs of #tryton for Thursday, 2009-03-19

chat.freenode.net #tryton log beginning Thu Mar 19 00:00:01 CET 2009
2009-03-19 00:00 <cedk> Timitos: what is the issue?
2009-03-19 00:01 <Timitos> it is not working
2009-03-19 00:02 <Timitos> cedk: the states = invisible part
2009-03-19 00:03 <Timitos> in the end it looks like this: {'invisible': '1 not in groups_option'} groups_option is many2many field and it is inherited
2009-03-19 00:03 <Timitos> and i don´t know why it does not work
2009-03-19 00:05 <Timitos> if i replace it by: {'invisible': True}. everything is working as planned. so i do not understand why this statement is not evaluated correctly
2009-03-19 00:07 <bechamel> Timitos: and group_option is available on the view ?
2009-03-19 00:08 <Timitos> bechamel: no. this is why i put the depends parameter. is this not correct?
2009-03-19 00:09 <cedk> Timitos: have you any log in the client
2009-03-19 00:12 <Timitos> cedk: yes. sorry. i did not expected that there: ERROR:record:Unable to eval 2 not in groups_option for field option_2 (record: 3@product.product)
2009-03-19 00:15 <cedk> Timitos: this is because the groups_option has this form in the client evaluation: [('set', [id, id])]
2009-03-19 00:16 <cedk> Timitos: oups sorry, this is false
2009-03-19 00:16 <Timitos> its a difficult topic :-)
2009-03-19 00:17 <Timitos> cedk: maybe the problem is that "1" is not a field but a normal value
2009-03-19 00:17 <cedk> Timitos: could you print the exception in line 127 of tryton/gui/window/view_form/model/field.py
2009-03-19 00:22 <Timitos> cedk: http://paste.pocoo.org/show/108573/
2009-03-19 00:24 <Timitos> cedk: i am starting to get an idea
2009-03-19 00:26 <cedk> Timitos: show me how you define the fields
2009-03-19 00:26 <Timitos> cedk: i think this is because the field comes from the base object i inherit from
2009-03-19 00:27 <Timitos> cedk: http://paste.pocoo.org/show/108577/
2009-03-19 00:28 <Timitos> oh. i should perhaps also paste the read function for this
2009-03-19 00:29 <Timitos> http://paste.pocoo.org/show/108578/
2009-03-19 00:30 <cedk> Timitos: no, the issue happen because the depends is not define on the fields
2009-03-19 00:31 <cedk> Timitos: you add it to the fields_get function but it is not the right place
2009-03-19 00:31 <cedk> Timitos: you must modify all the fields to add the depends
2009-03-19 00:31 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1638:ad48af0e7b62 trytond/trytond/model/modelsql.py: Add missing super call in create of ModelSQL
2009-03-19 00:32 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1639:4cc1fc6223a4 trytond/trytond/ir/default.py: Remove unused code
2009-03-19 00:32 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1640:52fd6f20f73b trytond/trytond/ir/default.py: Add Cache to get_default
2009-03-19 00:32 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1641:4832c82dc0ea trytond/trytond/ir/property.py: Add _set_values to allow easy override of set property
2009-03-19 00:32 <Timitos> cedk: all the fields? how?
2009-03-19 00:32 <cedk> Timitos: in the __init__
2009-03-19 00:33 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 133:d523b3c012bf company/company.py: Use _set_values instead of override set property
2009-03-19 00:33 <Timitos> so i need a __init__ for the class Product here?
2009-03-19 00:33 <cedk> Timitos: yes like http://hg.tryton.org/hgwebdir.cgi/modules/project/file/23a6c6e66b63/work.py#l13
2009-03-19 00:33 <cedk> vengfulsquirrel: I just push some speed improvement
2009-03-19 00:34 <cedk> vengfulsquirrel: but there is still one thing that I need to fix
2009-03-19 00:34 <cedk> vengfulsquirrel: but I need to think about it before
2009-03-19 00:35 <Timitos> cedk: but i do not see anything about depends there? or perhaps i need to understand better what is happening there
2009-03-19 00:36 <vengfulsquirrel> cedk: Thanks I'll try it out.
2009-03-19 00:38 <cedk> Timitos: I don't find an example with depends, but it is with context which works the same
2009-03-19 00:39 <Timitos> cedk: thx for your help. i will try to understand. i think i have now a better idea about my problem.
2009-03-19 00:41 <cedk> good night
2009-03-19 01:22 -!- vengfulsquirrel(n=ian@c-71-202-125-182.hsd1.ca.comcast.net) has left #tryton
2009-03-19 02:39 -!- juanfer(n=juanfer@190.24.186.155) has joined #tryton
2009-03-19 02:53 -!- vengfulsquirrel(n=ian@c-71-202-125-182.hsd1.ca.comcast.net) has joined #tryton
2009-03-19 03:44 -!- ikks(i=igor@186.97.1.120) has joined #tryton
2009-03-19 05:19 -!- yangoon(n=mathiasb@p549F5754.dip.t-dialin.net) has joined #tryton
2009-03-19 07:26 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2009-03-19 08:05 -!- Gedd(n=ged@77.109.113.71) has joined #tryton
2009-03-19 08:06 -!- cristi_an(i=5978d3ce@gateway/web/ajax/mibbit.com/x-ddd9fd27e55976f0) has joined #tryton
2009-03-19 08:08 <cristi_an> udono1: do you understand wht unit test from trytond do ?
2009-03-19 08:08 <cristi_an> btw,hi
2009-03-19 08:14 <udono1> cristi_an: hi, srry, no time now, maybe later in the evening...
2009-03-19 08:15 -!- johbo(n=joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton
2009-03-19 08:15 -!- racke(n=racke@a89-183-18-108.net-htp.de) has joined #tryton
2009-03-19 08:47 <cristi_an> k
2009-03-19 08:47 -!- racke(n=racke@a89-183-18-108.net-htp.de) has left #tryton
2009-03-19 09:01 -!- gadaga(n=gadaga@pic33-2-88-163-57-149.fbx.proxad.net) has joined #tryton
2009-03-19 09:10 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-03-19 09:15 <cristi_an> cedk: morning...i went deep in code...but i was not able to sole that pb :( with unit tests
2009-03-19 09:16 <cristi_an> i tried to debug...but there were tooo many info's for me escially i did not understood what are the values for left and right
2009-03-19 09:16 <cristi_an> since in the unit test you only inserted ... like 0,0,0 name or 0.0 1 name
2009-03-19 09:17 <cristi_an> then i discovers some method in create
2009-03-19 09:17 <cristi_an> called _update....
2009-03-19 09:17 <cristi_an> tree or so
2009-03-19 09:17 <cristi_an> and i was blocked :)
2009-03-19 09:18 <cedk> cristi_an: here an explanation of mptt: http://www.sitepoint.com/article/hierarchical-data-database/2/
2009-03-19 09:19 <cedk> cristi_an: but the strage thing is that with the same code, it doesn't fail on my host nor udono's host
2009-03-19 09:19 <cristi_an> yes...,that is why i want to knwo ,otherwise i did not have paied attention to it
2009-03-19 09:19 <cedk> can everybody run the unittest script under tests/test_tryton.py ?
2009-03-19 09:20 <cristi_an> like in Murphys laws ...i will be the only one...tha has failed tests :)
2009-03-19 09:20 <cedk> cristi_an: could you give the python, postgresql, psycopg version
2009-03-19 09:20 <cedk> cristi_an: and linux version and host processor
2009-03-19 09:21 <cristi_an> is posible to let you access my computer
2009-03-19 09:22 <cristi_an> :)
2009-03-19 09:22 <cristi_an> ?
2009-03-19 09:24 <cedk> cristi_an: if you want
2009-03-19 09:24 <cristi_an> the problem is ? do you have time and do you want ?
2009-03-19 09:25 -!- paola(n=paola@host-84-222-102-91.cust-adsl.tiscali.it) has joined #tryton
2009-03-19 09:26 <cedk> cristi_an: let's wait to see if others have the same issue
2009-03-19 09:26 <cedk> cristi_an: could you give already the info I ask above
2009-03-19 09:27 <cristi_an> sure i swithc to linux
2009-03-19 09:27 <cristi_an> back in 2 min
2009-03-19 09:31 -!- mib_uf6xx11i(i=5978d3ce@gateway/web/ajax/mibbit.com/x-7c7d1153a80de330) has joined #tryton
2009-03-19 09:32 -!- mib_uf6xx11i(i=5978d3ce@gateway/web/ajax/mibbit.com/x-7c7d1153a80de330) has left #tryton
2009-03-19 09:32 -!- mib_uf6xx11i(i=5978d3ce@gateway/web/ajax/mibbit.com/x-7c7d1153a80de330) has joined #tryton
2009-03-19 09:32 <mib_uf6xx11i> back
2009-03-19 09:33 -!- cristi_an(i=5978d3ce@gateway/web/ajax/mibbit.com/x-e3b032e288f87ca1) has joined #tryton
2009-03-19 09:33 <cristi_an> now i am back :)
2009-03-19 09:35 <cristi_an> http://mibbit.com/pb/vu7H6M
2009-03-19 09:35 <cristi_an> what other infos are needed
2009-03-19 09:35 <cristi_an> ?
2009-03-19 09:37 -!- bechamel(n=user@85.201.74.27) has joined #tryton
2009-03-19 09:38 <cedk> cristi_an: linux, postgresql, psycopg, processor
2009-03-19 09:38 <cristi_an> linux is ubunu 8.04
2009-03-19 09:39 <cristi_an> processor intel quad
2009-03-19 09:40 <cristi_an> "python-psycopg2 is already the newest version."
2009-03-19 09:40 <cristi_an> how can i found out version ?
2009-03-19 09:40 <cristi_an> on psycopg and postgress
2009-03-19 09:40 <cristi_an> ?
2009-03-19 09:41 <cedk> cristi_an: psql --version
2009-03-19 09:41 <cristi_an> psql (PostgreSQL) 8.3.6
2009-03-19 09:42 <cedk> cristi_an: python -c "import psycopg2; print psycopg2.__version__"
2009-03-19 09:43 <cristi_an> 2.0.6 (dec mx dt ext pq3
2009-03-19 09:47 <udono1> cedk: which database version you use?
2009-03-19 09:48 -!- enlightx(n=enlightx@host198-42-static.85-94-b.business.telecomitalia.it) has joined #tryton
2009-03-19 09:58 <cristi_an> did anybody had failed tests like i have ?
2009-03-19 10:02 -!- paola(n=paola@host-84-222-102-91.cust-adsl.tiscali.it) has joined #tryton
2009-03-19 10:05 -!- enlightx(n=enlightx@host198-42-static.85-94-b.business.telecomitalia.it) has joined #tryton
2009-03-19 10:06 <cedk> I propose that everyone says if the unittest works or not on his desktop
2009-03-19 10:06 <cedk> It works for me
2009-03-19 10:08 <cristi_an> people are not courious , maybe ...:)
2009-03-19 10:08 <cristi_an> for me it does not
2009-03-19 10:10 <cristi_an> for udono1 works
2009-03-19 10:11 <udono1> cedk: which postgres version do you use?
2009-03-19 10:12 <Timitos> cristi_an: what is your error?
2009-03-19 10:13 <bechamel> here there is a problem with the mptt test
2009-03-19 10:13 <Timitos> me too
2009-03-19 10:13 <udono1> It could be a problem with >8.3 we had this in the past, you remember, long lists and a limit exceeds
2009-03-19 10:13 <Timitos> http://paste.pocoo.org/show/108613/
2009-03-19 10:13 <udono1> which postgres versions do you have bechamel Timitos?
2009-03-19 10:14 <cedk> Timitos: you must have the server running
2009-03-19 10:14 <bechamel> 8.3.5
2009-03-19 10:14 <Timitos> cedk: ok. sorry :-)
2009-03-19 10:14 <udono1> Timitos: I guess it works on yours...
2009-03-19 10:15 <cristi_an> http://mibbit.com/pb/Ppn6uf
2009-03-19 10:15 <Timitos> cedk: http://paste.pocoo.org/show/108615/
2009-03-19 10:16 <cristi_an> Timitos:
2009-03-19 10:16 <cristi_an> YOU AR THE MAN
2009-03-19 10:16 <cristi_an> so i am not the only one
2009-03-19 10:18 <udono1> Timitos: which postgres version you use? psql --version
2009-03-19 10:18 <Timitos> udono1: psql (PostgreSQL) 8.2.11
2009-03-19 10:18 <udono1> Timitos: thanks
2009-03-19 10:19 <udono1> What about cedk? postgres version?
2009-03-19 10:19 <cedk> 8.0.15
2009-03-19 10:19 <cristi_an> udono1: you ?
2009-03-19 10:20 <cristi_an> bechamel: for you works ?
2009-03-19 10:20 <udono1> cristi_an: postgres 8.0.15
2009-03-19 10:20 <bechamel> cristi_an: as I said I also have the error
2009-03-19 10:20 <cristi_an> you have that as well ,sorry
2009-03-19 10:20 <cristi_an> did not noticed
2009-03-19 10:21 <udono1> so it could be a postgres issue > 8.0
2009-03-19 10:21 <cristi_an> bwell it is a postgress issue then
2009-03-19 10:21 <cristi_an> wonder what that could be
2009-03-19 10:21 <udono1> could be a postgres issue ...
2009-03-19 10:35 <cedk> I think I have found the issue
2009-03-19 10:36 <cedk> It is in the unittest
2009-03-19 10:39 <cristi_an> interesting ...
2009-03-19 10:39 -!- simahawk(n=simao@host198-42-static.85-94-b.business.telecomitalia.it) has joined #tryton
2009-03-19 10:40 -!- simahawk(n=simao@host198-42-static.85-94-b.business.telecomitalia.it) has left #tryton
2009-03-19 10:43 <cedk> those who have the test fail can try with this patch: http://dpaste.com/16397/
2009-03-19 10:44 -!- nicoe(n=nicoe@ip-80-236-226-142.dsl.scarlet.be) has joined #tryton
2009-03-19 10:44 <cristi_an> but why for some configurations worked and in other no ?
2009-03-19 10:44 <cristi_an> i will test now again...
2009-03-19 10:45 <cedk> I suppose it is a different behavior of postgresql
2009-03-19 10:45 <cristi_an> soryy for asking but in what sense ?
2009-03-19 10:45 <cedk> in 1.2, we remove the order clause in read because it was resource consuming and not useful for major case
2009-03-19 10:46 <cedk> so it seems that the order in 8.0.15 of the record read was kept but on 8.3.5 it was not
2009-03-19 10:46 <bechamel> cristi_an: the problem is that the test case doesn't read records in the right order, so this mean that different version of postgres return "unordered" result in different orders
2009-03-19 10:47 <cedk> nicoe: http://linuxfr.org/comments/983641.html#983641
2009-03-19 10:47 <cristi_an> i used the dev script to get all src again
2009-03-19 10:48 <cristi_an> but i still got the problem
2009-03-19 10:48 <cedk> cristi_an: I don't push yet the fix
2009-03-19 10:48 <cristi_an> ahhhh
2009-03-19 10:48 <cedk> bechamel: did you test the patch?
2009-03-19 10:48 <nicoe> cedk: gagné !
2009-03-19 10:48 <bechamel> cedk: no i missed your comment
2009-03-19 10:49 <cedk> bechamel: http://dpaste.com/16397/
2009-03-19 10:50 <bechamel> cedk: i tried with [('sequence', 'ASC')] on the search but it didn't work, let's try
2009-03-19 10:51 <yangoon> cedk: unittest without patch: http://paste.pocoo.org/show/108618/
2009-03-19 10:51 <yangoon> will now test with patch
2009-03-19 10:51 <bechamel> it seems to work
2009-03-19 10:51 <bechamel> yes
2009-03-19 10:54 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1642:fcffb7f1256c trytond/trytond/tests/test_tryton.py: Fix CheckTree for new non-sorted read result
2009-03-19 10:56 <cedk> cristi_an: you can test now
2009-03-19 10:56 <cristi_an> ok.
2009-03-19 11:00 <cristi_an> it's ok now but reporder test and reparent take quite long more then 1 min to execute
2009-03-19 11:00 <cristi_an> is that how is suposed to be
2009-03-19 11:00 <udono1> cristi_an: yes, the complete test runs 5 minutes on my machine
2009-03-19 11:00 <cedk> cristi_an: yes, it makes a lot of changes to test the algo
2009-03-19 11:01 <cristi_an> just for my couriousity ..shortly what was the pb
2009-03-19 11:01 <cedk> the more it is long, the more it tests :-)
2009-03-19 11:01 <cristi_an> Ran 7 tests in 91.868s
2009-03-19 11:01 <cristi_an> udono1: what machine do you have ?
2009-03-19 11:02 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1643:c6f6401a62a5 trytond/trytond/model/ (model.py modelsql.py): Add with_rec_name option to default_get to improve creation of records
2009-03-19 11:03 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 399:47ae87dc179f account/move.py: Add with_rec_name option to default_get
2009-03-19 11:03 <bechamel> cristi_an: and whats your machine ? here tests took 125s
2009-03-19 11:04 <cristi_an> some custome made ...:) intel quad + 2GB mem
2009-03-19 11:04 <cristi_an> no real brand...just bought each piece..and putted together
2009-03-19 11:05 <Timitos> it seems that i have an issue: Ran 7 tests in 700.248s
2009-03-19 11:05 <udono1> Timitos: looser :-P
2009-03-19 11:05 <cristi_an> :D
2009-03-19 11:05 <cristi_an> what computer do you have ?
2009-03-19 11:06 <Timitos> udono1: i do not understand it is a quite new machine. core 2 duo + 4GB ram
2009-03-19 11:06 <cristi_an> it si not a matter of hard disk as well
2009-03-19 11:06 <cristi_an> since it is about readiend from disk ..???
2009-03-19 11:06 <Timitos> perhaps
2009-03-19 11:11 <cristi_an> cedk: what this uniot test do practically ?
2009-03-19 11:12 <cedk> cristi_an: it create a database, install tests module and run some tests
2009-03-19 11:12 <cristi_an> :)
2009-03-19 11:12 <cristi_an> reorder test i am courious...
2009-03-19 11:13 <cristi_an> first 4 test i understood...
2009-03-19 11:13 <cristi_an> new record :) Ran 7 tests in 91.319s
2009-03-19 11:15 <cedk> cristi_an: reorder change the sequence field of records
2009-03-19 11:16 <cristi_an> k. thx.
2009-03-19 11:17 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 172:5dbfa6a45692 stock_supply/purchase_request.py: Fix get_rec_name on purchase.request
2009-03-19 11:28 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 506:d34adc99d4e8 stock/de_DE.csv: Update translation for de_DE
2009-03-19 11:28 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 507:71c01088d986 stock/: merge
2009-03-19 11:29 <CIA-10> tryton: Timitos roundup * #878/problem when creating record and setting inherited record manually: [new] i am working with product.template and product.product. i created a new view: <record model="ir.ui.view" id="product_variant_view_form"> ...
2009-03-19 11:43 -!- enlightx(n=enlightx@host198-42-static.85-94-b.business.telecomitalia.it) has joined #tryton
2009-03-19 11:43 -!- Gedd(n=ged@ip-80-236-226-142.dsl.scarlet.be) has joined #tryton
2009-03-19 11:55 -!- cristi_an(i=5978d3ce@gateway/web/ajax/mibbit.com/x-2a75c33e3f1852e8) has joined #tryton
2009-03-19 11:58 <cristi_an> Timitos: did you foind out why it tooks so long to u ?
2009-03-19 11:58 <Timitos> cristi_an: no time for that
2009-03-19 12:02 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1644:5fb32769f192 trytond/trytond/res/ (group.py ir.py user.py):
2009-03-19 12:02 <CIA-10> tryton: Add cache on get_preferences of res.user
2009-03-19 12:02 <CIA-10> tryton: Add _get_preferences to allow better performence when extending preferences
2009-03-19 12:03 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 134:f274ad3ad21d company/company.py: Use _get_preferences instead of get_preferences
2009-03-19 12:26 -!- cristi_an(i=5978d3ce@gateway/web/ajax/mibbit.com/x-3bd28bc2ff7ee0d6) has joined #tryton
2009-03-19 12:38 -!- paola(n=paola@host-84-222-102-91.cust-adsl.tiscali.it) has joined #tryton
2009-03-19 12:52 <CIA-10> tryton: ced roundup * #878/problem when creating record and setting inherited record manually: [need-eg] I don't understand. Please add the code of product_variant/product.py
2009-03-19 13:10 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-03-19 13:34 <cristi_an> ok ,slowly and with small steps i undestand things....but those constraints are describes somewhere....
2009-03-19 13:34 <cristi_an> ?
2009-03-19 13:34 <cristi_an> their name are quite self explanatory but where are defined ?
2009-03-19 13:35 <cristi_an> to know the possibilities i have when i define a model
2009-03-19 13:47 -!- ikks(n=igor@190.144.69.234) has joined #tryton
2009-03-19 13:54 <cedk> cristi_an: grep in trytond/model/
2009-03-19 14:13 -!- igor__(i=igor@190.102.218.8) has joined #tryton
2009-03-19 14:27 <udono1> hi all, somone knows how to overwrite a menuentry from another module?
2009-03-19 14:28 <udono1> I try it like this: http://paste.pocoo.org/show/108644/ from another module, but it won't work
2009-03-19 14:29 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1645:02f4793dba56 trytond/trytond/model/model.py: Add default value False for boolean
2009-03-19 14:29 <bechamel> udono1: iirc you have to prefix the id with the name of the moduel your menuitem is defined
2009-03-19 14:30 <udono1> bechamel: yes, that it is, thanks!
2009-03-19 14:40 -!- igor__(i=igor@190.102.219.210) has joined #tryton
2009-03-19 14:40 <cristi_an> cedk: found iot
2009-03-19 15:57 -!- cristi_an(i=5978d3ce@gateway/web/ajax/mibbit.com/x-970923468e3f50a5) has joined #tryton
2009-03-19 17:40 -!- juanfer(n=juanfer@190.144.69.234) has joined #tryton
2009-03-19 18:20 -!- cristi_an(i=5978d3ce@gateway/web/ajax/mibbit.com/x-ded903aaee58daa5) has joined #tryton
2009-03-19 19:26 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 1646:c3678d662478 trytond/trytond/ (ir/ui/menu.py ir/ui/view.py tests/mptt.py webdav/webdav.py): Typo: childs > children
2009-03-19 19:30 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 400:90e6e655928c account/account.py: Typo: childs > children
2009-03-19 19:36 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 64:316f35b73238 analytic_account/account.py: Typo: childs > children
2009-03-19 19:45 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 242:b5048722ffb0 party/category.py: Typo: childs > children
2009-03-19 19:51 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 401:f70ee6b322d2 account/tax.py: Typo: childs > children
2009-03-19 19:58 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 134:d5e37413d424 product/category.py: Typo: childs > children
2009-03-19 19:58 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 135:71e29c2ba6c4 product/: Merge
2009-03-19 20:00 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 65:ecd3bf0e36e6 timesheet/work.py: Typo: childs > children
2009-03-19 20:04 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 135:ca8578c7d721 company/company.py: Typo: childs > children
2009-03-19 20:09 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 508:21a68454617b stock/location.py: Typo: childs > children
2009-03-19 20:09 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 509:cdf162ca4377 stock/: merge
2009-03-19 20:15 -!- paola(n=paola@host-84-222-102-91.cust-adsl.tiscali.it) has joined #tryton
2009-03-19 20:22 -!- yangoon(n=mathiasb@p549F5754.dip.t-dialin.net) has joined #tryton
2009-03-19 20:57 -!- paola_(n=paola@host-84-222-102-91.cust-adsl.tiscali.it) has joined #tryton
2009-03-19 21:11 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 286:6c19f11a81df account_invoice/party.xml: Added relate button from party to invoice
2009-03-19 21:11 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 287:0486ebf00b82 account_invoice/: Merge
2009-03-19 21:12 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 263:b72f869512fc purchase/ (__tryton__.py party.xml): Added relate button from party to purchase
2009-03-19 21:13 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 142:b2817cd692e9 sale/ (__tryton__.py party.xml): Added relate button from party to sale
2009-03-19 21:13 <cristi_an> bechamel: you are very productive in the late shift :)
2009-03-19 21:15 <bechamel> cristi_an: yeah I'm a night bird :)
2009-03-19 21:16 <cristi_an> ;)
2009-03-19 21:17 <cristi_an> i start to enjoy coding...in python...
2009-03-19 21:18 <cristi_an> but i miss very much things like ...find references from java
2009-03-19 21:18 <cristi_an> there you clicked on a method and you had all method calls of that
2009-03-19 21:18 <cristi_an> strong typed language
2009-03-19 21:19 <bechamel> cristi_an: you can always use help in the python shell, it's pretty usefull
2009-03-19 21:20 <cristi_an> help in what sens to type help ?
2009-03-19 21:21 <cristi_an> what ide you use ?
2009-03-19 21:21 <bechamel> cristi_an: emacs
2009-03-19 21:21 <cristi_an> that is hardcore ...! :)
2009-03-19 21:21 <bechamel> cristi_an: and i use emacs also as an irc client :)
2009-03-19 21:21 <cristi_an> that is evil :)
2009-03-19 21:22 <cristi_an> and palying tetris
2009-03-19 21:22 <cristi_an> i knwo it is powerfull but i have no clue how to use it...
2009-03-19 21:22 <bechamel> cristi_an: for the python help: open a shell, type "python" and then you can test any code in it
2009-03-19 21:22 <cristi_an> i know that :)
2009-03-19 21:22 <cristi_an> thx
2009-03-19 21:23 <bechamel> and then you can type "help(1)" for example
2009-03-19 21:23 <cristi_an> but i was saying about references...
2009-03-19 21:23 <bechamel> but of course is not integrated with any ide
2009-03-19 21:25 <cristi_an> emacs has autocomplete ?
2009-03-19 21:30 <bechamel> cristi_an: yes it autocomplete on all the word of all opened files, but it doesn't care about syntax or anything, but it's helpful imo
2009-03-19 21:39 -!- enlightx(n=enlightx@host-84-220-84-215.cust-adsl.tiscali.it) has joined #tryton
2009-03-19 21:40 <bechamel> cristi_an: http://xkcd.com/378/
2009-03-19 21:46 <cristi_an> :D
2009-03-19 21:46 <cristi_an> funny :)
2009-03-19 21:46 <cristi_an> bechamel: if u do not care about synthax use a simple text editor...
2009-03-19 21:48 <bechamel> cristi_an: the autocompletion doesn't care about synthax, but color and code indentation does
2009-03-19 22:27 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 264:c8dea43ba6ff purchase/purchase.xml: Added relate buttons from purchase to packing and invoice
2009-03-19 22:27 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 143:9c358bff77be sale/sale.xml: Added relate buttons from sale to packing and invoice
2009-03-19 22:38 <CIA-10> tryton: Bertrand Chenal <bch@b2ck.com> default * 510:d5632eaabc9b stock/ (__tryton__.py party.xml): Added relate buttons from party to packings
2009-03-19 23:49 -!- bechamel(n=user@85.201.74.27) has left #tryton
2009-03-19 23:59 -!- simahawk(n=simao@host-84-222-60-220.cust-adsl.tiscali.it) has joined #tryton

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