IRC logs of #tryton for Monday, 2015-05-25

chat.freenode.net #tryton log beginning Mon May 25 00:00:01 CEST 2015
2015-05-25 01:55 -!- fwiesing(~fwiesing@194-208-177-133.tele.net) has left #tryton
2015-05-25 02:50 -!- digitalsatori(~Thunderbi@125.7.119.155) has joined #tryton
2015-05-25 03:12 -!- digitalsatori1(~Thunderbi@125.7.119.155) has joined #tryton
2015-05-25 03:14 -!- alfplayer(~evc@190.193.166.2) has joined #tryton
2015-05-25 03:14 -!- alfplayer(~evc@190.193.166.2) has left #tryton
2015-05-25 04:16 -!- digitalsatori(~Thunderbi@125.7.119.155) has joined #tryton
2015-05-25 06:40 -!- frispete(~frispete@p54A91E91.dip0.t-ipconnect.de) has joined #tryton
2015-05-25 07:01 -!- Jitesh_Nair(~jitesh@unaffiliated/jitesh-nair/x-6738125) has joined #tryton
2015-05-25 07:02 -!- yangoon1(~mathiasb@p549F1494.dip0.t-ipconnect.de) has joined #tryton
2015-05-25 07:20 -!- rpit(~ralf@2a02:908:e679:5340:54b0:59a3:9624:ccf2) has joined #tryton
2015-05-25 07:44 -!- VaticanCameos(~pritishc@103.245.118.154) has joined #tryton
2015-05-25 08:00 -!- Jitesh_Nair(~jitesh@116.68.99.53) has joined #tryton
2015-05-25 08:16 -!- Jitesh_Nair(~jitesh@unaffiliated/jitesh-nair/x-6738125) has joined #tryton
2015-05-25 08:52 -!- digitalsatori(~Thunderbi@125.7.119.155) has joined #tryton
2015-05-25 08:55 -!- digitalsatori(~Thunderbi@125.7.119.155) has joined #tryton
2015-05-25 09:30 -!- digitalsatori1(~Thunderbi@125.7.119.155) has joined #tryton
2015-05-25 10:32 -!- gyKa(~gyKa@434104.s.dedikuoti.lt) has joined #tryton
2015-05-25 11:02 <sisalp> hello, on dependencies list I have # Optional: psycopg 2 or later (http://www.initd.org/)
2015-05-25 11:02 <sisalp> # Optional: psycopg2cffi 2.5.0 or later (http://github.com/chtd/psycopg2cffi)
2015-05-25 11:03 <sisalp> pip install psycopg2cffi fails. on the other hand it seems to repuire psycopg2 2.5
2015-05-25 11:04 <sisalp> someone knows about the best way to fullfill this requirement ?
2015-05-25 11:09 -!- udono(~udono@ip-178-202-238-79.hsi09.unitymediagroup.de) has joined #tryton
2015-05-25 11:13 -!- digitalsatori(~Thunderbi@125.7.119.155) has joined #tryton
2015-05-25 11:35 -!- fwiesing(~fwiesing@194-208-177-133.tele.net) has joined #tryton
2015-05-25 11:48 -!- Telesight(~anthony@4dafef36.ftth.telfortglasvezel.nl) has joined #tryton
2015-05-25 11:52 -!- michael-kohlhaas(~michael-k@unaffiliated/michael-kohlhaas) has joined #tryton
2015-05-25 12:14 -!- rpit(~ralf@2a02:908:e679:5340:54b0:59a3:9624:ccf2) has joined #tryton
2015-05-25 13:10 -!- rpit(~ralf@2a02:908:e679:5340:54b0:59a3:9624:ccf2) has joined #tryton
2015-05-25 13:43 -!- munron(~AndChat68@197.211.216.214) has joined #tryton
2015-05-25 14:00 <gyKa> Hi, I am experiencing a problem creating a new production request. When I push 'Create' button, I get an KeyError exception in stock_supply_production/production.py, on line 'current_qties[product_id] += qty'. Why Product.products_by_location() returns products, that dont exist in current_qties list?
2015-05-25 14:06 -!- juanfe(~juanfe@190.85.115.49) has joined #tryton
2015-05-25 14:21 <pokoli> gyKa: which version are you using? do you have nested productions? (i.e: one production that one of it's inputs must be also produced in another production)
2015-05-25 14:26 <gyKa> pokoli, version of trytond_stock_supply_production module is 3.4.0. And yes, I have nested productions.
2015-05-25 15:00 <pokoli> gyKa: will be great if you can provide some steps to reproduce it :)
2015-05-25 15:16 -!- digitalsatori(~Thunderbi@203.35.234.18) has joined #tryton
2015-05-25 15:27 <gyKa> pokoli, well. it is hard to reproduce without a database. From the GUI perspective I go to Production / Productions / Create Production Request, then wizard asks 'Create Product Requests?', I press 'Create' button and ... Here I get an exception http://pastebin.com/Cr1Fp6LL
2015-05-25 15:37 <pokoli> gyKa: it's related to product with id 12847
2015-05-25 15:41 <gyKa> pokoli, as I understand, all products should be type==goods, consumable==false, purchasable==false, yes?
2015-05-25 15:42 <pokoli> gyKa: yes
2015-05-25 15:48 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-05-25 15:49 <gyKa> pokoli, when I run 'select type, consumable, purchasable from product_product join product_template on product_product.template = product_template.id where product_product.id = 12847;' query, I get
2015-05-25 15:49 <gyKa> -[ RECORD 1 ]------
2015-05-25 15:49 <gyKa> type | goods
2015-05-25 15:49 <gyKa> consumable | t
2015-05-25 15:49 <gyKa> purchasable | f
2015-05-25 15:50 <gyKa> I think Product.products_by_location() shoudn't return this product
2015-05-25 15:52 <gyKa> because consumable==true, and it is incorrect by definition.
2015-05-25 15:52 <pokoli> gyKa: could you fill an issue on the bug tracker?
2015-05-25 15:53 <gyKa> pokoli, yes
2015-05-25 15:55 <gyKa> pokoli, thank you for your help :)
2015-05-25 15:55 <pokoli> gyKa: btw, you have and order point for this product?
2015-05-25 15:56 -!- alimon(~alimon@134.134.137.73) has joined #tryton
2015-05-25 15:56 <pokoli> gyKa: and maybe you changed the consumable property of this product (which is allowed)?
2015-05-25 15:57 <pokoli> gyKa: this info should be rellebant for the bug tracker ;)
2015-05-25 16:06 -!- leonelhermetica(~leo@190.178.8.116) has joined #tryton
2015-05-25 16:11 -!- leo_(~leo@190.178.8.116) has joined #tryton
2015-05-25 16:11 <gyKa> pokoli, no, this product has no order point
2015-05-25 16:13 <pokoli> gyKa: right, consumable products are also returned on product_by_locations, so that's your problem :)
2015-05-25 16:15 -!- leonelhermetica(~leo@190.178.8.116) has joined #tryton
2015-05-25 16:18 -!- leo_(~leo@190.178.8.116) has joined #tryton
2015-05-25 16:23 -!- leonelhermetica(~leo@190.178.8.116) has joined #tryton
2015-05-25 16:31 -!- hiaselhans(~Thunderbi@212.186.50.97) has joined #tryton
2015-05-25 16:41 -!- rpit(~ralf@2a02:908:e679:5340:54b0:59a3:9624:ccf2) has joined #tryton
2015-05-25 16:55 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-05-25 17:00 -!- bechamel(~Adium@host-85-201-213-94.dynamic.voo.be) has joined #tryton
2015-05-25 17:48 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-05-25 18:28 -!- kstenger(~karla@r167-59-197-114.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-05-25 18:37 -!- sunny_dealmeida(~quassel@210.89.41.186) has joined #tryton
2015-05-25 19:10 -!- jcnorman(~jcnorman@24-197-138-90.dhcp.spbg.sc.charter.com) has joined #tryton
2015-05-25 20:06 -!- rpit(~ralf@2a02:908:e679:5340:a599:3d08:2303:c754) has joined #tryton
2015-05-25 20:15 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-05-25 21:15 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-05-25 21:38 -!- kstenger1(~karla@r167-59-170-113.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-05-25 21:41 -!- fwiesing(~fwiesing@194-208-177-133.tele.net) has left #tryton
2015-05-25 21:52 -!- kstenger(~karla@r167-59-170-113.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-05-25 21:58 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2015-05-25 23:11 -!- jcnorman(~jcnorman@24-197-138-90.dhcp.spbg.sc.charter.com) has joined #tryton
2015-05-25 23:17 -!- hiaselhans(~Thunderbi@212.186.50.97) has joined #tryton

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