IRC logs of #tryton for Tuesday, 2016-07-12

chat.freenode.net #tryton log beginning Tue Jul 12 00:00:01 CEST 2016
2016-07-12 00:57 -!- kstenger(~karla@r190-133-91-24.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-07-12 02:01 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2016-07-12 02:22 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-07-12 03:20 -!- kstenger(~karla@r190-133-91-24.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-07-12 06:58 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2016-07-12 07:50 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2016-07-12 08:13 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-07-12 08:17 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-07-12 08:21 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-07-12 08:45 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2016-07-12 08:50 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-07-12 09:07 -!- mrichez_(~smuxi@mail.saluc.com) has joined #tryton
2016-07-12 09:08 -!- Timitos(~kpreisler@tmo-104-155.customers.d1-online.com) has joined #tryton
2016-07-12 09:18 -!- aasnan(~angel@48.red-83-45-194.dynamicip.rima-tde.net) has joined #tryton
2016-07-12 10:03 -!- udono(~udono@tmo-100-187.customers.d1-online.com) has joined #tryton
2016-07-12 10:15 -!- udono(~udono@tmo-100-187.customers.d1-online.com) has joined #tryton
2016-07-12 10:34 -!- shrox(shrox@nat/iiit/x-bbkkhvtbzeatnjyj) has joined #tryton
2016-07-12 11:22 -!- greg__(67fecb7c@gateway/web/freenode/ip.103.254.203.124) has joined #tryton
2016-07-12 11:25 <greg__> hello, I try to create a new contact along with new party, but it gives me error
2016-07-12 11:25 <greg__> http://pastebin.com/5zYHCjyK
2016-07-12 11:30 <pokoli> greg__: the error is clear, you are setting the kind field which does not exist in the contract relation
2016-07-12 11:32 <greg__> isn't it works like if not exists then create it & assign to party?
2016-07-12 11:32 <greg__> because I also used same syntax for address then its working fine.
2016-07-12 11:33 <pokoli> greg__: yes. but you are facing another problem
2016-07-12 11:34 <pokoli> greg__: in your contacts relation the field "kind" does not exists
2016-07-12 11:35 <greg__> pokoli, it is there because when I am fetching contacts of party then "kind" is exists
2016-07-12 11:36 <greg__> pokoli, if I removed "kind" then same error shown for "value"
2016-07-12 11:36 <pokoli> greg__: so the problem is on the contract One2Many which is not poiting to the right model
2016-07-12 11:36 <pokoli> greg__: can not give better advice without seeing code
2016-07-12 11:45 <greg__> pokoli, thanks a lot for your help! I solved it!
2016-07-12 11:46 <pokoli> greg__: just for curiosity: which was the problem?
2016-07-12 11:50 <greg__> instead of "contacts", use keyword: "contact_mechanisms"
2016-07-12 11:50 <greg__> :)
2016-07-12 11:51 <pokoli> greg__: so it was the wrong relation :) great!
2016-07-12 11:52 <greg__> actually, my colleague Michale solved it!
2016-07-12 12:32 -!- mariomop(~quassel@host53.181-1-254.telecom.net.ar) has joined #tryton
2016-07-12 12:53 -!- g5pw(~g5pw@mittelab/sudo/g5pw) has joined #tryton
2016-07-12 14:45 <Guest91043> Hello, does anyone know why in __register__ of stock_forecast, forecast moves are deleted? https://hg.tryton.org/modules/stock_forecast/file/tip/forecast.py#l146
2016-07-12 15:00 -!- kstenger(~karla@r179-24-189-239.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-07-12 16:12 <Guest91043> No one has an idea about this?
2016-07-12 16:16 -!- g5pw(~g5pw@mittelab/sudo/g5pw) has joined #tryton
2016-07-12 16:17 -!- g5pw(~g5pw@mittelab/sudo/g5pw) has joined #tryton
2016-07-12 16:18 <kstenger> Guest91043: I imagine the cleanup was needed due to a change in the criteria that the forecast moves should only be created on user request. This is just a guess since it comes from 2.0, but it's what the commit message makes me think.
2016-07-12 16:22 <Guest91043> kstenger: Do you know the commit hash for that one? I searched the history but couldn't find it.
2016-07-12 16:23 <kstenger> Guest91043: 6d690b8bb8ed
2016-07-12 16:25 -!- bvillasanti(~bvillasan@138.117.21.154) has joined #tryton
2016-07-12 16:26 <Guest91043> Thanks, I wonder if it would ever be possible to get this code removed? Our deployment script upgrades all modules and thus deletes forecast moves. kind of a pain.
2016-07-12 16:31 <pokoli> Guest91043: at least it has to be made idempotent, that only runs when it's needed (not on every upgrade)
2016-07-12 16:32 <pokoli> Guest91043: it's similar to https://bugs.tryton.org/issue5678
2016-07-12 16:32 <pokoli> Guest91043: so for me you can fill a bug
2016-07-12 16:35 <Guest91043> pokoli: Ok thanks, I'll submit a bug report.
2016-07-12 16:53 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-07-12 16:58 <udono> hi, is https://bugs.tryton.org down?
2016-07-12 16:59 <pokoli> udono: no, i just updated a issue
2016-07-12 16:59 <udono> pokoli: strange, I can not open any issue
2016-07-12 16:59 <pokoli> udono: I just opened https://bugs.tryton.org/issue5704 and https://bugs.tryton.org/issue5706 without problems
2016-07-12 17:00 <pokoli> udono: maybe there is a net split that affects your internet provider
2016-07-12 17:00 <udono> pokoli: con not open both links :-(
2016-07-12 17:01 <udono> pokoli: thanks
2016-07-12 17:03 <pokoli> udono: you are welcome
2016-07-12 17:04 <udono> … strange now it works :-)
2016-07-12 17:37 -!- bvillasanti(~bvillasan@138.117.21.154) has joined #tryton
2016-07-12 18:48 -!- giesen(quassel@ego.giesen.me) has joined #tryton
2016-07-12 18:52 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2016-07-12 19:19 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-07-12 19:22 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-07-12 19:27 -!- shrox(shrox@nat/iiit/x-lfbjwpdfhvjlbyhd) has joined #tryton
2016-07-12 19:39 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-07-12 20:33 -!- bvillasanti(~bvillasan@138.117.21.154) has joined #tryton
2016-07-12 20:37 -!- shrox(shrox@nat/iiit/x-dqwsohhjuiklzmpz) has joined #tryton
2016-07-12 21:22 -!- kstenger1(~karla@r186-48-246-123.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-07-12 22:21 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has left #tryton

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