IRC logs of #tryton for Tuesday, 2020-06-09

chat.freenode.net #tryton log beginning Tue 09 Jun 2020 12:00:01 AM CEST
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton22:14
-!- udono(~udono@254-062-210-188.ip-addr.inexio.net) has joined #tryton22:32
-!- thaneor(~ldlc6@179.26.214.207) has joined #tryton00:00
-!- Timitos(~kpreisler@2001:a61:5ad:c901:762b:62ff:fe84:ed7e) has joined #tryton06:03
-!- mrichez(~Maxime@mail.saluc.com) has joined #tryton06:27
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton07:04
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton07:15
-!- rpit(~rpit@p200300c88f094100da82d2c817b701d0.dip0.t-ipconnect.de) has joined #tryton07:26
-!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton07:28
-!- manj-gnome__(~Maxime@mail.saluc.com) has joined #tryton09:50
mrichezhi, in sao, when using rpc call on method returning multiple values .. i try such thing ... return [a, b] (in my method) and .then(function[a, b]) { ... in javascript... got this error destructuring binding' is available in ES6 ... How do manage such case?  function(result) { a= result[0]; b=result[1]; ?09:54
pokolimrichez: yes, you should do function(reusult) { var a = result[0]; b=result[1] }10:12
pokolimrichez: AFAIK there is no list unpacking on javascript10:12
mrichezpokoli: ok thanks :-)10:12
-!- mariomop(~quassel@190.193.24.15) has joined #tryton10:47
-!- hedererjs(~hedererjs@81.56.169.23) has joined #tryton11:54
-!- thaneor1(~ldlc6@r186-54-84-244.dialup.adsl.anteldata.net.uy) has joined #tryton12:02
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton13:05
sisalphello all, did some already think about an integration Tryton/NextCloud ? (I'm looking for agenda solution.)13:30
pokolisisalp: which kind of integration are you looking for?14:01
pokoliI mean tryton read nextcloud data, the other way arround?14:01
pokoliI see a lof of possiblities there14:01
sisalppokoli: indeed, it is a wide area. So if someone thought about it, he would know where the beginning is.14:03
pokolisisalp: not sure if nextcloud always external calendars/contact lists14:04
pokolisisalp: but IIRC there was some discussion to allow to export tryton parties as readonly format which should be read by other applications14:04
pokolisisalp: the same can be done for calendar but we do not have any place to store meetings or similar on Tryton14:04
sisalppokoli: A user is asking to extend Tryton toward a generic collaborative tool.14:06
sisalppokoli: there are some reasons not to do this, GDPR for example, but also the fact that a collaborative tool might include more people than ERP users14:07
sisalppokoli: so I look at positioning collaborative/cloud/erp14:09
-!- lucascastro(~lucascast@177-185-139-41.isotelco.net.br) has joined #tryton16:59
-!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton18:27

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