chat.freenode.net #tryton log beginning Tue Oct 27 00:00:02 CET 2009 | ||
2009-10-27 00:24 -!- vengfulsquirrel(n=ian@69.181.194.95) has joined #tryton | ||
2009-10-27 01:39 -!- FWiesing(n=FWiesing@194.208.185.12) has left #tryton | ||
2009-10-27 02:46 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton | ||
2009-10-27 03:05 -!- ikks(n=ikks@190.158.120.230) has joined #tryton | ||
2009-10-27 04:19 -!- CIA-78(n=CIA@208.69.182.149) has joined #tryton | ||
2009-10-27 06:02 -!- woakas(n=woakas@190.144.69.234) has joined #tryton | ||
2009-10-27 07:50 -!- cedk(n=ced@213.49.144.172) has joined #tryton | ||
2009-10-27 08:01 -!- sharkcz(n=ndan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton | ||
2009-10-27 08:05 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton | ||
2009-10-27 08:35 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton | ||
2009-10-27 08:47 -!- gour(n=Gour@93.159.93.43) has joined #tryton | ||
2009-10-27 08:51 <cedk> Timitos: if you want to talk about issue1259, we can do it | ||
2009-10-27 08:52 <Timitos> cedk: yes we can :-) | ||
2009-10-27 08:52 <cedk> Timitos: there is first the issue about missing planned_date that is fixed with http://codereview.appspot.com/141058 | ||
2009-10-27 08:53 <cedk> Timitos: after that, there is the issue with past date | ||
2009-10-27 08:53 <cedk> Timitos: the stock module is design to ignore draft move in the past | ||
2009-10-27 08:53 <cedk> Timitos: and this should stay lke that | ||
2009-10-27 08:54 <cedk> Timitos: the problem is what about sale that are late | ||
2009-10-27 08:54 <cedk> Timitos: for now, we consider that they will not be done | ||
2009-10-27 08:55 <Timitos> cedk: for me a confirmed sale is intended to be done, even when it is late. | ||
2009-10-27 08:56 <cedk> Timitos: perhaps but we don't know when | ||
2009-10-27 08:56 <Timitos> cedk: there is another issue for sales of today. | ||
2009-10-27 08:57 <Timitos> cedk: for me a late sale is intended to be done today if it is possible. because it even is late | ||
2009-10-27 08:57 <cedk> Timitos: and in some business, if the sale is late it will be cancelled like for perishable product | ||
2009-10-27 08:58 <cedk> Timitos: It must be configurable I think | ||
2009-10-27 08:58 <Timitos> cedk: yes. this is what i just wanted to say too | ||
2009-10-27 08:59 <cedk> Timitos: perhaps with module | ||
2009-10-27 08:59 <Timitos> cedk: yes. but for the moment the function are not really extendable enough | ||
2009-10-27 09:00 <cedk> Timitos: and I think it should be done by overriding the generate_requests to update the date of move | ||
2009-10-27 09:01 <cedk> Timitos: you must not override product_by_location because it is used for other stuff | ||
2009-10-27 09:01 <Timitos> cedk: sounds like a usable way | ||
2009-10-27 09:01 <cedk> Timitos: and it is not necessary | ||
2009-10-27 09:01 <cedk> Timitos: you must do like you said, late sale must be done today | ||
2009-10-27 09:02 <Timitos> cedk: yes. you are right. but there is still one issue left with product_by_location | ||
2009-10-27 09:02 <cedk> Timitos: this mean, update waiting shipment out with date < to day | ||
2009-10-27 09:02 <Timitos> cedk: yes. i agree | ||
2009-10-27 09:04 <cedk> Timitos: what is the other issue? | ||
2009-10-27 09:05 <Timitos> cedk: about the issue with product_by_location: when i open warehouse location from location tree with date 'today' there is no shortage shown for draft moves of today. this is not the expected behavior for me. | ||
2009-10-27 09:06 <CIA-78> gadaga roundup * #1257/can't do a search_read with filed like 'field.rec_name': [chatting] I try to do a 'search_read' on party.address, domain for search is [] and i want to get these fields ['party', 'country', 'country.rec_ ... | ||
2009-10-27 09:06 <CIA-78> http://bugs.tryton.org/roundup/issue1257 | ||
2009-10-27 09:07 -!- paepke(n=paepke@imap.metaldyne.de) has joined #tryton | ||
2009-10-27 09:07 <cedk> Timitos: it depends what it means for today | ||
2009-10-27 09:08 <Timitos> cedk: in my case i have a product that has stock level 0. so there should be a shortage of -1 on forecast quantity for today | ||
2009-10-27 09:08 <Timitos> cedk: as my sale order has a quantity 1 of this product | ||
2009-10-27 09:09 <Timitos> cedk: all other queries show a shortage of -1 on forecast quantity in this case but not this one | ||
2009-10-27 09:09 <Timitos> future date, no date and even when i open product_by_location from this product it shows the shortage. | ||
2009-10-27 09:10 <Timitos> cedk: i only want to have the same behavior everywhere | ||
2009-10-27 09:12 <cedk> Timitos: yes, I thought you talked about Quantity | ||
2009-10-27 09:12 <Timitos> cedk: and for the solution above you should also check the behavior of product_by_location. if draft moves in the past should not be considered to be done then product_by_location should not show a shortage for these moves on forecast quantity when there is no date given | ||
2009-10-27 09:13 <Timitos> cedk: i mean when you configured the behavior for perishable products | ||
2009-10-27 09:15 <cedk> Timitos: it is like that | ||
2009-10-27 09:15 <Timitos> cedk: no. take a look in my calc file i added to the issue | ||
2009-10-27 09:32 -!- bechamel(n=user@host-85-201-159-186.brutele.be) has joined #tryton | ||
2009-10-27 09:32 <cedk> Timitos: I have the right forecast quantity | ||
2009-10-27 09:32 <cedk> Timitos: for today | ||
2009-10-27 09:33 <Timitos> cedk: strange. i will check again. but i need to leave now. i need to do the test later today. | ||
2009-10-27 10:04 -!- carlos(n=carlos@196.157.221.87.dynamic.jazztel.es) has joined #tryton | ||
2009-10-27 10:20 <CIA-78> C?dric Krier <ced@b2ck.com> default * 622:25baf0c9daa6 stock/product.py: Test stock_date_end in context before comparing with today | ||
2009-10-27 10:20 <CIA-78> http://hg.tryton.org/modules/stock/rev/25baf0c9daa6 | ||
2009-10-27 10:20 <CIA-78> C?dric Krier <ced@b2ck.com> default * 623:21e928e05ca3 stock/product.py: Fix search_quantity to compute product_by_location like get_quantity | ||
2009-10-27 10:20 <CIA-78> http://hg.tryton.org/modules/stock/rev/21e928e05ca3 | ||
2009-10-27 10:20 <CIA-78> C?dric Krier <ced@b2ck.com> default * 624:afebc206afca stock/location.xml: | ||
2009-10-27 10:20 <CIA-78> Improve domain of "Products by Locations" to show also product with not null | ||
2009-10-27 10:20 <CIA-78> forecast_quantity | ||
2009-10-27 10:20 <CIA-78> http://hg.tryton.org/modules/stock/rev/afebc206afca | ||
2009-10-27 10:38 -!- FWiesing(n=FWiesing@194.208.185.12) has joined #tryton | ||
2009-10-27 10:44 -!- gour(n=Gour@87.252.129.201) has joined #tryton | ||
2009-10-27 11:37 -!- paepke(n=paepke@217.6.201.92) has joined #tryton | ||
2009-10-27 11:55 -!- ikks(n=ikks@190.158.120.230) has joined #tryton | ||
2009-10-27 13:01 <udono> cedk: http://beta.feedvalidator.org/check.cgi?url=http%3A%2F%2Fplanet.hg.tryton.org%2Frss20.xml | ||
2009-10-27 13:03 <cedk> udono: encoding="UTF-8" | ||
2009-10-27 13:04 <udono> cedk: but they say your server encoding is us-ascii | ||
2009-10-27 13:11 <cedk> udono: ok fixed | ||
2009-10-27 13:13 <udono> cedk: hmm, doesn't validate | ||
2009-10-27 13:26 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton | ||
2009-10-27 14:12 -!- _TiN_(n=TiN@190.228.30.153) has joined #tryton | ||
2009-10-27 14:14 -!- _TiN_(n=TiN@190.228.30.153) has left #tryton | ||
2009-10-27 14:53 -!- johbo(n=joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton | ||
2009-10-27 15:06 <udono> possible that the issuetracker do not receive new issues from website? | ||
2009-10-27 15:06 <udono> I try it three times without succss | ||
2009-10-27 15:07 <CIA-78> udono roundup * #1247/Balance in Charts > open Chart of Accounts, Balance != 0: test | ||
2009-10-27 15:07 <CIA-78> http://bugs.tryton.org/roundup/issue1247 | ||
2009-10-27 15:08 <udono> editing existing bugs seems to work... | ||
2009-10-27 15:09 <cedk> udono: I receive error from roundup about 8-bit bytestrings instead of unicode | ||
2009-10-27 15:14 <udono> cedk: I just try to creat a new issue | ||
2009-10-27 15:16 <udono> cedk: my browser says https://bugs.tryton.org/roundup/issue?@template=item is utf-8 | ||
2009-10-27 15:17 <udono> cedk: maybe it depends to the above stuff with you're the changes for the encoding of rss feeds? | ||
2009-10-27 15:18 -!- carlos(n=carlos@196.157.221.87.dynamic.jazztel.es) has joined #tryton | ||
2009-10-27 15:20 <cedk> udono: don't know | ||
2009-10-27 15:21 <udono> cedk: can you create a new issue? | ||
2009-10-27 15:23 <cedk> udono: yes: https://bugs.tryton.org/roundup/issue1262 | ||
2009-10-27 15:29 <CIA-78> udono roundup * #1263/http://planet.hg.tryton.org/rss20.xml does not validate and not render: | ||
2009-10-27 15:29 <CIA-78> [new] http://beta.feedvalidator.org/check.cgi?url=http%3A%2F%2Fplanet.hg.tryton.org%2Frss20.xml | ||
2009-10-27 15:29 <CIA-78> I can not show this feed in liferea 1.7.1. Ther ... | ||
2009-10-27 15:29 <CIA-78> http://bugs.tryton.org/roundup/issue1263 | ||
2009-10-27 15:31 <udono> cedk: it seems it was the accent on Cédric in the traceback it was a copy of the feedvalidator traceback... | ||
2009-10-27 15:31 -!- juanfer(n=juanfer@190.144.69.234) has joined #tryton | ||
2009-10-27 15:32 <udono> cedk: yes, I tested, it was the accent which made it possible to store the issue | ||
2009-10-27 15:34 <udono> so I propose you make a change of your name. Peter, Bob or something ;-) | ||
2009-10-27 15:36 <udono> /it possible/it not possible/ | ||
2009-10-27 15:54 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2009-10-27 17:08 -!- cristi_an(i=5978d3ce@gateway/web/freenode/x-csykjkxhpkrymqbg) has joined #tryton | ||
2009-10-27 17:45 -!- vengfulsquirrel(n=ian@69.181.194.95) has joined #tryton | ||
2009-10-27 17:51 -!- pepeu(n=manuel@201.155.193.192) has joined #tryton | ||
2009-10-27 18:36 <CIA-78> C?dric Krier <ced@b2ck.com> default * 2072:d284a4c5197e trytond/doc/introduction.rst: Make introduction reflect website | ||
2009-10-27 18:36 <CIA-78> http://hg.tryton.org/trytond/rev/d284a4c5197e | ||
2009-10-27 18:44 <udono> is there a way to find out the complete dependency structure of all modules? | ||
2009-10-27 18:47 <cedk> udono: the dependencies of a module is only the one in __tryton__.py | ||
2009-10-27 18:49 <udono> cedk: yes, but I like to know the complete dependencies of all installed modules, like: | ||
2009-10-27 18:49 <udono> party | ||
2009-10-27 18:49 <udono> account | ||
2009-10-27 18:49 <udono> account_invoice | ||
2009-10-27 18:49 <udono> account_be | ||
2009-10-27 18:50 <cedk> udono: maybe there is a tool on pypi | ||
2009-10-27 18:50 <udono> and is there something like circular dependency possible? | ||
2009-10-27 18:51 <udono> cedk: on python class level? | ||
2009-10-27 18:51 <cedk> udono: http://pypi.python.org/pypi/tl.eggdeps | ||
2009-10-27 18:52 <udono> cedk: I see, that's an idea. Thanks | ||
2009-10-27 18:53 <cedk> udono: otherwise, you can add a print graph at the end of create_graph of trytond/modules/__init__.py | ||
2009-10-27 18:54 <udono> cedk: yes, much better way. Many thanks! | ||
2009-10-27 18:55 <cedk> udono: be carful, it is not a tree but a graph | ||
2009-10-27 18:56 <udono> cedk: are circular depenndencies possible? | ||
2009-10-27 18:57 <cedk> udono: no | ||
2009-10-27 18:57 <cedk> udono: it is oriented graph | ||
2009-10-27 18:57 <udono> cedk: good | ||
2009-10-27 19:03 <udono> looks good. create_graph is exactly what I need. | ||
2009-10-27 19:17 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton | ||
2009-10-27 19:31 <CIA-78> Timitos roundup * #1030/Check stdout and stderr with py2exe: | ||
2009-10-27 19:31 <CIA-78> [in-progress] this is a patch for redirecting stdout and stderr on windows. | ||
2009-10-27 19:31 <CIA-78> http://codereview.appspot.com/140069 | ||
2009-10-27 19:31 <CIA-78> with this solution there is ... | ||
2009-10-27 19:31 <CIA-78> http://bugs.tryton.org/roundup/issue1030 | ||
2009-10-27 20:12 -!- cedk_(n=ced@ced.homedns.org) has joined #tryton | ||
2009-10-27 20:36 -!- gour(n=Gour@188.125.13.201) has joined #tryton | ||
2009-10-27 20:45 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton | ||
2009-10-27 20:55 <monkeytower> FWiesing: hab grad den irclog gelesen. "vote for Kontakt" ;-) | ||
2009-10-27 21:01 <monkeytower> ups, sorry, wrong window. mea culpa. (post was re german translation of 'parties') | ||
2009-10-27 21:52 -!- LordVan(n=lordvan@gentoo/developer/LordVan) has joined #tryton | ||
2009-10-27 22:19 <CIA-78> Timitos roundup * #1264/BadZipfile: File is not a zip file: [new] Traceback (most recent call last): File "/trytond/protocols/netrpc.py", line 47, in run res = dispatch(host, port, 'NetRPC', *msg) F ... | ||
2009-10-27 22:19 <CIA-78> http://bugs.tryton.org/roundup/issue1264 | ||
2009-10-27 22:29 <CIA-78> ced roundup * #1264/BadZipfile: File is not a zip file: [need-eg] Need more info | ||
2009-10-27 22:29 <CIA-78> http://bugs.tryton.org/roundup/issue1264 | ||
2009-10-27 23:02 -!- carlos(n=carlos@196.157.221.87.dynamic.jazztel.es) has joined #tryton | ||
2009-10-27 23:17 <CIA-78> Timitos roundup * #1264/BadZipfile: File is not a zip file: | ||
2009-10-27 23:17 <CIA-78> i get this error when i try to update report translation. | ||
2009-10-27 23:17 <CIA-78> for the moment it seems like a problem with a specific custom report. maybe a defect of ... | ||
2009-10-27 23:17 <CIA-78> http://bugs.tryton.org/roundup/issue1264 | ||
2009-10-27 23:42 <CIA-78> ced roundup * #1264/BadZipfile: File is not a zip file: [testing] Check that all reports are real odt file. | ||
2009-10-27 23:42 <CIA-78> http://bugs.tryton.org/roundup/issue1264 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!