| chat.freenode.net #tryton log beginning Tue 09 Jun 2020 12:00:01 AM CEST | ||
| -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 22:14 | |
| -!- udono(~udono@254-062-210-188.ip-addr.inexio.net) has joined #tryton | 22:32 | |
| -!- thaneor(~ldlc6@179.26.214.207) has joined #tryton | 00:00 | |
| -!- Timitos(~kpreisler@2001:a61:5ad:c901:762b:62ff:fe84:ed7e) has joined #tryton | 06:03 | |
| -!- mrichez(~Maxime@mail.saluc.com) has joined #tryton | 06:27 | |
| -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 07:04 | |
| -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 07:15 | |
| -!- rpit(~rpit@p200300c88f094100da82d2c817b701d0.dip0.t-ipconnect.de) has joined #tryton | 07:26 | |
| -!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton | 07:28 | |
| -!- manj-gnome__(~Maxime@mail.saluc.com) has joined #tryton | 09:50 | |
| mrichez | hi, 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 |
|---|---|---|
| pokoli | mrichez: yes, you should do function(reusult) { var a = result[0]; b=result[1] } | 10:12 |
| pokoli | mrichez: AFAIK there is no list unpacking on javascript | 10:12 |
| mrichez | pokoli: ok thanks :-) | 10:12 |
| -!- mariomop(~quassel@190.193.24.15) has joined #tryton | 10:47 | |
| -!- hedererjs(~hedererjs@81.56.169.23) has joined #tryton | 11:54 | |
| -!- thaneor1(~ldlc6@r186-54-84-244.dialup.adsl.anteldata.net.uy) has joined #tryton | 12:02 | |
| -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 13:05 | |
| sisalp | hello all, did some already think about an integration Tryton/NextCloud ? (I'm looking for agenda solution.) | 13:30 |
| pokoli | sisalp: which kind of integration are you looking for? | 14:01 |
| pokoli | I mean tryton read nextcloud data, the other way arround? | 14:01 |
| pokoli | I see a lof of possiblities there | 14:01 |
| sisalp | pokoli: indeed, it is a wide area. So if someone thought about it, he would know where the beginning is. | 14:03 |
| pokoli | sisalp: not sure if nextcloud always external calendars/contact lists | 14:04 |
| pokoli | sisalp: but IIRC there was some discussion to allow to export tryton parties as readonly format which should be read by other applications | 14:04 |
| pokoli | sisalp: the same can be done for calendar but we do not have any place to store meetings or similar on Tryton | 14:04 |
| sisalp | pokoli: A user is asking to extend Tryton toward a generic collaborative tool. | 14:06 |
| sisalp | pokoli: 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 users | 14:07 |
| sisalp | pokoli: so I look at positioning collaborative/cloud/erp | 14:09 |
| -!- lucascastro(~lucascast@177-185-139-41.isotelco.net.br) has joined #tryton | 16:59 | |
| -!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton | 18:27 | |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!