IRC logs of #tryton for Friday, 2018-03-23

chat.freenode.net #tryton log beginning Fri Mar 23 00:00:01 CET 2018
-!- JanGB(~jan@ip5f5b2f5d.dynamic.kabel-deutschland.de) has joined #tryton23:30
-!- JosDzGx(~Thunderbi@187.154.29.248) has joined #tryton23:42
-!- JosDzGx1(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton23:43
-!- JosDzG(~Thunderbi@187.154.32.246) has joined #tryton23:47
-!- JosDzGx(~Thunderbi@187.154.32.246) has joined #tryton23:47
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton00:46
-!- csotelo(~csotelo@201.240.71.151) has joined #tryton01:25
-!- thaneor(~ldlc6@r179-25-50-157.dialup.adsl.anteldata.net.uy) has joined #tryton02:00
-!- yangoon(~mathiasb@i59F4FDB3.versanet.de) has joined #tryton03:13
-!- _2cadz(~2cadz@82-64-14-213.subs.proxad.net) has joined #tryton05:59
-!- rpit(~rpit@p200300C88F2B670056EE75FFFE0DD3C7.dip0.t-ipconnect.de) has joined #tryton07:14
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton07:17
-!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton07:34
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton07:56
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton09:00
-!- _2cadz(~2cadz@80.215.240.149) has joined #tryton09:13
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton09:28
cedkhere are some screenshot of the position badge:10:51
cedkhttps://screenshots.firefox.com/o9tdUNXxKKVPYFLg/localhost10:51
cedkhttps://screenshots.firefox.com/WiDq06gydMONA078/localhost10:51
cedkhttps://screenshots.firefox.com/TbwGyjyp6ybHmb0W/localhost10:51
cedklast one the tooltip shows full info10:51
pokolicedk: on last one, why not using 99+ instead of elispisis? Current behaviur seems incomplete10:55
pokolicedk: for https://codereview.tryton.org/40411002/diff/160001/tryton/gui/window/view_form/screen/screen.py#newcode302 should I use ['AND', domain, [('active', '=', False)]] ??11:00
pokolicedk: I'm getting wrong results with this domain, not sure if a bug or something that I'm doing wrong11:00
-!- csotelo(~csotelo@201.240.71.151) has joined #tryton11:02
-!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton11:04
pokoliwhat does not work as expected is the following domain: [u'AND', [u'OR', [u'name', u'ilike', u'%surestore%'], [u'purchasable', u'=', False]], [[u'active', u'=', False]]]11:05
pokolii think it's a server side issue because the active=true clause it's append on the server query11:35
-!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton12:17
-!- JanGB(~jan@nat3.hmt-leipzig.de) has left #tryton12:18
-!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton12:21
-!- csotelo(~csotelo@179.43.97.56) has joined #tryton13:26
-!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton13:50
cedkpokoli: I use elipisis because it is a composed string of at more 3 numbers, it is not possible to have a relative small fixed size which allow to handle them13:57
cedkpokoli: yes you must use an explicit and-ed but it could be [domain, ('active', '=', False)]13:58
cedkpokoli: I guess the wrong result is because the append of active is done before the append of self.domain13:59
-!- thaneor1(~ldlc6@179.26.139.199) has joined #tryton14:03
-!- cdchapman(~perturbed@67-2-81-134.slkc.qwest.net) has joined #tryton14:26
pokolicedk: applying the lasts comments on the review fixed the issue14:47
-!- caf_(~caf@corp-190-12-31-162.cue.puntonet.ec) has joined #tryton15:00
-!- perilla(~perilla@corp-190-12-31-162.cue.puntonet.ec) has joined #tryton15:16
perillacedk: in reference to https://bugs.tryton.org/issue7250 about lang on sum widget15:17
perillacedk: I should first add getlangBC47 as a new issue, and then use this on issue7250?15:17
perillacedk: and use getlangBC47 on Sao.field.Float.get_client15:21
pokoliperilla: IIUC you should add getlangBC47 on the same issue and use when required15:21
perillacedk: ok15:23
caf_cedk: Christian from Ecuador15:39
caf_cedk: I want to ask you about https://codereview.tryton.org/41941002/ (account_invoice: Remove tax code from invoice tax)15:39
caf_cedk: I applied the patch on default branch, but when I tried to insert data on tax code form the fields are readonly (disable)15:39
caf_cedk: https://pasteboard.co/HdfpsYB.png I need to do something else in order to test this patch?15:39
-!- notizblock(~notizbloc@nblock.org) has joined #tryton15:40
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton15:43
cedkcaf_: maybe you do not have the access right?15:48
cedkpokoli: it is missing the template on tax code form so tax code are always readonly15:52
cedkpokoli: indeed it is the template_override15:54
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton16:09
-!- wise175(~wise@corp-190-12-31-162.cue.puntonet.ec) has joined #tryton16:16
-!- JosDzG(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton16:18
pokolicedk: I will check16:23
-!- JanGB(~jan@ip5f5b2f5d.dynamic.kabel-deutschland.de) has joined #tryton16:26
cedkpokoli: OK, this is the problem reported by caf_16:26
pokolicaf_: I'm wondering if we should not add the the template on all the form, currently it's only on the account form but not on other models16:31
cedkpokoli: I think the checkbox is enough because it depends on it16:32
pokolicaf_: https://codereview.tryton.org/40211002 should fix it. Could you confirm please?16:33
pokolicedk: but is somewhere inconsitent because template is available on account form, but not on other forms16:34
cedkpokoli: wrong issue number16:34
cedkpokoli: I do not see the template on the account form16:35
pokolicedk: fixed issue number16:35
pokolicedk: sorry it's on account_type not account http://hg.tryton.org/modules/account/file/27d92e32a265/view/account_type_form.xml16:37
cedkpokoli: I do not think the template is useful16:40
pokolifixed on https://bugs.tryton.org/issue7256 :)16:49
caf_pokoli: thanks, I will test this17:11
-!- wise175(~wise@corp-190-12-31-162.cue.puntonet.ec) has left #tryton17:30
-!- csotelo(~csotelo@179.7.36.28) has joined #tryton17:44
-!- JosDzG(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton17:50
caf_pokoli: after apply https://codereview.tryton.org/40211002/ the field on code tax was fixed but the lines continue on readonly, please check the screenshot https://pasteboard.co/Hdglbx3.png18:02
-!- JosDzGx(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton18:30
-!- JosDzG(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton18:54
-!- JosDzGx(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton19:18
-!- JosDzGx1(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton19:20
-!- JosDzG(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton19:21
-!- JosDzGx(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton19:40
-!- caf_(~caf@corp-190-12-31-162.cue.puntonet.ec) has joined #tryton19:44
-!- JosDzG(~Thunderbi@187.154.32.246) has joined #tryton19:52
-!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton21:01
-!- csotelo(~csotelo@179.7.46.34) has joined #tryton21:02
-!- mono(~mono@201.184.144.165) has joined #tryton21:12
-!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton22:35
-!- JosDzGx(~Thunderbi@137.189-204-196.bestel.com.mx) has joined #tryton22:59

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