IRC logs of #tryton for Friday, 2017-12-01

chat.freenode.net #tryton log beginning Fri Dec 1 00:00:01 CET 2017
2017-12-01 00:22 -!- csotelo(~csotelo@181.176.88.108) has joined #tryton
2017-12-01 00:39 -!- smarro(~sebastian@181.16.34.86) has joined #tryton
2017-12-01 01:35 -!- udono(~udono@188.210.57.107) has joined #tryton
2017-12-01 02:45 -!- csotelo(~csotelo@181.176.88.108) has joined #tryton
2017-12-01 03:14 -!- apostatize_(~visavis@unaffiliated/apostatize) has joined #tryton
2017-12-01 03:18 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has joined #tryton
2017-12-01 03:18 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton
2017-12-01 03:21 -!- catonano(~user@151.50.146.129) has joined #tryton
2017-12-01 03:27 -!- plaes(~plaes@unaffiliated/amd) has joined #tryton
2017-12-01 03:34 -!- thaneor1(~ldlc6@r179-25-160-163.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-12-01 04:06 -!- zmijunkie1(~Adium@200116b80a8b0d0054f4bf9987faba64.dip.versatel-1u1.de) has joined #tryton
2017-12-01 04:13 -!- smarro(~sebastian@181.16.34.86) has joined #tryton
2017-12-01 04:40 -!- csotelo(~csotelo@181.176.88.108) has joined #tryton
2017-12-01 07:41 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-12-01 08:31 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2017-12-01 08:36 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2017-12-01 08:44 -!- zmijunkie(~Adium@x59cc9af1.dyn.telefonica.de) has joined #tryton
2017-12-01 08:58 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2017-12-01 09:07 -!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton
2017-12-01 11:27 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2017-12-01 12:28 -!- udono(~udono@107-057-210-188.ip-addr.inexio.net) has joined #tryton
2017-12-01 12:42 -!- smarro(~sebastian@181.16.34.86) has joined #tryton
2017-12-01 13:37 -!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton
2017-12-01 15:12 -!- notizblock(~notizbloc@nblock.org) has joined #tryton
2017-12-01 15:12 -!- smarro(~sebastian@181.16.34.86) has joined #tryton
2017-12-01 15:23 -!- efkin(5a4d7142@gateway/web/freenode/ip.90.77.113.66) has joined #tryton
2017-12-01 15:23 <efkin> o/
2017-12-01 15:26 <efkin> with our team we were considering adopting tryton for erp related logic, and were wondering about different possible intersections in between django and tryton
2017-12-01 15:27 <efkin> is there a way to plug another ORM into tryton?
2017-12-01 15:28 <efkin> didn't look at the source code yet
2017-12-01 15:34 <cedk> efkin: not really the ORM of Tryton is mainly Tryton
2017-12-01 15:37 -!- thaneor(~ldlc6@r179-24-157-222.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-12-01 15:38 <efkin> cedk: thx! what about the other direction? can be tryton ORM isolated? to be implemented and plugged into django instead of default django ORM?
2017-12-01 15:41 <efkin> i'm sure you can subsitute the django ORM, i'm not sure how to isolate tryton ORM, should it be enough with using trytond.models.Model subclasses and registering them in the Pool, right?
2017-12-01 15:44 <cedk> efkin: I do not know django internal enough
2017-12-01 15:46 <cedk> efkin: but for me, both frameworks overlap
2017-12-01 15:48 <nicoe> efkin: indeed django have made some pretty strong choices and tryton too
2017-12-01 15:49 <nicoe> efkin: according to me, if you want to integrate Tryton with a web framework you should try with flask or pyramid which are more "componentized"
2017-12-01 15:49 -!- m0rgan(5a4d7142@gateway/web/freenode/ip.90.77.113.66) has joined #tryton
2017-12-01 15:50 -!- m0rgan(5a4d7142@gateway/web/freenode/ip.90.77.113.66) has left #tryton
2017-12-01 15:53 <efkin> cedk, nicoe: thx for your comments, in this direction we would like to keep on with django for the moment so we will do some empirical research and then come back with the results if you're interested in
2017-12-01 15:53 <efkin> but who knows, flask is a tempting alternative
2017-12-01 15:57 <efkin> and a last question: how does tryton internally manage sql operations after a model is registered or changed? and does it support rollbacks?
2017-12-01 16:02 <cedk> efkin: 1 request = 1 transaction
2017-12-01 16:04 -!- lukio(~lukio@host126.186-109-85.telecom.net.ar) has joined #tryton
2017-12-01 16:04 <efkin> cedk: ok thx, time to do empirical tackling :) \o
2017-12-01 16:05 <cedk> efkin: we support nested transactions but it may lead to dead lock
2017-12-01 16:06 <lukio> hello, is there any way to add the create_date field inside a tree view? I added it and throws me an error like this ticket -> https://bugs.tryton.org/issue5120
2017-12-01 16:07 <lukio> well, probaby with a function field.
2017-12-01 17:59 -!- robinak(~quassel@unaffilated/robink) has joined #tryton
2017-12-01 18:07 -!- zmijunkie(~Adium@200116b80a8b0d00c90ab1a8c4cf574e.dip.versatel-1u1.de) has joined #tryton
2017-12-01 19:57 -!- mariomop(~quassel@host197.190-31-225.telecom.net.ar) has joined #tryton
2017-12-01 22:01 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton

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