chat.freenode.net #tryton log beginning Wed Sep 12 00:00:01 CEST 2018 | ||
-!- cdchapman(~perturbed@c-67-169-243-133.hsd1.ut.comcast.net) has joined #tryton | 00:42 | |
-!- lucascastro(~lucascast@177-185-139-186.isotelco.net.br) has joined #tryton | 01:50 | |
-!- cdchapman(~perturbed@c-73-3-96-68.hsd1.ut.comcast.net) has joined #tryton | 01:52 | |
-!- csotelo_(~csotelo@190.40.230.124) has joined #tryton | 02:40 | |
-!- yangoon(~mathiasb@i59F52380.versanet.de) has joined #tryton | 02:42 | |
-!- csotelo_(~csotelo@2001:1388:49c7:18bf:b53:6e7:6ef2:b689) has joined #tryton | 02:42 | |
-!- lucascastro(~lucascast@177-185-139-186.isotelco.net.br) has joined #tryton | 03:11 | |
-!- zmijunkie(~Adium@i577AD99D.versanet.de) has joined #tryton | 05:04 | |
-!- tafelgeschirr(~tafelgesc@5.104.149.54) has joined #tryton | 05:06 | |
-!- jmpoure(~jmpoure@soy95-3-82-237-147-64.fbx.proxad.net) has joined #tryton | 06:29 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 06:34 | |
-!- rpit(~rpit@p200300C88F04CB0042DA41E72FBDF6A4.dip0.t-ipconnect.de) has joined #tryton | 06:45 | |
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | 06:53 | |
-!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton | 07:04 | |
-!- nlopez73(bc558c12@gateway/web/cgi-irc/kiwiirc.com/ip.188.85.140.18) has joined #tryton | 07:39 | |
-!- Timitos(~kpreisler@tmo-080-94.customers.d1-online.com) has joined #tryton | 07:41 | |
-!- nlopez73(bc558c12@gateway/web/cgi-irc/kiwiirc.com/ip.188.85.140.18) has joined #tryton | 08:29 | |
-!- nicoe(~nicoe@2a02:578:858c:500:7e2a:31ff:fe5e:b25d) has joined #tryton | 08:30 | |
-!- tafelgeschirr_(~tafelgesc@5.104.149.54) has joined #tryton | 08:31 | |
-!- thaneor(~lenovo3@179.26.3.174) has joined #tryton | 08:42 | |
-!- mariomop(~quassel@181.93.70.110) has joined #tryton | 11:07 | |
-!- tafelgeschirr(~tafelgesc@5.104.149.54) has joined #tryton | 12:05 | |
-!- jmpoure(~jmpoure@soy95-3-82-237-147-64.fbx.proxad.net) has joined #tryton | 12:14 | |
-!- Timitos(~kpreisler@tmo-080-94.customers.d1-online.com) has joined #tryton | 12:50 | |
-!- csotelo_at_work(~csotelo_a@179.43.97.56) has joined #tryton | 13:05 | |
-!- lucascastro(~lucascast@177-185-139-186.isotelco.net.br) has joined #tryton | 13:10 | |
pokoli | I'm wondering if the search keyword of this error message should be quoted. http://hg.tryton.org/modules/stock/file/71845e6daa20/inventory.py#l504 | 13:21 |
---|---|---|
cedk | pokoli: why not | 14:03 |
cedk | pokoli: but as quote is ", this makes almost all message use ' | 14:03 |
pokoli | cedk: but currently all message use " for quoting instead of '. So probably we should update all strings | 14:05 |
cedk | but it is maybe not a problem once we have ir.message | 14:05 |
cedk | pokoli: no quoting in English is double quote: https://en.wikipedia.org/wiki/Quotation_mark#In_English | 14:06 |
-!- lucascastro(~lucascast@200.141.207.18) has joined #tryton | 17:02 | |
-!- jcm(~jcm@78.194.214.115) has joined #tryton | 17:02 | |
-!- andrespoliti(~andrespol@200.50.173.5) has joined #tryton | 17:26 | |
andrespoliti | good afternoon | 17:26 |
andrespoliti | is it possible to show inactive records in a one2many field? | 17:26 |
cedk | andrespoliti: not really | 17:28 |
cedk | andrespoliti: you can set the active_test context to false maybe | 17:28 |
cedk | but it would probably be a good improvement to add the toggle button like tree view | 17:29 |
andrespoliti | i'll try | 17:29 |
andrespoliti | setting context={'active_test': False} in the field definition doesn't work | 17:31 |
cedk | andrespoliti: it should probably be set when ready the field of the record | 17:34 |
cedk | on a second though, I do not think it is right to have a toggle button, we should keep the integrity of the value of the field | 17:34 |
andrespoliti | cedk: what do you mean it should be set when ready the field of the record? | 17:35 |
cedk | andrespoliti: it should be in the context of the read call | 17:45 |
andrespoliti | cedk: you mean like extending the read method of the class and setting the context there? | 17:50 |
cedk | andrespoliti: no like setting the context for the form | 17:57 |
cedk | but anyway, I think you have a design issue if you need that | 17:57 |
cedk | inactivate record should be treated as deleted | 17:57 |
andrespoliti | yes, unfortunately the client asks for crazy things and my boss says yes, so i have to do it hehe | 18:03 |
andrespoliti | i extended the read and it worked | 18:03 |
andrespoliti | i did this: https://pastebin.com/RuJXCt64 | 18:04 |
-!- zmijunkie(~Adium@i577AD99D.versanet.de) has joined #tryton | 18:14 | |
-!- jcm(~jcm@78.194.214.115) has joined #tryton | 18:19 | |
-!- csotelo(~csotelo@181.64.221.87) has joined #tryton | 18:59 | |
-!- csotelo(~csotelo@181.64.221.87) has joined #tryton | 19:02 | |
-!- rpit(~rpit@p200300C88F04CB0042DA41E72FBDF6A4.dip0.t-ipconnect.de) has joined #tryton | 19:05 | |
-!- lucascastro(~lucascast@186.193.178.113.jupiter.com.br) has joined #tryton | 19:42 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 20:00 | |
-!- udono1(~udono@062-134-067-156.ip-addr.inexio.net) has joined #tryton | 20:34 | |
-!- udono(~udono@062-134-067-156.ip-addr.inexio.net) has joined #tryton | 20:36 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!