IRC logs of #tryton for Monday, 2016-04-11

chat.freenode.net #tryton log beginning Mon Apr 11 00:00:02 CEST 2016
2016-04-11 00:31 -!- shrox(shrox@nat/iiit/x-wdhrxydlzotyvrqa) has joined #tryton
2016-04-11 00:37 <cedk> jrm: there is no big issue to have both installed but for cpython psycopg2 is better but it will not be used if psycopg2cffi is installed
2016-04-11 00:38 <jrm> cedk: Thanks. I'll make it a "one or the other" option then.
2016-04-11 00:40 <cedk> jrm: indeed in the setup, we switch them depending on the implementation
2016-04-11 00:42 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-04-11 01:10 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-04-11 02:21 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-04-11 07:31 -!- tr33_(~tr33@ip-178-202-81-104.hsi09.unitymediagroup.de) has joined #tryton
2016-04-11 07:38 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-04-11 07:40 -!- frispete_(~frispete@p54A91D6A.dip0.t-ipconnect.de) has joined #tryton
2016-04-11 08:03 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2016-04-11 08:04 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-04-11 08:49 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-04-11 09:06 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-04-11 09:18 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-04-11 09:38 -!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton
2016-04-11 09:39 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2016-04-11 09:59 -!- udono(~udono@ip-178-202-239-138.hsi09.unitymediagroup.de) has joined #tryton
2016-04-11 10:20 -!- shrox(shrox@nat/iiit/x-yrdmqcjykgjyawrm) has joined #tryton
2016-04-11 11:27 -!- aneolf(~chatzilla@106.140.21.95.dynamic.jazztel.es) has joined #tryton
2016-04-11 11:29 <aneolf> Hi!
2016-04-11 11:29 <pokoli> nicoe: it will be great if you can have a look at https://bugs.tryton.org/issue5469 ;)
2016-04-11 11:29 <pokoli> aneolf: Hi
2016-04-11 11:33 <aneolf> Has anyone tried to search a record with the "!:" or "!=:" operator in 3.8. It seems that it doesn't work because in the end, it shows all records and the filter is removed.
2016-04-11 11:36 <pokoli> aneolf: can you explain concrectly what are you trying? I'm puting: "Language: !English" in translation filter and works correctly
2016-04-11 11:39 <nicoe> pokoli: Indeed I tested in my console and made an error when copying the code in tryton
2016-04-11 11:44 <aneolf> If you don't put the label "Language", it should search by rec_name, but in this case, the "!:" and the "!=:" operatos do not work
2016-04-11 11:49 <pokoli> nicoe: don't worry just fixed it :)
2016-04-11 11:49 <pokoli> aneolf: which model are you testing?
2016-04-11 11:53 <aneolf> I have tested party, address, and even ir.lang of 3.8 in a fresh database. I'm going to test it in a fresh installation.
2016-04-11 11:55 <pokoli> aneolf: BTW do you know which domain is passed to the server?
2016-04-11 11:58 <aneolf> Nop. I cannot see it. I have put a breakpoint in the code, but if I write '!: English' in the search widget, it does not stop on it, and shows the behavior I have described before.
2016-04-11 12:00 <cedk> aneolf: why are you using ":" ?
2016-04-11 12:00 <cedk> aneolf: you should type: !English or quoted: !": English"
2016-04-11 12:03 <aneolf> I have tried '! English' and '!English' but then, it is changed by '"!" English' which is not correct either.
2016-04-11 12:06 <aneolf> '!": English"' does not work properly for me either.
2016-04-11 12:31 <pokoli> aneolf: I've never used such sintax. !English always worked fine form me
2016-04-11 12:32 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-04-11 12:34 -!- mariomop(~quassel@host176.190-138-105.telecom.net.ar) has joined #tryton
2016-04-11 12:52 <aneolf> I have tried in a fresh database of a fresh installation and !English does not work either. May I have to open an issue?
2016-04-11 12:54 <cedk> aneolf: indeed I'm still not sure to understand what you try to do and why you say it is not working
2016-04-11 13:00 <aneolf> I'm trying to search a group or records by its rec_name that does not match with a given criteria. In this case, records are of model ir.lang and the criteria is rec_name different than English. But when I put !English in the search widget, Tryton changes this input by "!" English, and does not find anything.
2016-04-11 13:12 <cedk> aneolf: OK it seems to not work if there is no field specified
2016-04-11 13:13 <cedk> aneolf: it seems to be line 1126 of domain_parser.py
2016-04-11 13:13 <cedk> aneolf: so you can fill an issue
2016-04-11 13:14 <aneolf> Do you want me to try to fix it?
2016-04-11 13:17 <cedk> aneolf: of course I want everybody to try to fix every issues
2016-04-11 13:17 <cedk> :-)
2016-04-11 13:42 -!- csotelo(~csotelo@181.67.57.146) has joined #tryton
2016-04-11 14:33 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-04-11 14:33 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has left #tryton
2016-04-11 14:33 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-04-11 14:43 -!- bvillasanti(~bvillasan@181.16.50.158) has joined #tryton
2016-04-11 14:56 -!- kstenger(~karla@r190-133-125-193.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-04-11 15:07 -!- andrespoliti(~andrespol@250-183-89-200.fibertel.com.ar) has joined #tryton
2016-04-11 15:20 -!- mariomop(~quassel@host54.190-136-189.telecom.net.ar) has joined #tryton
2016-04-11 15:21 <andrespoliti> how can i print a report for a model with a table query to a readonly view? It has a many2one where i select a record which changes function fields, and when i print report the function fields are set to None because it can't save
2016-04-11 15:22 -!- nina(~nina@177.19.245.134) has joined #tryton
2016-04-11 15:25 <pokoli> andrespoliti: if you want the model to be readonly don't give create/write/delete access to its users
2016-04-11 15:26 <andrespoliti> but if i don't give write access, the many2one field cannot be changed
2016-04-11 15:26 <cedk> andrespoliti: I think you should use the new context model of 4.0 or you must create a wizard that setup context for your function
2016-04-11 15:38 <andrespoliti> like a Report class that sets report_context ?
2016-04-11 15:41 <cedk> andrespoliti: yes
2016-04-11 16:24 -!- mariomop(~quassel@host14.190-139-67.telecom.net.ar) has joined #tryton
2016-04-11 16:40 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-04-11 17:04 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-04-11 18:33 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-04-11 18:51 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-04-11 18:59 -!- bvillasanti(~bvillasan@181.16.50.158) has joined #tryton
2016-04-11 19:22 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-04-11 20:00 -!- JosDzG(~Thunderbi@187.188.72.36) has joined #tryton
2016-04-11 20:13 -!- mariomop(~quassel@host176.190-138-105.telecom.net.ar) has joined #tryton
2016-04-11 21:02 -!- bvillasanti(~bvillasan@181.16.50.158) has joined #tryton
2016-04-11 21:22 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-04-11 22:29 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2016-04-11 23:21 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton

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