IRC logs of #tryton for Wednesday, 2015-12-02

chat.freenode.net #tryton log beginning Wed Dec 2 00:00:02 CET 2015
2015-12-02 00:30 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-12-02 00:49 -!- aroncero(~aroncero@86.63.19.153) has joined #tryton
2015-12-02 01:07 -!- perilla(~perilla@186.43.169.245) has joined #tryton
2015-12-02 01:08 -!- smarro(~sebastian@181.16.4.44) has joined #tryton
2015-12-02 01:12 -!- hectorh30_(~hectorh30@190.149.223.38) has joined #tryton
2015-12-02 01:30 -!- csotelo(~csotelo@190.41.123.53) has joined #tryton
2015-12-02 04:38 -!- smarro_(~sebastian@181.16.4.44) has joined #tryton
2015-12-02 05:21 -!- smarro_(~sebastian@181.16.4.44) has joined #tryton
2015-12-02 06:02 -!- yangoon(~mathiasb@p549F1234.dip0.t-ipconnect.de) has joined #tryton
2015-12-02 07:41 -!- frispete(~frispete@p54A90AE7.dip0.t-ipconnect.de) has joined #tryton
2015-12-02 08:07 -!- rpit(~rpit@2a02:908:e670:3a80:56ee:75ff:fe0d:d3c7) has joined #tryton
2015-12-02 08:28 -!- gyKa(~gytis@v100.nfq.lt) has joined #tryton
2015-12-02 08:36 -!- frispete(~frispete@p54A90AE7.dip0.t-ipconnect.de) has joined #tryton
2015-12-02 09:02 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2015-12-02 09:04 -!- aroncero(~aroncero@86.63.19.153) has joined #tryton
2015-12-02 09:12 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-12-02 09:21 -!- gyKa(~gytis@v100.nfq.lt) has joined #tryton
2015-12-02 09:34 -!- nicoe(~nicoe@2a02:a03f:3079:3200:ee55:f9ff:fe7b:f7ac) has joined #tryton
2015-12-02 09:54 -!- perilla(~perilla@186.43.169.245) has joined #tryton
2015-12-02 10:09 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2015-12-02 10:09 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2015-12-02 11:10 <aroncero> Hi, Can you search for the "fields.Dict" fields from the client?
2015-12-02 11:13 <pokoli> aroncero: AFAIK, no
2015-12-02 11:20 <aroncero> pokoli: ok. A pity, it would be great
2015-12-02 11:25 <cedk> aroncero: to have this feature, Dict should be stored in pg as a jsonb
2015-12-02 11:28 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton
2015-12-02 11:30 <cedk> this will be a great improvement
2015-12-02 11:31 <aroncero> cedk: now, is it a python dict?
2015-12-02 11:33 <cedk> aroncero: it is a json stored in a char
2015-12-02 11:34 <aroncero> cedk: ok, and must be a json type not a char
2015-12-02 11:37 <cedk> aroncero: yes
2015-12-02 11:37 <cedk> aroncero: but it is an extention of pg so it should check if it is available or not
2015-12-02 11:44 <aroncero> cedk: and must be a problem because the application will be locked in to PostgreSQL, no?
2015-12-02 11:47 <cedk> aroncero: don't understand
2015-12-02 11:52 <aroncero> cedk: never mind. I said that if fields.Dict uses json type instead of string, you can not use other sql database engine that not support that type, like sqlite
2015-12-02 11:53 <cedk> aroncero: why not. Other will still use char
2015-12-02 11:57 <aroncero> cedk: ok. Sorry. I don't know Tryton engine too much so sometime I ask or says silly stuff
2015-12-02 11:59 -!- mholtzberg(~mholtzber@p50931afa.dip0.t-ipconnect.de) has joined #tryton
2015-12-02 12:01 -!- perilla(~perilla@186.43.169.245) has joined #tryton
2015-12-02 12:03 -!- mariomop(~quassel@181.110.4.174) has joined #tryton
2015-12-02 12:06 <pokoli> BTW, it's possible to have all the attributes required on dict fields?
2015-12-02 12:06 <pokoli> I tryied setting reqquired on the field, but it seems that nothing is changed
2015-12-02 12:11 <aroncero> pokoli: I think no
2015-12-02 12:12 <pokoli> aroncero: so required has no sense for dict fields :(
2015-12-02 12:16 <aroncero> pokoli: maybe adding a field state to DictSchemaMixin and a method to check it... but really i don't have enough knowledge to know if that is posible
2015-12-02 12:34 <cedk> pokoli: required is not supported because we think it has no sense
2015-12-02 12:34 <cedk> user defines the key to put so how a key could be required if it is not there
2015-12-02 12:38 -!- smarro_(~sebastian@181.16.4.44) has joined #tryton
2015-12-02 12:45 <pokoli> cedk: we want to enforce all the keys are required
2015-12-02 12:45 <pokoli> BTW, i've done it via validate
2015-12-02 12:47 <cedk> pokoli: so don't use a Dict
2015-12-02 12:47 <cedk> pokoli: but direct fields
2015-12-02 12:50 -!- mariomop(~quassel@181.110.4.174) has joined #tryton
2015-12-02 13:55 -!- smarro_(~sebastian@190.51.92.193) has joined #tryton
2015-12-02 13:59 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2015-12-02 14:13 -!- kstenger(~karla@r186-49-250-109.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-12-02 15:47 -!- gyKa(~gytis@v100.nfq.lt) has joined #tryton
2015-12-02 15:53 -!- LordVan(~LordVan@gentoo/developer/LordVan) has joined #tryton
2015-12-02 16:13 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2015-12-02 16:30 -!- VaticanCameos(~VaticanCa@182.68.240.55) has joined #tryton
2015-12-02 16:37 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2015-12-02 16:37 -!- kstenger(~karla@r186-49-250-109.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-12-02 16:37 -!- frispete(~frispete@p54A90AE7.dip0.t-ipconnect.de) has joined #tryton
2015-12-02 16:37 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2015-12-02 16:37 -!- zodman(~zodman@foresight/developer/zodman) has joined #tryton
2015-12-02 16:39 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2015-12-02 16:39 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2015-12-02 16:39 -!- VaticanCameos(~VaticanCa@182.68.240.55) has joined #tryton
2015-12-02 16:39 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton
2015-12-02 16:39 -!- sisalp(~sisalpuse@boxoo.sisalp.net) has joined #tryton
2015-12-02 16:39 -!- sharkcz(~sharkcz@server.danny.cz) has joined #tryton
2015-12-02 16:39 -!- marc0s(~marcos@unaffiliated/marc0s) has joined #tryton
2015-12-02 16:40 -!- jcm__(~jcm@imb69-1-78-194-214-115.fbxo.proxad.net) has joined #tryton
2015-12-02 16:42 -!- aroncero(~aroncero@86.63.19.153) has joined #tryton
2015-12-02 16:42 -!- mholtzberg(~mholtzber@p50931afa.dip0.t-ipconnect.de) has joined #tryton
2015-12-02 16:42 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2015-12-02 16:44 -!- nicoe(~nicoe@2a02:a03f:3079:3200:ee55:f9ff:fe7b:f7ac) has joined #tryton
2015-12-02 16:44 -!- rpit(~rpit@2a02:908:e670:3a80:56ee:75ff:fe0d:d3c7) has joined #tryton
2015-12-02 16:50 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2015-12-02 16:59 -!- gyKa(~gytis@v100.nfq.lt) has joined #tryton
2015-12-02 16:59 -!- mariomop(~quassel@181.110.4.174) has joined #tryton
2015-12-02 16:59 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton
2015-12-02 16:59 -!- yangoon(~mathiasb@p549F1234.dip0.t-ipconnect.de) has joined #tryton
2015-12-02 16:59 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2015-12-02 16:59 -!- udono(~udono@ip-37-201-247-16.hsi13.unitymediagroup.de) has joined #tryton
2015-12-02 16:59 -!- buxy(~rhertzog@mail.vm.ouaza.com) has joined #tryton
2015-12-02 16:59 -!- fmo(~frank@80.146.165.65) has joined #tryton
2015-12-02 16:59 -!- Pilou(~Pilou@pdpc/supporter/active/pilou) has joined #tryton
2015-12-02 16:59 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2015-12-02 17:14 -!- aroncero(~aroncero@86.63.19.153) has joined #tryton
2015-12-02 17:34 -!- buxy(~rhertzog@mail.vm.ouaza.com) has joined #tryton
2015-12-02 17:34 -!- flox(~florent@188.165.235.41) has joined #tryton
2015-12-02 17:34 -!- woakas(~woakas@static.15.240.46.78.clients.your-server.de) has joined #tryton
2015-12-02 17:34 -!- mariomop(~quassel@181.110.4.174) has joined #tryton
2015-12-02 17:34 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton
2015-12-02 17:34 -!- yangoon(~mathiasb@p549F1234.dip0.t-ipconnect.de) has joined #tryton
2015-12-02 17:34 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2015-12-02 17:34 -!- udono(~udono@ip-37-201-247-16.hsi13.unitymediagroup.de) has joined #tryton
2015-12-02 17:34 -!- fmo(~frank@80.146.165.65) has joined #tryton
2015-12-02 17:34 -!- Pilou(~Pilou@pdpc/supporter/active/pilou) has joined #tryton
2015-12-02 17:34 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2015-12-02 17:46 -!- buxy(~rhertzog@mail.vm.ouaza.com) has joined #tryton
2015-12-02 17:46 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2015-12-02 17:46 -!- Pilou(~Pilou@pdpc/supporter/active/pilou) has joined #tryton
2015-12-02 17:46 -!- fmo(~frank@80.146.165.65) has joined #tryton
2015-12-02 17:46 -!- udono(~udono@ip-37-201-247-16.hsi13.unitymediagroup.de) has joined #tryton
2015-12-02 17:46 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2015-12-02 17:46 -!- yangoon(~mathiasb@p549F1234.dip0.t-ipconnect.de) has joined #tryton
2015-12-02 17:46 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton
2015-12-02 17:46 -!- mariomop(~quassel@181.110.4.174) has joined #tryton
2015-12-02 17:46 -!- woakas(~woakas@static.15.240.46.78.clients.your-server.de) has joined #tryton
2015-12-02 17:46 -!- flox(~florent@188.165.235.41) has joined #tryton
2015-12-02 17:50 -!- buxy(~rhertzog@mail.vm.ouaza.com) has joined #tryton
2015-12-02 18:03 -!- gyKa(~gytis@k250.nfq.lt) has joined #tryton
2015-12-02 18:04 -!- ChanServ(ChanServ@services.) has joined #tryton
2015-12-02 18:14 -!- kstenger1(~karla@r186-54-190-112.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-12-02 18:34 -!- smarro_(~sebastian@181.29.132.86) has joined #tryton
2015-12-02 18:54 -!- mathsniper(7a64a19c@gateway/web/freenode/ip.122.100.161.156) has joined #tryton
2015-12-02 18:56 <mathsniper> Hi, where is the up-to-date source code of trytond server?
2015-12-02 18:56 <mathsniper> The develop branch of trytond is like out of date, missing the update of version 3.8
2015-12-02 18:58 <kstenger1> mathsniper: at the mercurial repository hg.tryton.org
2015-12-02 19:02 <mathsniper> Thanks I will keep track hg repo
2015-12-02 19:22 <mathsniper> Does trytond 3.8 support python 3.4?
2015-12-02 19:23 <kstenger1> afaik no, we are not there yet
2015-12-02 19:31 <mathsniper> any plan about it?
2015-12-02 19:33 <aroncero> mathsniper: I think is in work in progress
2015-12-02 19:33 <aroncero> mathsniper: https://bugs.tryton.org/issue3211
2015-12-02 19:35 <mathsniper> Good to hear that
2015-12-02 19:50 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2015-12-02 19:59 -!- perilla_(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2015-12-02 20:01 <nicoe> mathsniper: you're referring to the github mirror which is unfortunately out-of-sync (although we've asked numerous time to the people managing it to sync it again)
2015-12-02 20:02 <nicoe> mathsniper: but as kstenger1 said the official repo on hg.tryton.org is where the real development is taking place
2015-12-02 20:02 <mathsniper> at least it works fine
2015-12-02 20:02 <nicoe> ACTION wonders if we should not remove completely this github mirror
2015-12-02 20:07 -!- kstenger(~karla@r186-54-190-112.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-12-02 22:03 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2015-12-02 23:19 -!- aroncero(~aroncero@86.63.19.153) has joined #tryton

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