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