IRC logs of #tryton for Wednesday, 2016-06-01

chat.freenode.net #tryton log beginning Wed Jun 1 00:00:02 CEST 2016
2016-06-01 00:22 -!- zmijunkie1(~Adium@i59F5C732.versanet.de) has joined #tryton
2016-06-01 00:44 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton
2016-06-01 01:13 -!- bvillasanti(~bvillasan@190.105.122.60) has joined #tryton
2016-06-01 02:36 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-01 03:55 -!- kstenger(~karla@r167-56-240-49.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-06-01 07:27 -!- ccaz(~ccr@82.66.159.99) has joined #tryton
2016-06-01 07:40 -!- frispete_(~frispete@p54A91097.dip0.t-ipconnect.de) has joined #tryton
2016-06-01 08:06 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-06-01 08:15 -!- zmijunkie(~Adium@176.4.100.8) has joined #tryton
2016-06-01 08:25 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton
2016-06-01 08:37 -!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton
2016-06-01 08:49 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-06-01 09:14 -!- udono(~udono@ip-178-202-239-138.hsi09.unitymediagroup.de) has joined #tryton
2016-06-01 09:20 -!- Timitos(~kpreisler@tmo-096-121.customers.d1-online.com) has joined #tryton
2016-06-01 09:21 -!- grasbauer(~Horn@ip92346ebd.dynamic.kabel-deutschland.de) has joined #tryton
2016-06-01 09:31 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-01 09:57 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-06-01 10:04 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-06-01 10:05 -!- Timitos1(~kpreisler@tmo-096-29.customers.d1-online.com) has joined #tryton
2016-06-01 10:07 -!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton
2016-06-01 10:08 -!- meigallodixital_(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton
2016-06-01 10:55 <dj_xatra> Running "pip install -i https://trydevpi.tryton.org/ --allow-all-external --pre trytond-4.1.dev0" says "Could not find any downloads that satisfy the requirement trytond-4.1.dev0"
2016-06-01 10:55 <dj_xatra> What am I doing wrong?
2016-06-01 10:56 <cedk> dj_xatra: our tox uses: pip install --pre --find-links https://trydevpi.tryton.org/
2016-06-01 10:57 <cedk> dj_xatra: trydevpi is not an index but just a list of links
2016-06-01 11:03 <dj_xatra> cedk: What should I specify as package. Pip says wrong project name: http://dpaste.com/1434ZBK
2016-06-01 11:05 <pokoli> dj_xatra: pip install --pre --find-links https://trydevpi.tryton.org/ trytond should install lates development version
2016-06-01 11:05 <cedk> dj_xatra: trytond==4.1.dev0
2016-06-01 11:08 <dj_xatra> cedk: specifying version gives error: http://dpaste.com/3D0ESD7
2016-06-01 11:09 <dj_xatra> Without version seems to work
2016-06-01 11:17 <silwol> looking at http://doc.tryton.org/4.0/modules/stock/doc/ the 'View' location type seems to be missing from the list.
2016-06-01 11:20 <pokoli> silwol: yes, it is
2016-06-01 11:21 <pokoli> silwol: I'm wondering if you want to propose a patch to improve it
2016-06-01 11:23 <silwol> pokoli: where's the source for the documentation?
2016-06-01 11:24 <pokoli> silwol: in the doc folder of the stock module
2016-06-01 11:30 <nicoe> dj_xatra: you must using a double = not a simple one no?
2016-06-01 11:31 <dj_xatra> nicoe: Whoops. Time for coffee. :)
2016-06-01 12:28 -!- shrox(shrox@nat/iiit/x-pocdovkjhohdcueb) has joined #tryton
2016-06-01 12:35 -!- shrox(shrox@nat/iiit/x-gulbqojsuawhlkqc) has joined #tryton
2016-06-01 13:06 -!- mariomop(~quassel@host30.186-108-235.telecom.net.ar) has joined #tryton
2016-06-01 14:36 -!- udono(~udono@tmo-080-14.customers.d1-online.com) has joined #tryton
2016-06-01 14:43 <notizblock> i have a question regarding the production module: is it somehow possible to dynamically calculate where the items of the input column reside?
2016-06-01 14:48 <pokoli> notizblock: don't undestand what do you want to calculate :$
2016-06-01 14:50 <notizblock> here is the scenario: we have a single warehous with multiple storage zones (one storage zone per shelf)
2016-06-01 14:51 <notizblock> these storage zones are wrapped in a view
2016-06-01 14:51 <notizblock> the warehouse has this view as the default storage
2016-06-01 14:51 <notizblock> each of the articles uses a different storage location (using the stock product location module)
2016-06-01 14:52 <notizblock> so purchase and supplier shipments can be easily handled
2016-06-01 14:52 <notizblock> the production module uses the 'storage' setting of the warehouse to get inputs and put output
2016-06-01 14:53 <notizblock> in our case this is set to the wrapping view.
2016-06-01 14:54 <cedk> notizblock: such computation is done by the assign button
2016-06-01 14:54 <notizblock> so, in order to produce an item we need to change the storage location for each input item and each ouput item
2016-06-01 14:57 <notizblock> cedk: indeed! great
2016-06-01 14:58 <notizblock> we used a huge BOM for this test, maybe we missed an item or it was not on stock
2016-06-01 14:58 <notizblock> a minimal example (1 input -> 1 output) worked
2016-06-01 15:02 <notizblock> cedk: nice, exactly as you described it :D
2016-06-01 15:06 <notizblock> cedk: for the output of a production, the default storage location is ignored?
2016-06-01 15:08 <cedk> notizblock: the module stock_product_location has not yet been updated to support the production
2016-06-01 15:08 <notizblock> cedk: ok, thx for the info
2016-06-01 15:38 -!- kstenger(~karla@r167-56-240-49.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-06-01 15:55 -!- kstenger1(~karla@r179-24-191-142.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-06-01 16:09 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2016-06-01 16:19 -!- bvillasanti(~bvillasan@190.105.106.65) has joined #tryton
2016-06-01 16:31 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton
2016-06-01 16:48 -!- Timitos(~kpreisler@tmo-114-66.customers.d1-online.com) has joined #tryton
2016-06-01 18:15 <shrox> cedk: I am working on my project. Using lxml was a little more challenging than I had earlier thought it would be. But I think I've figured it out now. I will be uploading a review / getting back with some work soon. Sorry for the delay :/
2016-06-01 18:17 <cedk> shrox: OK, I think it starts to be time to show something
2016-06-01 18:18 <nicoe> shrox: if you have issue do not hesitate to talk about it
2016-06-01 18:18 <nicoe> shrox: we're also here to help you
2016-06-01 18:19 <cedk> shrox: I think it will be good to setup a weekly check
2016-06-01 18:20 <cedk> shrox: it can be here or by email where you tell us what you have done during the week
2016-06-01 18:21 <cedk> pokoli: did you get any news from Prayash
2016-06-01 18:39 -!- ComputingFroggy(~lro@pla13-1-82-232-80-204.fbx.proxad.net) has joined #tryton
2016-06-01 18:40 -!- ComputingFroggy(~lro@pla13-1-82-232-80-204.fbx.proxad.net) has left #tryton
2016-06-01 18:40 <shrox> cedk: Yes. Weekly check is good. Every Friday? It will give me some impetus to not procrastinate as well.
2016-06-01 18:42 <shrox> cedk: Let me just get done with this one lxml bump, then I will need your help with the other things. Thanks for the reminder about help being available though :)
2016-06-01 18:51 -!- zmijunkie(~Adium@i59F5C732.versanet.de) has joined #tryton
2016-06-01 18:54 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-06-01 19:16 -!- omniflex(~alex@95.65.24.10) has joined #tryton
2016-06-01 20:32 -!- zmijunkie(~Adium@i59F5C732.versanet.de) has joined #tryton
2016-06-01 20:57 -!- udono(~udono@ip-178-202-239-138.hsi09.unitymediagroup.de) has joined #tryton
2016-06-01 22:01 -!- nicoe(~nicoe@2a02:a03f:304c:600:ee55:f9ff:fe7b:f7ac) has joined #tryton
2016-06-01 22:51 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton

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