IRC logs of #tryton for Wednesday, 2021-10-13

irc.libera.chat #tryton log beginning Wed Oct 13 12:00:01 AM CEST 2021
-!- springwurm(~springwur@5.104.149.54) has joined #tryton04:59
-!- mrichez(~Maxime@2a02:a03f:c2e8:f900:ed77:85ea:af2b:ba6e) has joined #tryton05:19
-!- timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton05:37
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton05:51
-!- ChanServ changed mode/#tryton -> +o cedk 05:51
-!- acaubet(~Thunderbi@194.224.31.235) has joined #tryton07:11
pokolicedk: sorry I was on holidays until today. I'm seeing now your messages07:19
acaubethi there, bugs.tryton.org is not responding07:22
cedkOVH the hoster seems down07:25
-!- wifasoi[m](~wifasoiwi@2001:470:69fc:105::1:177b) has joined #tryton07:37
-!- rs[m](~rsinframa@2001:470:69fc:105::ea2) has joined #tryton07:37
cedkall OVH seems down but it is strange I keep receiving emails from the server about error that it can not connect to services07:40
cedkso email seems to still work ???07:40
-!- rpit(~rpit@nat-guest.intevation.de) has joined #tryton07:41
-!- rpit(~rpit@2001:470:747a:2a:d888:168c:72e2:a8f5) has joined #tryton07:46
-!- springwurm(~springwur@5.104.149.54) has joined #tryton07:47
-!- timitos(~kpreisler@134.3.92.37) has joined #tryton07:48
cedkFYI the servers are still accessible in IPv6, it seems only IPv4 is not working07:49
-!- rs[m](~rsinframa@2001:470:69fc:105::ea2) has joined #tryton07:54
-!- tbruyere(~tbruyere@82.187-182-91.adsl-dyn.isp.belgacom.be) has joined #tryton08:02
-!- tbruyere_(~tbruyere@82.187-182-91.adsl-dyn.isp.belgacom.be) has joined #tryton08:02
cedkon linux you can edit /etc/gai.conf to prefer IPv6 over IPv408:09
-!- pokoli(~pokoli@mail.koolpi.com) has joined #tryton08:20
cedkpokoli: I think you have few bugfix that would introduce new strings, it will be good to push them this week so I can make a second translation update next week08:22
-!- SISalp(~SISalp@51.sisalp.net) has joined #tryton08:27
pokolicedk: ok, I will workon on it this week08:31
-!- rs[m](~rsinframa@2001:470:69fc:105::ea2) has joined #tryton08:33
-!- wifasoi[m](~wifasoiwi@2001:470:69fc:105::1:177b) has joined #tryton08:33
-!- nicoe(~nicoe@2a02:578:852a:c00:18c2:1aff:fef9:2b7f) has joined #tryton08:50
-!- timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton09:41
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton09:46
-!- ChanServ changed mode/#tryton -> +o cedk 09:46
-!- rs[m](~rsinframa@2001:470:69fc:105::ea2) has joined #tryton10:03
-!- wifasoi[m](~wifasoiwi@2001:470:69fc:105::1:177b) has joined #tryton10:13
mrichezhi, need some help with pyson "contains", got AssertionError: obj must be a dict or a list10:46
mrichezhere's my test: 'invisible': ~Eval('fields_required').contains('customer')10:47
mrichezfields_required = fields.Function(fields.MultiSelection('get_fields_required', "Fields Required"), 'on_change_with_fields_required')10:47
mrichezand method "get_fields_required" return ShippingLabel.fields_get(['fields_required'])['fields_required']['selection']10:49
-!- pokoli(~pokoli@user/pokoli) has joined #tryton10:54
-!- ChanServ changed mode/#tryton -> +v pokoli 10:54
pokolimrichez: contains argument should be a list: ~Eval('fields_required').in(['customer', 'supplier'])10:55
mrichezpokoli: so i get this error:     assert isinstance(key, (str, int)), \10:56
mrichezAssertionError: key must be a string or an integer or a long10:56
mrichezpokoli: here's the full tracelog : https://pastebin.com/GJUyHhPC10:59
-!- nicoe(~nicoe@host-82-212-178-227.dynamic.voo.be) has joined #tryton11:17
-!- springwurm(~springwur@5.104.149.54) has joined #tryton12:05
mrichezpokoli: i think it's a bug. Eval(multiselection_field) is a list of string... so assert here should also allow 'str' (in case of Eval('xx').contains(..) https://hg.tryton.org/trytond/file/default/trytond/pyson.py#l48513:24
-!- udono(~udono@94.31.106.9) has joined #tryton13:32
-!- nicoe(~nicoe@176.158.167.193) has joined #tryton15:47
-!- nicoe(~nicoe@2a02:2788:54:1ff:18c2:1aff:fef9:2b7f) has joined #tryton16:18
-!- rpit(~rpit@p200300c88f168d000ae81a7497341a2e.dip0.t-ipconnect.de) has joined #tryton16:43

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