chat.freenode.net #tryton log beginning Fri Feb 19 00:00:03 CET 2016 | ||
2016-02-19 00:51 -!- JosDzGx(~Thunderbi@189.148.200.33) has joined #tryton | ||
2016-02-19 00:58 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 01:28 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 06:12 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton | ||
2016-02-19 07:38 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2016-02-19 07:40 -!- frispete(~frispete@p54A91D19.dip0.t-ipconnect.de) has joined #tryton | ||
2016-02-19 07:48 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | ||
2016-02-19 08:12 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton | ||
2016-02-19 08:51 -!- nicoe_(~nicoe@balisto.office.b2ck.com) has joined #tryton | ||
2016-02-19 08:58 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-02-19 09:13 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton | ||
2016-02-19 09:35 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-02-19 09:48 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton | ||
2016-02-19 09:48 -!- frispete_(~frispete@p54A91D19.dip0.t-ipconnect.de) has joined #tryton | ||
2016-02-19 10:08 <cedk> sisalp: did you find the origin of slowness? | ||
2016-02-19 10:46 -!- kstenger(~karla@r186-50-17-165.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-02-19 11:05 -!- udono(~udono@ip-178-202-239-8.hsi09.unitymediagroup.de) has joined #tryton | ||
2016-02-19 11:08 -!- nicoe_(~nicoe@balisto.wifi.b2ck.com) has joined #tryton | ||
2016-02-19 11:15 <sisalp> cedk: no I restarted the service and created a new database. | ||
2016-02-19 11:17 <sisalp> I think I'll propose databases models already set with accounting/sales/and purchase for different countries to ease discovery by new comers. | ||
2016-02-19 11:18 <cedk> sisalp: I think you PG is not correctly configured | ||
2016-02-19 11:18 <cedk> sisalp: on normal setup it should take few minutes | ||
2016-02-19 11:27 <sisalp> cedk: ok, then I'll investigate and try to reproduce | ||
2016-02-19 11:51 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-02-19 11:52 <sisalp> cedk: I got another symptome : I get the list of all databases in the log, "connecting to" | ||
2016-02-19 12:03 <cedk> sisalp: that's normal when requested the list of database | ||
2016-02-19 12:04 <sisalp> but also on databases of different roles | ||
2016-02-19 12:06 <cedk> sisalp: still normal as it will check if it can connect | ||
2016-02-19 12:07 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton | ||
2016-02-19 12:21 <sisalp> cedk: it is a problem for me as I want to share the log with database administrators. | ||
2016-02-19 12:22 <sisalp> cedk: what happens if it can connect ? | ||
2016-02-19 12:23 <cedk> sisalp: it can be used | ||
2016-02-19 12:29 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2016-02-19 12:35 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 12:40 <dj_xatra> I see that you're working on Python 3 support. Will that be ready with the next release? | ||
2016-02-19 12:42 <cedk> dj_xatra: some | ||
2016-02-19 12:43 <cedk> ACTION if at least someone would take time to review proteus patch | ||
2016-02-19 12:44 <sisalp> I add modules with sao, not easy but done. Then I connect with gtk, and I'm proposed to configure my system. | ||
2016-02-19 12:44 <sisalp> Why this did not happen on sao ? | ||
2016-02-19 12:45 <sisalp> Is gtk required fro module installation ? | ||
2016-02-19 12:50 <cedk> sisalp: fill an issue with reproducibel scenario | ||
2016-02-19 12:58 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton | ||
2016-02-19 13:06 <meanmicio> Is the Property model going to be removed in the upcoming version(s) ? | ||
2016-02-19 13:09 <cedk> meanmicio: don't know | ||
2016-02-19 13:11 <meanmicio> cedk : So for setting default values on fields we should code it ? Or should we come up with another approach ? | ||
2016-02-19 13:11 <cedk> meanmicio: are you working on removing it? | ||
2016-02-19 13:11 <meanmicio> cedk: I'm OK with it as long as it works as expected :-) | ||
2016-02-19 13:12 <meanmicio> cedk: And of course, I don't want to put time on it if it's going to be removed in the near future | ||
2016-02-19 13:15 <cedk> meanmicio: Property should be removed | ||
2016-02-19 13:16 <meanmicio> cedk : But if ir.property is to be removed, it would be nice define default values for model fields from the frontend too. | ||
2016-02-19 13:17 <meanmicio> cedk: Otherwise we have to do it via default_ | ||
2016-02-19 13:19 <cedk> are you going to work on https://bugs.tryton.org/issue2349 otherwise I'm not interested in talking about | ||
2016-02-19 13:37 <meanmicio> Wow ! Did you have a good night sleep ? Let me first read it ... When you say "otherwise I'm not interested in talking about" you're closing your eyes to other valid alternatives. | ||
2016-02-19 13:40 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 14:03 <meanmicio> I don't think we should link the properties / default values to a company... that will limit the functionality. Anyways, I will join the discussion on that issue . Thanks ! | ||
2016-02-19 14:07 <dj_xatra> Reason why I asked about Python 3 support is because there's not much Python experience at our office and there's some fuss about whether we should learn P2 or P3. | ||
2016-02-19 14:07 <dj_xatra> A sensible choice would be "whatever Tryton is using". | ||
2016-02-19 14:09 <cedk> meanmicio: no I'm just tired to see people requesting features but not providing any code. So I don't see why I should spend time on such things | ||
2016-02-19 14:14 <meanmicio> cedk: But Cedric, that's how the cookie crumbles in Free Software projects. People make suggestions and requests, and many of those people don't have the technical fields to transform those suggestions or ideas into code. That does not make the suggestion or idea less valuable. On the contrary. Free Software projects are enriched by those suggestions. The code is just one aspect. | ||
2016-02-19 14:14 <cedk> people can talk but I will not listen (that's my freedom) | ||
2016-02-19 14:16 <meanmicio> cedk : We can not confuse Freedom with being rude. | ||
2016-02-19 14:17 <meanmicio> cedk : because, after all, we're all here because of people | ||
2016-02-19 14:17 <cedk> meanmicio: I think I'm not rude indeed it is quite the opposite as I tell what I will do | ||
2016-02-19 14:17 -!- nina(~nina@177.19.245.134) has joined #tryton | ||
2016-02-19 14:17 <cedk> being rude will be to just ignore | ||
2016-02-19 14:17 <cedk> but I can do that also, if it is prefered | ||
2016-02-19 14:19 <meanmicio> cedk : not listening (purposely) and ignoring are close to equivalent ;-) | ||
2016-02-19 14:28 <cedk> dj_xatra: Tryton will probably still be in Python2 for 5 years | ||
2016-02-19 14:33 <nina> I have a selection field with 4 tuples. I need that one of the tuples will be visible just if an other field is marked. Is it possible? | ||
2016-02-19 14:33 -!- bechamel(~Adium@host-149-154-211-53.dynamic.voo.be) has joined #tryton | ||
2016-02-19 14:34 <cedk> nina: you can put a domain on it | ||
2016-02-19 14:35 <nina> cedk: put a domain for a respect tuple? | ||
2016-02-19 14:38 <cedk> nina: you put a domain that define which values are valid | ||
2016-02-19 14:40 <nina> cedk: ok. Thanks. I'm going try do it. ;) | ||
2016-02-19 14:43 <dj_xatra> cedk: interesting. So when issue #3211 is resolved it will be compatible with both until 2020? | ||
2016-02-19 14:44 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 14:45 <cedk> dj_xatra: that's the idea | ||
2016-02-19 14:47 <dj_xatra> awesome | ||
2016-02-19 15:09 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 15:09 -!- bvillasanti(~bvillasan@138.117.21.56) has joined #tryton | ||
2016-02-19 16:19 -!- bvillasanti(~bvillasan@138.117.21.56) has joined #tryton | ||
2016-02-19 16:27 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has left #tryton | ||
2016-02-19 16:30 <nina> cedk: Could you help me about domain on field selection? I din't get to do it correctly. | ||
2016-02-19 16:32 <nina> cedk: Can you show me some example? | ||
2016-02-19 16:32 <cedk> nina: it should probably looks like: [('field', 'in', <PYSON list>)] | ||
2016-02-19 16:39 <nina> cedk: Can I send you an email with more details about that I want to do? | ||
2016-02-19 16:40 <cedk> nina: I cannot promise I will have time to look | ||
2016-02-19 16:40 <nina> cedk: That's ok. | ||
2016-02-19 16:41 <nina> cedk: Thanks | ||
2016-02-19 18:00 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 18:11 -!- JosDzG(~Thunderbi@189.148.200.33) has joined #tryton | ||
2016-02-19 18:28 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 18:42 -!- JosDzGx(~Thunderbi@189.148.209.108) has joined #tryton | ||
2016-02-19 18:56 -!- lukio(~lukio@host126.186-109-85.telecom.net.ar) has joined #tryton | ||
2016-02-19 19:00 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 19:28 -!- marc0s(~marcos@unaffiliated/marc0s) has joined #tryton | ||
2016-02-19 19:52 -!- lukio(~lukio@88-38-16-190.fibertel.com.ar) has joined #tryton | ||
2016-02-19 20:23 -!- kstenger(~karla@r186-50-17-165.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-02-19 20:31 -!- kstenger(~karla@r186-50-17-165.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-02-19 20:45 -!- leio(~leio@gentoo/developer/leio) has joined #tryton | ||
2016-02-19 20:46 -!- kstenger(~karla@r186-49-254-54.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-02-19 20:58 -!- scottm(~scottm@92.7.191.0) has joined #tryton | ||
2016-02-19 21:22 -!- lukio(~lukio@88-38-16-190.fibertel.com.ar) has left #tryton | ||
2016-02-19 21:51 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 22:18 -!- manuel_(ba96eba9@gateway/web/freenode/ip.186.150.235.169) has joined #tryton | ||
2016-02-19 22:18 <manuel_> hello | ||
2016-02-19 22:19 <manuel_> Do any of you know if there is an error with GNU Health Online demo? | ||
2016-02-19 22:19 <manuel_> Thanks | ||
2016-02-19 22:38 -!- Pilou(~Pilou@181.204.19.93.rev.sfr.net) has joined #tryton | ||
2016-02-19 22:38 -!- Pilou(~Pilou@pdpc/supporter/active/pilou) has joined #tryton | ||
2016-02-19 22:40 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-02-19 22:49 <cedk> manuel_: shoud ask on #gnu-heath | ||
2016-02-19 23:06 <manuel_> thanks | ||
2016-02-19 23:29 -!- smarro(~sebastian@181.16.7.104) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!