IRC logs of #tryton for Monday, 2022-04-04

irc.libera.chat #tryton log beginning Mon Apr 4 12:00:01 AM CEST 2022
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton23:06
-!- ChanServ changed mode/#tryton -> +o cedk 23:06
-!- Pegasus_RPG(~Thunderbi@nv-71-48-39-136.dhcp.embarqhsd.net) has joined #tryton01:48
-!- springwurm(~springwur@5.104.149.54) has joined #tryton05:22
-!- timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton06:19
-!- kwmiebach(sid16855@id-16855.tinside.irccloud.com) has joined #tryton06:39
-!- rpit(~rpit@2001:470:747a:2a:d888:168c:72e2:a8f5) has joined #tryton06:45
-!- mrichez(~Maxime@2a02:a03f:c2e8:f900:ed77:85ea:af2b:ba6e) has joined #tryton06:45
-!- acaubet(~Thunderbi@194.224.31.235) has joined #tryton07:13
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton07:22
-!- ChanServ changed mode/#tryton -> +o cedk 07:22
-!- nicoe(~nicoe@2a02:578:852a:c00:18c2:1aff:fef9:2b7f) has joined #tryton07:30
cedknicoe: could you fix https://codereview.tryton.org/368251002/ asap, it blocking the fix for translations and also the tests11:38
-!- springwurm(~springwur@5.104.149.54) has joined #tryton12:01
nicoecedk: done12:04
LordVanHi12:30
LordVanquick question: can I display a field from party.party in a sale view easily? - if so how would I do that? (i want to just show some field I added as info)12:30
cedkLordVan: you have to define a Function field on sale12:55
LordVancedk, ah ok thanks I will have a look.12:55
cedkand usually the getter should be an on_change_with_<field name>12:55
LordVanI thought maybe there was some other way to simply add the customer parties field but that works too12:56
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton13:16
-!- ChanServ changed mode/#tryton -> +o cedk 13:16
-!- rpit(~rpit@p200300c88f061600c60cb618196779ef.dip0.t-ipconnect.de) has joined #tryton16:40
nicoeLordVan: There is https://codereview.tryton.org/397681002/ that will get included one day16:48
-!- Pegasus_RPG(~Thunderbi@fortissl.ccsd.net) has joined #tryton16:48
cedknicoe: not sure it will be simpler16:56
cedkindeed the best would be to support to use dot notation as field name in view16:56
cedkand that the client make read with dot notation (partially supported) and that the server return the field description (but readonly) 16:57
cedkalso the client has to refresh the data read when the origin Many2One is changed16:58
nicoecedk: it could work but some of the depends will need to be sent also sometimes (eg: digits)17:05
-!- Pegasus_RPG(~Thunderbi@fortissl.ccsd.net) has joined #tryton17:12
cedknicoe: indeed the server will have to change the depends field to have prefix17:12
cedkbut each time I think about it, I found it is too much complicated to be correct. So a simple Function field with an on_change_with getter is much simpler.17:13
-!- Pegasus_RPG(~Thunderbi@fortissl.ccsd.net) has joined #tryton19:14

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