IRC logs of #tryton for Wednesday, 2018-08-22

chat.freenode.net #tryton log beginning Wed Aug 22 00:00:02 CEST 2018
-!- J2119(~J21@103.216.238.168) has joined #tryton22:17
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton22:31
-!- thaneor1(~lenovo3@r179-25-54-215.dialup.adsl.anteldata.net.uy) has joined #tryton00:44
-!- Levex(~Levex@CPEf0f2498d0b53-CMf0f2498d0b50.cpe.net.cable.rogers.com) has joined #tryton01:24
-!- sushichef(~sushichef@218.185.134.136.eo.eaccess.ne.jp) has joined #tryton02:04
-!- yangoon(~mathiasb@i59F5F0BA.versanet.de) has joined #tryton02:26
-!- csotelo(~csotelo@2001:1388:49c6:ec4f:3835:266a:5ef4:a388) has joined #tryton02:32
-!- lucascastro(~lucascast@177-185-139-175.isotelco.net.br) has joined #tryton02:54
-!- zmijunkie1(~Adium@200116b80a17a1002c56e22ff070b0ff.dip.versatel-1u1.de) has joined #tryton02:59
-!- matti9(~matti@197.165.247.111) has joined #tryton04:26
-!- LordVan(~LordVan@gentoo/developer/LordVan) has joined #tryton05:25
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton05:39
-!- tafelgeschirr(~tafelgesc@5.104.149.54) has joined #tryton05:52
-!- theresajayne19(~theresaja@42.112.69.254) has joined #tryton06:16
-!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton06:50
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton06:52
-!- nlopez73(4de166a0@gateway/web/cgi-irc/kiwiirc.com/ip.77.225.102.160) has joined #tryton07:48
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton08:13
-!- Pilou(~Pilou@62.210.85.72) has joined #tryton08:26
-!- Pilou(~Pilou@pdpc/supporter/active/pilou) has joined #tryton08:26
-!- notizblo1k(~notizbloc@nblock.org) has left #tryton09:09
-!- pokoli(~pokoli@mail.koolpi.com) has joined #tryton09:39
-!- csotelo(~csotelo@2001:1388:49c6:ec4f:3835:266a:5ef4:a388) has joined #tryton09:39
-!- jcm(~jcm@108.198.112.78.rev.sfr.net) has joined #tryton09:43
-!- csotelo(~csotelo@2001:1388:49c6:ec4f:3835:266a:5ef4:a388) has joined #tryton09:53
csotelohelo coders, is there a way to use append new instead of create new on a One2Many relation ship / form view? any module doing it as example? thanks a lot10:05
cedkcsotelo: I do not understand the question, what are you trying to do?10:22
csotelohello cedk, I have a One2Many relationship field ( myrelaions ), and the form view when I add the <field name=="myrelaions" />, in the view form will be used a grid with a button for add new MyRelation object, but new ones, I want to add exiting objected, no create new ones, is there a way to do that?10:29
cedkcsotelo: use the add_remove attribute: https://tryton-readthedocs.readthedocs.io/projects/server/en/latest/ref/models/fields.html#trytond.model.fields.One2Many.add_remove10:42
csotelocedk, perfect, thanks a lot10:45
-!- jcm(~jcm@108.198.112.78.rev.sfr.net) has joined #tryton11:04
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton11:22
-!- jcm(~jcm@108.198.112.78.rev.sfr.net) has joined #tryton11:34
-!- pokoli(~pokoli@mail.koolpi.com) has joined #tryton12:40
-!- thaneor(~lenovo3@179.26.18.236) has joined #tryton12:45
-!- tafelgeschirr(~tafelgesc@5.104.149.54) has joined #tryton12:48
-!- andrespoliti(~andrespol@200.50.173.5) has joined #tryton12:55
andrespolitihi, in the 4.8 version of tryton client required fields are no longer marked in bold. Is this intended or a bug?12:58
-!- jcm(~jcm@108.198.112.78.rev.sfr.net) has joined #tryton13:04
cedkandrespoliti: see https://bugs.tryton.org/issue660013:04
cedkbut I think we could add a CSS rule like https://bugs.tryton.org/issue763113:05
-!- Lordvan_(~LordVan@gentoo/developer/LordVan) has joined #tryton13:25
-!- csotelo_at_work(~csotelo_a@179.43.97.56) has joined #tryton13:36
-!- jcm(~jcm@108.198.112.78.rev.sfr.net) has joined #tryton14:04
-!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton15:13
-!- lucascastro(~lucascast@177-185-139-175.isotelco.net.br) has joined #tryton15:43
-!- zmijunkie(~Adium@i577AD536.versanet.de) has joined #tryton16:13
-!- zmijunkie(~Adium@i577AD536.versanet.de) has joined #tryton16:48
-!- udono1(~udono@201-063-210-188.ip-addr.inexio.net) has joined #tryton16:59
-!- nicoe(~nicoe@2a02:578:858c:500:7e2a:31ff:fe5e:b25d) has joined #tryton17:27
-!- sharkcz(~sharkcz@72.155.broadband6.iol.cz) has joined #tryton17:27
-!- janus22(~janus@87-126-83-219.ip.btc-net.bg) has joined #tryton17:53
-!- ChanServ(ChanServ@services.) has joined #tryton18:22
csotelo_at_workhi coders, I have a doubt, I need to generate some zip files, my question as a good practice, what could be the the suggestion for it18:49
csotelo_at_workusing a folder and an url or add then as a binary in database?18:49
-!- mariomop(~quassel@181.93.172.95) has joined #tryton19:01
-!- cryptic(~cryptic@142.196.170.87) has joined #tryton20:26
-!- lucascastro(~lucascast@128.201.174.243) has joined #tryton20:33
-!- lucascastro(~lucascast@128.201.174.243) has joined #tryton20:40
-!- csotelo(~csotelo@2001:1388:49c7:6a1:f48c:6fd6:442e:f8cd) has joined #tryton20:47
-!- krysjonaz(~krysjonaz@61.79.51.174) has joined #tryton21:40
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton21:51

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