IRC logs of #tryton for Thursday, 2017-09-28

chat.freenode.net #tryton log beginning Thu Sep 28 00:00:01 CEST 2017
2017-09-28 00:05 -!- cdchapman(~perturbed@73.98.169.213) has joined #tryton
2017-09-28 00:40 -!- kensatya(~Thunderbi@91.214.170.99) has joined #tryton
2017-09-28 01:13 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton
2017-09-28 01:28 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-09-28 03:10 -!- csotelo(~csotelo@2001:1388:49c7:afaa:52f8:1a16:5a75:6d37) has joined #tryton
2017-09-28 04:01 -!- kstenger(~karla@r167-56-233-238.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-09-28 04:01 -!- smarro(~sebastian@168.90.86.167) has joined #tryton
2017-09-28 04:55 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton
2017-09-28 05:27 -!- pokoli(~pokoli@mail.koolpi.com) has joined #tryton
2017-09-28 07:38 -!- thaneor1(~ldlc6@179.26.116.168) has joined #tryton
2017-09-28 07:49 -!- cedk(~ced@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2017-09-28 07:49 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-09-28 07:52 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2017-09-28 08:28 -!- robink(~quassel@unaffilated/robink) has joined #tryton
2017-09-28 08:37 -!- cdchapman(~perturbed@73.98.169.123) has joined #tryton
2017-09-28 09:06 -!- cdchapman(~perturbed@73.98.169.182) has joined #tryton
2017-09-28 09:08 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2017-09-28 09:29 -!- rpit(~rpit@aftr-37-24-146-36.unity-media.net) has joined #tryton
2017-09-28 10:16 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2017-09-28 10:39 -!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton
2017-09-28 12:19 <cedk> Please before submitting a patch test it !!!
2017-09-28 12:21 <cedk> pokoli: this should not happen: https://drone.tryton.org/tryton/modules.account/18/13
2017-09-28 12:21 <cedk> pokoli: you did not run the tests before committing
2017-09-28 12:25 <pokoli> cedk: I run, but only py27-sqlite
2017-09-28 12:27 <pokoli> cedk: btw I will upload a fix
2017-09-28 12:31 <cedk> there have been recently too much CI failures for my taste
2017-09-28 12:31 <cedk> some really showing no proper testing
2017-09-28 12:32 -!- smarro(~sebastian@168.90.86.167) has joined #tryton
2017-09-28 12:33 <pokoli> cedk: bad things happen. The good thing is that we detect now
2017-09-28 12:34 <pokoli> cedk: for this concrete changeset i tested manually on a postgresql database with the account_invoice module and some special cases that are not covered by the test scenario
2017-09-28 12:44 <pokoli> cedk: first idea is https://tryton-rietveld.appspot.com/37721002 but I'm wondering if we should not fix sequence to ensure an integer is returned (as the field is of integer type)
2017-09-28 12:44 <pokoli> or make it a BigInteger if we want to allow long values
2017-09-28 12:45 <cedk> pokoli: int or long can be expected for fields.Integer
2017-09-28 12:46 <pokoli> cedk: then I don't understand why we have two different fields
2017-09-28 12:47 <cedk> pokoli: It was only for database creation
2017-09-28 12:48 <cedk> pokoli: but probably we should drop BigInteger and just do not try to migrate database schema between INT4 and INT8
2017-09-28 13:47 <plaes> python3 does not differentiate between int/long
2017-09-28 13:48 <plaes> is it possible to define size for field?
2017-09-28 13:51 <pokoli> plaes: yes, but only on relevant fields. See: http://doc.tryton.org/4.4/trytond/doc/ref/models/fields.html?highlight=size#trytond.model.fields.Char.size
2017-09-28 14:56 -!- kstenger(~karla@r167-56-233-238.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-09-28 15:22 -!- csotelo_at_work(~csotelo@179.43.97.56) has joined #tryton
2017-09-28 15:50 <pokoli> anyone knows how to hide a table row in relatorio depending on a test expression?
2017-09-28 16:01 -!- kstenger1(~karla@r186-50-4-52.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-09-28 16:02 <cedk> pokoli: use if test arround the row using a row above and row below
2017-09-28 16:09 <pokoli> cedk: worked like a charm. Thanks.
2017-09-28 16:15 -!- perilla(~perilla@corp-190-57-169-210.cue.puntonet.ec) has joined #tryton
2017-09-28 16:17 -!- smarro(~sebastian@168.90.86.167) has joined #tryton
2017-09-28 16:41 -!- mariomop(~quassel@host6.186-108-197.telecom.net.ar) has joined #tryton
2017-09-28 16:42 <sisalp> hello, in 4.4, we get categories and Account categories. Shouldn't we dissociate completly operational and accounting classification ?
2017-09-28 16:44 <pokoli> sisalp: by default there is any restriction, so you can do whatever you want :)
2017-09-28 16:45 <sisalp> there may also be some other kind of "categories", for customs (alcoholics, embargoed...), for warning (toxics etc...)
2017-09-28 17:18 <sisalp> pokoli: on the demo, products are no longer classified in categories the general form.
2017-09-28 17:24 <pokoli> sisalp: there is a categories field in the right of the variant
2017-09-28 17:24 <pokoli> sisalp: where you can select as much categories as you want
2017-09-28 18:18 <sisalp> pokoli: yes. the point is that if you chose a accounting category in the account form, this category is not listed in the general form.
2017-09-28 18:18 <sisalp> pokoli: and I understand that as " these two categories are different things"
2017-09-28 19:00 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2017-09-28 19:01 -!- rpit(~rpit@aftr-37-24-146-36.unity-media.net) has joined #tryton
2017-09-28 19:41 -!- thaneor(~ldlc6@r179-25-101-52.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-09-28 20:06 -!- JanGB(~jan@dslb-088-073-238-008.088.073.pools.vodafone-ip.de) has joined #tryton
2017-09-28 20:35 -!- kensatya(~Thunderbi@91.214.170.99) has joined #tryton
2017-09-28 20:49 <kensatya> why would the rpc call 'model.res.user.get_preferences' raise a '401: Unauthorized' over wsgi?
2017-09-28 21:04 -!- cdchapman(~perturbed@73.98.169.222) has joined #tryton
2017-09-28 22:01 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton
2017-09-28 22:46 <cedk> kensatya: missing authorization
2017-09-28 23:01 <kensatya> cedk, thank you for your response. How may I add authorization?
2017-09-28 23:02 <cedk> kensatya: see http://hg.tryton.org/trytond/file/default/trytond/protocols/wrappers.py#l48
2017-09-28 23:09 -!- cdchapman(~perturbed@73.98.169.226) has joined #tryton
2017-09-28 23:52 -!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton

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