IRC logs of #tryton for Wednesday, 2018-12-05

chat.freenode.net #tryton log beginning Wed Dec 5 00:00:01 CET 2018
csotelomaybe some module to update list_price when cost price is updated, please23:07
cedkcsotelo: why not use price list based on cost_price ?23:14
-!- yangoon(~mathiasb@i59F729F2.versanet.de) has joined #tryton23:14
csotelocedk, it for been used in a custom module for a cliet, no for a loalization module, and the client want the profit margin on the product form23:19
cedkcsotelo: so define the margin and use price list, you do not need to make the computation23:22
csotelocedk, I how that, just was something like "I want to set the profit margin on the product form and each time when I calculate product cost price, I want to see at the product form and tree the list price updated" I have tried to explain price list but the client doesnt like :(23:25
cedkcsotelo: it is not about like or not, it is the way to do23:27
csotelocedk, I know that... just a request,, and is for a custom module no localization module23:29
cedkcsotelo: well for me, the main problem is that it is two field on different model23:39
csotelocedk, also for me :(23:39
cedkcsotelo: also list price is designed to be modified by the product23:39
cedkcsotelo: so the solution is to use price list23:40
-!- csotelo_(~csotelo@190.239.103.22) has joined #tryton23:54
-!- csotelo__(~csotelo@201.240.235.1) has joined #tryton23:55
csotelo__and what about to create  a field Function to show the price list and list price based on price list values23:55
cedkcsotelo__: there is already such field00:15
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton00:24
csotelo__list_price?00:25
-!- k_valdivia(~k_valdivi@2800:200:f400:1d68:386f:b80d:3e07:c19f) has joined #tryton00:28
-!- yangoon1(~mathiasb@64-64-142-46.pool.kielnet.net) has joined #tryton03:06
-!- tafelgeschirr(~tafelgesc@5.104.149.54) has joined #tryton06:48
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton06:55
-!- JanGB(~jan@2a02:810a:143f:f822:63af:b5ef:1410:6c4c) has joined #tryton06:56
-!- JanGB(~jan@2a02:810a:143f:f822:63af:b5ef:1410:6c4c) has left #tryton07:25
-!- smorillo(9f9305ee@gateway/web/cgi-irc/kiwiirc.com/ip.159.147.5.238) has joined #tryton07:59
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton08:06
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton08:11
semariecedk: about openbsd packages, the ports has been imported but there are not linked in tree. so no packages are automatically provided for now. it is still WIP. additionally, it is currently only a subset (~84 modules over 130)08:15
cedksemarie: OK, so we wait08:19
-!- rpit(~rpit@h-213.61.178.154.host.de.colt.net) has joined #tryton08:25
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton08:51
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton09:10
-!- smorillo(9f9305ee@gateway/web/cgi-irc/kiwiirc.com/ip.159.147.5.238) has joined #tryton09:20
-!- rpit(~rpit@h-213.61.178.154.host.de.colt.net) has left #tryton09:42
-!- yangoon(~mathiasb@64-64-142-46.pool.kielnet.net) has joined #tryton09:58
-!- csotelo(~csotelo@2001:1388:605:7e08:d81d:cdbd:2b6c:fa04) has joined #tryton10:27
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton11:10
-!- mariomop(~quassel@host25.201-253-197.telecom.net.ar) has joined #tryton11:15
-!- smorillo(9f9305ee@gateway/web/cgi-irc/kiwiirc.com/ip.159.147.5.238) has joined #tryton11:25
-!- smorillo(9f9305ee@gateway/web/cgi-irc/kiwiirc.com/ip.159.147.5.238) has joined #tryton11:48
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton11:50
-!- smorillo(9f9305ee@gateway/web/cgi-irc/kiwiirc.com/ip.159.147.5.238) has joined #tryton12:12
csotelohello all, I am tryting to use proteeus for remote connection, is ok this line? config.set_xmlrpc('http://myuser:mypas@myip/mydb')12:18
semariecsotelo: yes it should be fine12:23
csoteloI ask sine I have been gotten this error xmlrpclib.ProtocolError: <ProtocolError for ... "301 MOVED PERMANENTLY"12:24
csotelohowever when I try to do it through a desktop client, it is working12:24
semarieadd '/' at end12:24
semarieconfig.set_xmlrpc('http://myuser:mypas@myip/mydb/')12:24
csotelosemarie, that works!12:25
csotelothanks a lot12:25
-!- tafelgeschirr(~tafelgesc@5.104.149.54) has joined #tryton13:08
-!- udono(~udono@2a00:6020:15fa:1e00:76e5:bff:fe6e:a706) has joined #tryton13:19
-!- smorillo(9f9305ee@gateway/web/cgi-irc/kiwiirc.com/ip.159.147.5.238) has joined #tryton14:25
-!- csotelo(~csotelo@2001:1388:605:7e08:d81d:cdbd:2b6c:fa04) has joined #tryton14:29
-!- Dinde(~kayser@5.51.206.33) has joined #tryton14:42
Dindehoi !14:43
DindeIs there a way to attach emails on tryton ?14:43
nicoeDinde: there is the notification_email module14:46
nicoeDinde: and also the SMTPDatamanager: http://doc.tryton.org/projects/server/en/latest/ref/sendmail.html14:46
DindeYep, I found it, but my point is sometimes some people at our company got emails from partners and I'd like to get theses emails attached on the CRM14:46
DindeThis way anybody working on the case can see what's been said on the subject14:47
nicoeSo the other way around in fact14:47
DindeIndeed14:47
nicoeThere is no way to do that unfortunately :(14:48
nicoeYou might use resources attachments14:48
DindeI'm gonna check if I can do that, thanks :)14:49
nicoeBut out of the box there is nothing afaik14:49
-!- thaneor(~lenovo3@179.26.106.49) has joined #tryton15:24
-!- thaneor(~lenovo3@179.26.10.228) has joined #tryton15:32
-!- csotelo(~csotelo@2001:1388:605:7e08:d81d:cdbd:2b6c:fa04) has joined #tryton15:36
-!- nicoe(~nicoe@2a02:578:858c:500:7e2a:31ff:fe5e:b25d) has joined #tryton17:09
-!- csotelo(~csotelo@190.40.203.54) has joined #tryton17:17
-!- lucascastro(~lucascast@189.90.38.210.jupiter.com.br) has joined #tryton17:33
-!- smorillo(258799fc@gateway/web/cgi-irc/kiwiirc.com/ip.37.135.153.252) has joined #tryton18:57
-!- JanGB(~jan@2a02:810a:143f:f822:63af:b5ef:1410:6c4c) has joined #tryton19:11
-!- lucascastro(~lucascast@189.90.38.210.jupiter.com.br) has joined #tryton19:45
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton21:01
-!- lucascastro(~lucascast@177-185-139-213.isotelco.net.br) has joined #tryton21:39
cedkDinde: long time ago, we tried a prototype to have imap server with virtual folder per party22:00
cedkDinde: it never goes further than a prototype22:01
-!- k_valdivia(~k_valdivi@2800:200:f400:1d68:b9e2:10ec:ba4:e384) has joined #tryton22:31
-!- csotelo(~csotelo@190.119.250.33) has joined #tryton22:52

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