irc.libera.chat #tryton log beginning Mon Apr 4 12:00:01 AM CEST 2022 | ||
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 23:06 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 23:06 | |
-!- Pegasus_RPG(~Thunderbi@nv-71-48-39-136.dhcp.embarqhsd.net) has joined #tryton | 01:48 | |
-!- springwurm(~springwur@5.104.149.54) has joined #tryton | 05:22 | |
-!- timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | 06:19 | |
-!- kwmiebach(sid16855@id-16855.tinside.irccloud.com) has joined #tryton | 06:39 | |
-!- rpit(~rpit@2001:470:747a:2a:d888:168c:72e2:a8f5) has joined #tryton | 06:45 | |
-!- mrichez(~Maxime@2a02:a03f:c2e8:f900:ed77:85ea:af2b:ba6e) has joined #tryton | 06:45 | |
-!- acaubet(~Thunderbi@194.224.31.235) has joined #tryton | 07:13 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 07:22 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 07:22 | |
-!- nicoe(~nicoe@2a02:578:852a:c00:18c2:1aff:fef9:2b7f) has joined #tryton | 07:30 | |
cedk | nicoe: could you fix https://codereview.tryton.org/368251002/ asap, it blocking the fix for translations and also the tests | 11:38 |
---|---|---|
-!- springwurm(~springwur@5.104.149.54) has joined #tryton | 12:01 | |
nicoe | cedk: done | 12:04 |
LordVan | Hi | 12:30 |
LordVan | quick 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 |
cedk | LordVan: you have to define a Function field on sale | 12:55 |
LordVan | cedk, ah ok thanks I will have a look. | 12:55 |
cedk | and usually the getter should be an on_change_with_<field name> | 12:55 |
LordVan | I thought maybe there was some other way to simply add the customer parties field but that works too | 12:56 |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 13:16 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 13:16 | |
-!- rpit(~rpit@p200300c88f061600c60cb618196779ef.dip0.t-ipconnect.de) has joined #tryton | 16:40 | |
nicoe | LordVan: There is https://codereview.tryton.org/397681002/ that will get included one day | 16:48 |
-!- Pegasus_RPG(~Thunderbi@fortissl.ccsd.net) has joined #tryton | 16:48 | |
cedk | nicoe: not sure it will be simpler | 16:56 |
cedk | indeed the best would be to support to use dot notation as field name in view | 16:56 |
cedk | and that the client make read with dot notation (partially supported) and that the server return the field description (but readonly) | 16:57 |
cedk | also the client has to refresh the data read when the origin Many2One is changed | 16:58 |
nicoe | cedk: 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 #tryton | 17:12 | |
cedk | nicoe: indeed the server will have to change the depends field to have prefix | 17:12 |
cedk | but 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 #tryton | 19:14 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!