IRC logs of #tryton for Thursday, 2009-07-09

chat.freenode.net #tryton log beginning Thu Jul 9 00:00:02 CEST 2009
2009-07-09 00:01 -!- ikks_(n=ikks@186.97.61.103) has joined #tryton
2009-07-09 00:33 -!- ikks__(n=ikks@190.120.132.174) has joined #tryton
2009-07-09 02:47 -!- _TiN_(n=TiN@190.189.9.80) has joined #tryton
2009-07-09 03:41 -!- ikks(n=ikks@186.97.46.72) has joined #tryton
2009-07-09 04:44 -!- gremly(n=gremly@190.156.168.128) has joined #tryton
2009-07-09 05:20 -!- yangoon(n=mathiasb@p549F7BA1.dip.t-dialin.net) has joined #tryton
2009-07-09 06:11 -!- gremly(n=gremly@190.156.162.109) has joined #tryton
2009-07-09 06:37 -!- udono(n=udono@dynamic-unidsl-85-197-21-17.westend.de) has joined #tryton
2009-07-09 06:48 -!- gremly(n=gremly@190.156.162.109) has joined #tryton
2009-07-09 07:01 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-07-09 07:55 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-07-09 08:02 -!- digitalsatori(n=tony@116.233.248.233) has joined #tryton
2009-07-09 08:24 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-07-09 08:35 <CIA-70> C?dric Krier <ced@b2ck.com> default * 1890:37c42ef21064 trytond/trytond/ir/action.py: Fix dictionary changed size during iteration
2009-07-09 08:35 <CIA-70> http://hg.tryton.org/trytond/rev/37c42ef21064
2009-07-09 10:18 -!- ikks(n=ikks@186.97.23.253) has joined #tryton
2009-07-09 10:29 -!- bechamel(n=user@host-85-201-74-27.brutele.be) has joined #tryton
2009-07-09 11:06 -!- cristi_an(i=5978d3ce@gateway/web/freenode/x-66f57eea1487b197) has joined #tryton
2009-07-09 11:06 <cristi_an> cedk: the updateBy files holds only the id o fhte last people who updated an entity ?
2009-07-09 11:07 <cristi_an> updatedBy filed
2009-07-09 11:07 <cristi_an> field
2009-07-09 11:07 <cristi_an> cedk: there is some way of knowing a history of who modified a document
2009-07-09 11:07 <cristi_an> ?
2009-07-09 11:07 <cedk> cristi_an: yes, it is write_uid
2009-07-09 11:08 <cedk> cristi_an: yes its the history data functionnality
2009-07-09 11:08 <cristi_an> but that will give me information about the last person who changed data
2009-07-09 11:08 <cristi_an> i ask if there is a way of know all persons who updated some data
2009-07-09 11:11 <cedk> cristi_an: yes the historical data
2009-07-09 11:12 <cristi_an> cedk: that is a separate table ?
2009-07-09 11:12 <cedk> cristi_an: yes, it is a new mecanism from 1.2
2009-07-09 11:12 <cristi_an> then there is a reson to keep write_uid,and createDate and create_uid
2009-07-09 11:13 <cristi_an> if there is this information there already ?
2009-07-09 11:15 <cedk> cristi_an: I don't understand
2009-07-09 11:16 <cristi_an> cedk: in hiosotry table is kep who created an entity ,who modiefied etc right ?
2009-07-09 11:16 <cristi_an> so information that is kept now in wirte_uit,create_uid,create_date,write_date is redundant in way since i can find that from history table
2009-07-09 11:19 <vengfulsquirrel> if i have a One2Many field and I access it like model_from_browse.the_one_2_many_field[0] that should be the first record in the many relations right?
2009-07-09 11:20 <cedk> cristi_an: yes, but historical data is an heavy job so it is only for some specific models
2009-07-09 11:20 <vengfulsquirrel> actually this is what I'm trying to do, store and product listings are models I created: warehouse = employee.store.product_listings[0].warehouse
2009-07-09 11:20 <cedk> vengfulsquirrel: yes
2009-07-09 11:21 <cristi_an> cedk: i see
2009-07-09 11:22 <Timitos> cedk: hi. for what actions do you use the view Financial Management -> Entries -> Account Moves. It is hard for me to find a good functionality for this view. It is more informational?
2009-07-09 11:24 <cedk> Timitos: when searching ?
2009-07-09 11:25 <Timitos> cedk: ok. thx. yangoon and me are talking about translation for this menu item
2009-07-09 11:25 <cedk> Timitos: I think there is no specific use case, but it must be there
2009-07-09 11:26 <Timitos> cedk: yes. thats clear.
2009-07-09 11:26 <Timitos> cedk: maybe the menu structure could be better divided between items for doing an action and item for searching and reporting. what do you think?
2009-07-09 11:28 <cedk> Timitos: the entry can also be use to encode move
2009-07-09 11:28 <yangoon> cedk just wanted to propose the same, to put 'Account Moves' under 'Charts'
2009-07-09 11:28 <Timitos> cedk: yes. but not really. i think an accountant won't use this view for encoding
2009-07-09 11:29 <cedk> Timitos: why not ? I think about closing move that can be prepared
2009-07-09 11:30 <vengfulsquirrel> cedk: thanks
2009-07-09 11:33 <Timitos> cedk: you can also do this with normal open journal view, or not?
2009-07-09 11:37 <cedk> Timitos: also
2009-07-09 11:38 <Timitos> cedk: ok. thx. i think it is ok to leave it like it is but perhaps i find a better solution some time.
2009-07-09 11:54 <yangoon> cedk: bechamel Timitos since 'Account Moves' is more an informational view, I would move it form 'Entry' to 'Charts'. what's your opinion?
2009-07-09 11:54 <cedk> yangoon: it is not a chart
2009-07-09 12:02 <yangoon> cedk: again we are speaking from the perspective of the developer vs, user: I think for the user it is a (sort of) chart
2009-07-09 12:03 <Timitos> yangoon: i think that your goal needs a really different structure from the currenct one. moving only this item would be not helpfull
2009-07-09 12:13 -!- ikks(n=ikks@186.97.23.253) has joined #tryton
2009-07-09 12:13 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-07-09 12:13 -!- digitalsatori(n=tony@116.233.248.233) has joined #tryton
2009-07-09 12:13 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-07-09 12:13 -!- yangoon(n=mathiasb@p549F7BA1.dip.t-dialin.net) has joined #tryton
2009-07-09 12:14 -!- ChanServ(ChanServ@services.) has joined #tryton
2009-07-09 12:29 -!- ChanServ(ChanServ@services.) has joined #tryton
2009-07-09 12:43 -!- enlightx(n=enlightx@ip-100-175.sn2.eutelia.it) has joined #tryton
2009-07-09 13:32 -!- carlos(n=carlos@77.156.221.87.dynamic.jazztel.es) has joined #tryton
2009-07-09 13:53 -!- ikks(n=ikks@190.102.205.55) has joined #tryton
2009-07-09 14:21 <CIA-70> Timitos roundup * #1106/timezone problem with webdav: i can confirm this issue for zideone too
2009-07-09 14:21 <CIA-70> http://bugs.tryton.org/roundup/issue1106
2009-07-09 14:52 <CIA-70> ced roundup * #1106/timezone problem with webdav: Could you post the timezone format it uses?
2009-07-09 14:52 <CIA-70> http://bugs.tryton.org/roundup/issue1106
2009-07-09 14:55 <CIA-70> Timitos roundup * #1097/party_vcarddav does not work with zideone any more: i need to wait for the next beta of zideone to finish my tests
2009-07-09 14:55 <CIA-70> http://bugs.tryton.org/roundup/issue1097
2009-07-09 15:05 -!- enlightx(n=enlightx@ip-100-175.sn2.eutelia.it) has joined #tryton
2009-07-09 15:10 <CIA-70> C?dric Krier <ced@b2ck.com> default * 1361:1a55f6325812 tryton/tryton/gui/window/view_form/view/form_gtk/many2many.py: Add missing save when editing record of many2many for issue1096
2009-07-09 15:10 <CIA-70> http://hg.tryton.org/tryton/rev/1a55f6325812
2009-07-09 15:10 <CIA-70> ced roundup * #1096/Record edition in many2many widget: [resolved] Fix with changeset 1a55f6325812
2009-07-09 15:10 <CIA-70> http://bugs.tryton.org/roundup/issue1096
2009-07-09 15:13 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-07-09 15:21 -!- paepke(n=paepke@89.54.140.7) has joined #tryton
2009-07-09 16:58 <CIA-70> Timitos roundup * #1106/timezone problem with webdav:
2009-07-09 16:58 <CIA-70> Seem to be the same than for evolution.
2009-07-09 16:58 <CIA-70> Traceback (most recent call last):
2009-07-09 16:58 <CIA-70> File "/home/kp/localdev/trytond/trytond/modules/calendar/webdav.p ...
2009-07-09 16:58 <CIA-70> http://bugs.tryton.org/roundup/issue1106
2009-07-09 17:09 -!- ikks(n=ikks@186.97.47.228) has joined #tryton
2009-07-09 17:51 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 579:b6baf27171ed stock/doc/index.rst: Typo + comments about product type and cost price method
2009-07-09 17:51 <CIA-70> http://hg.tryton.org/modules/stock/rev/b6baf27171ed
2009-07-09 17:59 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 165:2e02bbae57bb product/ (MANIFEST.in doc/index.rst): Added doc
2009-07-09 17:59 <CIA-70> http://hg.tryton.org/modules/product/rev/2e02bbae57bb
2009-07-09 18:29 -!- Timitos(n=timitos@88.217.184.172) has left #tryton
2009-07-09 18:29 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-07-09 18:30 -!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2009-07-09 19:44 -!- enlightx(n=enlightx@host-84-220-83-253.cust-adsl.tiscali.it) has joined #tryton
2009-07-09 20:33 -!- ikks(n=ikks@186.97.36.119) has joined #tryton
2009-07-09 20:33 -!- enlightx(n=enlightx@host-84-220-83-253.cust-adsl.tiscali.it) has joined #tryton
2009-07-09 20:42 -!- enlightx(n=enlightx@host-84-220-83-253.cust-adsl.tiscali.it) has joined #tryton
2009-07-09 21:13 -!- essich(n=essich@f053113043.adsl.alicedsl.de) has joined #tryton
2009-07-09 21:57 -!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2009-07-09 22:30 -!- yangoon1(n=mathiasb@frbg-4d029211.pool.mediaWays.net) has joined #tryton
2009-07-09 23:05 -!- ikks(n=ikks@190.102.202.76) has joined #tryton
2009-07-09 23:14 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton

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