chat.freenode.net #tryton log beginning Tue Dec 6 00:00:01 CET 2016 | ||
2016-12-06 00:44 -!- kstenger(~karla@r190-133-91-32.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-12-06 01:30 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-12-06 01:36 -!- kobain(~kobain@unaffiliated/kobain) has joined #tryton | ||
2016-12-06 02:23 -!- JosDzG(~Thunderbi@187.188.72.36) has joined #tryton | ||
2016-12-06 02:30 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-12-06 02:36 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-12-06 02:38 -!- nicoe(~nicoe@103.240.242.247) has joined #tryton | ||
2016-12-06 02:38 <cedk> tryingtryton: please fix your email address or I will have to deactivate bug tracker notification for you | ||
2016-12-06 02:39 <cedk> tryingtryton: https://support.google.com/a/answer/168383 | ||
2016-12-06 03:19 -!- nicoe(~nicoe@103.240.242.247) has joined #tryton | ||
2016-12-06 04:34 -!- thaneor1(~ldlc6@r179-25-32-7.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-12-06 05:05 -!- nicoe(~nicoe@103.240.242.247) has joined #tryton | ||
2016-12-06 05:06 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-12-06 07:43 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton | ||
2016-12-06 07:52 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | ||
2016-12-06 08:08 -!- rpit(~rpit@aftr-37-24-151-250.unity-media.net) has joined #tryton | ||
2016-12-06 08:35 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-12-06 08:47 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-12-06 09:35 -!- elbenfreund(~elbenfreu@p57AC9DEC.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 09:35 <elbenfreund> hello there :) | ||
2016-12-06 10:05 -!- udono(~udono@p2003000603FA675176E50BFFFE6EA706.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 10:26 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has joined #tryton | ||
2016-12-06 10:29 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has left #tryton | ||
2016-12-06 11:01 -!- udono(~udono@p2003000603FA675176E50BFFFE6EA706.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 11:18 <mrichez> hi, which tool do you use to check your xml files? (a flake8 for xml) Is there an xsd file for tryton ? (80 cols, ...) | ||
2016-12-06 11:30 <johbo> does anyone know why the client uses the empty string as default for char fields instead of None? | ||
2016-12-06 11:30 <johbo> https://hg.tryton.org/tryton/file/tip/tryton/gui/window/view_form/model/field.py#l188 | ||
2016-12-06 11:32 <johbo> stranted there after noticing a behavior which was surprising for me: When adding a char field in a depends for another field, I suddenly got the empty string instead of None back from the client. | ||
2016-12-06 11:33 <johbo> Currenlty I am not sure if the client should behave differently or if that's intended and I should work around it by using a custom type in the server to translate it back to None for my case. | ||
2016-12-06 11:35 <cedk> johbo: because None can not be rendered in the client | ||
2016-12-06 11:40 <cedk> mrichez: you can use xmllint | ||
2016-12-06 11:43 <mrichez> cedk: ok and with specific options or schema file ? | ||
2016-12-06 11:45 <cedk> mrichez: you can use the right relaxng schema from tryton | ||
2016-12-06 11:45 <cedk> mrichez: I never use it | ||
2016-12-06 11:46 <johbo> cedk: I see. Then its probably intended for char fields. Just found it odd that I get None back from the client when I do not refer the field in a depends clause of another field and suddenly the empty string when referring to it. But this might also due to the fact that the field is not visible in the client. | ||
2016-12-06 11:46 <mrichez> cedk: so how do you check quickly errors in xml file when reviewing code ? Manually ? | ||
2016-12-06 11:47 -!- mariomop(~quassel@host148.186-108-115.telecom.net.ar) has joined #tryton | ||
2016-12-06 11:59 <cedk> mrichez: indeed vim does it for me via syntastic which uses xmllint | ||
2016-12-06 11:59 <cedk> mrichez: but without any schema | ||
2016-12-06 12:00 <mrichez> cedk: ok thanks, i really should switch to vim :-) | ||
2016-12-06 12:08 -!- udono(~udono@p2003000603FA675476E50BFFFE6EA706.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 12:15 -!- mariomop(~quassel@host148.186-108-115.telecom.net.ar) has joined #tryton | ||
2016-12-06 12:21 -!- smarro(~sebastian@181.45.185.26) has joined #tryton | ||
2016-12-06 12:36 -!- udono(~udono@p2003000603FA675476E50BFFFE6EA706.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 12:50 <elbenfreund> Whilst most ducumentation seems to geared towards devs, is there any hands-on user focused documentation available? Inparticular, modules seem to provide only very basic sphinx generated autodocs. Am I missing something? | ||
2016-12-06 13:39 <mrichez> elbenfreund: http://doc.tryton.org/4.2/ | ||
2016-12-06 13:45 -!- mamcode(~mamcode@186-94-190-27.genericrev.cantv.net) has joined #tryton | ||
2016-12-06 13:51 -!- mamcode(~mamcode@186-94-190-27.genericrev.cantv.net) has joined #tryton | ||
2016-12-06 13:53 -!- mamcode(~mamcode@186-94-190-27.genericrev.cantv.net) has joined #tryton | ||
2016-12-06 13:59 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has joined #tryton | ||
2016-12-06 13:59 -!- mamcode(~mamcode@186-94-190-27.genericrev.cantv.net) has joined #tryton | ||
2016-12-06 14:02 -!- mamcode(~mamcode@186-94-190-27.genericrev.cantv.net) has joined #tryton | ||
2016-12-06 14:04 -!- tryingtryton(940021eb@gateway/web/freenode/ip.148.0.33.235) has joined #tryton | ||
2016-12-06 14:04 -!- mamcode(~mamcode@186-94-190-27.genericrev.cantv.net) has joined #tryton | ||
2016-12-06 14:07 <elbenfreund> mrichez: ty. I was aware of the general docs. So I take it there is no real "how do I do X" kind of documentation besides various bits and pieces found on youtube et al. I noticed that this has been pointed out at previous unconferences before - is there any general interest/initiative to provide such documentation geared towards users? | ||
2016-12-06 14:10 <mrichez> elbenfreund: no. Some people try to begin a documentation but they quick leave this project, lack of time or motivation. You're welcome to launch it! | ||
2016-12-06 14:16 <elbenfreund> hehe :) I noticed that the (old) wiki is no more and you use discuss.tryton.org now, which is probably not suited for such an endevor | ||
2016-12-06 14:17 <elbenfreund> mrichez: thanks again for the clarification. it a bit of a pitty seeing that the project has matured significantly over the last years but still lacks in this department | ||
2016-12-06 14:20 <mrichez> elbenfreund: it's not the first discussion about documentation. May be you could talk about this on discuss.tryton.org | ||
2016-12-06 14:22 <elbenfreund> mrichez: will do, thanks :) | ||
2016-12-06 14:24 <tryingtryton> elbenfreund: having the same problem here. for example, how do sales work? | ||
2016-12-06 14:26 <elbenfreund> tryingtryton: I am the maintainer of a rather big FLOSS project myself, so i will not be able to spent huge amounts of time on tryton. But I feel that if I invest into learning at least some of the basics, others may as well profit from this. So instead of writing into a personal wiki we can come up with a share resource to get started if others feel the same | ||
2016-12-06 14:27 <elbenfreund> mrichez: would the "communication" category on 'discuss' be appropiate, or rather "uncategoriezed'? | ||
2016-12-06 14:27 <tryingtryton> I'm going to have to learn this software and write documentation for our users anyway. Thus, it's not too much of a step to make a generalised version and share it. Perhaps, we could work on this together. | ||
2016-12-06 14:28 <elbenfreund> tryingtryton: sounds great. | ||
2016-12-06 14:32 -!- mamcode(~mamcode@186-94-190-27.genericrev.cantv.net) has joined #tryton | ||
2016-12-06 14:34 <tryingtryton> Just have to figure out how some things work first. ;) | ||
2016-12-06 14:34 -!- estan(~astan@90-231-138-16-no13.tbcn.telia.com) has joined #tryton | ||
2016-12-06 14:44 <mrichez> elbenfreund: good question, you should ask to cedk when i'll be there ? or some other tryton admins could answer to you ? pokoli: ? | ||
2016-12-06 14:49 -!- kstenger(~karla@r186-55-72-251.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-12-06 15:08 -!- udono(~udono@tmo-100-59.customers.d1-online.com) has joined #tryton | ||
2016-12-06 15:11 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-12-06 15:30 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton | ||
2016-12-06 15:31 -!- mamcode(~mamcode@190-204-2-151.dyn.dsl.cantv.net) has joined #tryton | ||
2016-12-06 15:36 -!- kstenger(~karla@r186-55-72-251.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-12-06 15:46 -!- flachtassekasse(~flachtass@p5DD1863C.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 15:55 -!- JanGB(~jan@193.174.248.1) has joined #tryton | ||
2016-12-06 16:12 <tryingtryton> I'm making a test sale from a parent company to a child company. In the customer shipment, it shows both the customer and the company as the same entity. Why? | ||
2016-12-06 16:13 <tryingtryton> The child company was configured as the party in the sale. | ||
2016-12-06 16:26 <tryingtryton> Also, when i change to the child company in preferences, how do i see this sale? | ||
2016-12-06 16:26 <tryingtryton> It's not in any purchases. | ||
2016-12-06 16:36 -!- thaneor(~ldlc6@r167-56-170-93.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-12-06 16:45 <flachtassekasse> is it possible to create two or more calendars with the same owner? | ||
2016-12-06 16:51 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-12-06 16:55 -!- JanGB(~jan@p54B998BE.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 16:56 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-12-06 16:56 -!- JanGB(~jan@p54B998BE.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 16:57 <tryingtryton> cedk: I'm making a test sale from a parent company to a child company. In the customer shipment, it shows both the customer and the company as the same entity. Why? The child company was configured as the party in the sale. Also, when i change to the child company in preferences, how do i see this sale? It's not in any purchases. | ||
2016-12-06 17:03 -!- JanGB1(~jan@p54B987F2.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 17:03 <cedk> tryingtryton: there is not inter-company exchange | ||
2016-12-06 17:04 <cedk> tryingtryton: each operation must be encoded in both side | ||
2016-12-06 17:08 <cedk> tryingtryton: for me, Tryton is not yet fully ready for multi-company | ||
2016-12-06 17:17 -!- JanGB(~jan@p54B983DA.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 17:22 -!- udono(~udono@tmo-100-59.customers.d1-online.com) has joined #tryton | ||
2016-12-06 17:48 -!- kstenger(~karla@r186-55-72-251.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-12-06 19:05 -!- JanGB(~jan@ipb2181ead.dynamic.kabel-deutschland.de) has joined #tryton | ||
2016-12-06 19:09 -!- JanGB(~jan@ipb2181ead.dynamic.kabel-deutschland.de) has joined #tryton | ||
2016-12-06 19:10 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2016-12-06 19:21 -!- kobain(~kobain@unaffiliated/kobain) has joined #tryton | ||
2016-12-06 19:32 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton | ||
2016-12-06 20:07 -!- mamcode(~mamcode@190-204-2-151.dyn.dsl.cantv.net) has joined #tryton | ||
2016-12-06 20:45 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-12-06 20:58 -!- g5pw(~g5pw@mittelab/sudo/g5pw) has joined #tryton | ||
2016-12-06 22:01 -!- flachtassekasse(~flachtass@p5DD19CD6.dip0.t-ipconnect.de) has joined #tryton | ||
2016-12-06 22:14 -!- mamcode_(~mamcode@190-204-2-151.dyn.dsl.cantv.net) has joined #tryton | ||
2016-12-06 23:04 -!- elbenfreund(~elbenfreu@ip5f5ad376.dynamic.kabel-deutschland.de) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!