IRC logs of #tryton for Friday, 2017-04-14

chat.freenode.net #tryton log beginning Fri Apr 14 00:00:01 CEST 2017
2017-04-14 00:59 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-04-14 03:52 -!- VaticanCameos(~VaticanCa@223.190.20.119) has joined #tryton
2017-04-14 03:56 -!- thaneor1(~ldlc6@179.26.107.141) has joined #tryton
2017-04-14 04:53 -!- csotelo(~csotelo@2001:1388:49c5:43b8:d3e2:751c:85f2:faf) has joined #tryton
2017-04-14 05:17 -!- VaticanCameos(~VaticanCa@223.190.20.119) has joined #tryton
2017-04-14 08:07 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2017-04-14 08:51 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-04-14 08:52 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2017-04-14 09:18 -!- VaticanCameos(~VaticanCa@223.190.20.119) has joined #tryton
2017-04-14 09:57 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2017-04-14 11:28 <cedk> pokoli: what about issue6420?
2017-04-14 12:40 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2017-04-14 14:00 -!- EdbO(8911351a@gateway/web/freenode/ip.137.17.53.26) has joined #tryton
2017-04-14 14:01 <EdbO> Got a strange thing with buttons
2017-04-14 14:01 <EdbO> When I create a button rule with multiple clicks
2017-04-14 14:01 <EdbO> And use that button in a workflow
2017-04-14 14:02 <EdbO> I get an empty array instead of the the item
2017-04-14 14:02 <EdbO> When I do the same with a "normal" button, it works like expected
2017-04-14 14:04 <EdbO> E.g. with a "normal" button I got [Pool().get('account.invoice')(4)], with multiple clicks I get []
2017-04-14 14:25 <cedk> EdbO: if the record did not reach the right number of clicks it is filtered
2017-04-14 14:40 <EdbO> cedk: I configurered the button to be clicked twice, after the second click I still get an empty array
2017-04-14 14:40 <EdbO> cedk: Also after the first click, the code got executed.
2017-04-14 14:42 <cedk> EdbO: I guess you did not configured correctly
2017-04-14 14:46 <EdbO> cedk: I configured it correctly. A few weeks back I configured the button http://www.tryton.org/~irclog/2017-03-01.log.html.
2017-04-14 14:48 <cedk> EdbO: if the code is executed after the first click than why do you click a second time?
2017-04-14 14:49 <cedk> EdbO: after a succeful click the counter is reset
2017-04-14 14:55 <cedk> EdbO: also have you applied https://bugs.tryton.org/issue6319
2017-04-14 14:57 <EdbO> cedk: Because the transistion is done after the second click.
2017-04-14 14:57 <EdbO> cedk: I already applied https://bugs.tryton.org/issue6319
2017-04-14 14:59 <cedk> EdbO: I do not understand
2017-04-14 14:59 <cedk> EdbO: what transition are you talking?
2017-04-14 15:02 <EdbO> cedk: Transision of the state from "draft" to "confirmed"
2017-04-14 15:03 <cedk> EdbO: I really do not understand at all your stories
2017-04-14 15:04 <EdbO> cedk: No problem. I wil figure it out myself and maybe report a bug
2017-04-14 15:06 -!- trilliji(~trilliji@cpe-67-255-39-42.stny.res.rr.com) has joined #tryton
2017-04-14 15:07 <cedk> ACTION last time I try to help EdbO
2017-04-14 15:59 -!- thaneor(~ldlc6@179.26.113.252) has joined #tryton
2017-04-14 16:27 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2017-04-14 17:21 -!- EdbO(5065932f@gateway/web/freenode/ip.80.101.147.47) has joined #tryton
2017-04-14 17:31 <EdbO> cedk: you don't have to answer, but what's wrong with figuring out myself a.k.a digging deeper into tryton how it works? To me it's better that you spend your quality time on doing the right stuff instead trying to understand me. We could spend a lot of time talking about the problem and than conclude that I missed a bit (which I now have discovered myself and learned a bit extra about how tryton works). Maybe I had to say it a bit diff
2017-04-14 18:16 -!- rpit(~rpit@2a02:908:e672:7480:56ee:75ff:fe0d:d3c7) has joined #tryton
2017-04-14 18:51 -!- prakashpandey(~prakashpa@106.51.135.229) has joined #tryton
2017-04-14 18:53 <prakashpandey> :cedk what are your thoughts on implementing read nested read on o2m or m2m fields. Something like Party.read([id], ['addresses.rec_name']) = [{'addresses.name': ['address1 name', 'address2 name']}]
2017-04-14 18:58 <cedk> prakashpandey: I do not think it makes sense or even be practicable
2017-04-14 18:58 <cedk> prakashpandey: because there will be no way to know the id of the record read
2017-04-14 19:02 <prakashpandey> :cedk and because read doesn't respect the order. Makes sense
2017-04-14 19:04 -!- rpit(~rpit@2a02:908:e672:7480:56ee:75ff:fe0d:d3c7) has joined #tryton
2017-04-14 20:59 -!- robink(~quassel@unaffilated/robink) has joined #tryton

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