IRC logs of #tryton for Tuesday, 2017-11-21

chat.freenode.net #tryton log beginning Tue Nov 21 00:00:01 CET 2017
2017-11-21 00:36 -!- smarro(~sebastian@2800:af0:1028:2dc::5) has joined #tryton
2017-11-21 00:53 -!- smarro(~sebastian@2800:af0:1028:2dc::5) has joined #tryton
2017-11-21 02:24 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-11-21 04:21 -!- smarro(~sebastian@2800:af0:1028:2dc::5) has joined #tryton
2017-11-21 05:23 -!- cdchapma1(~perturbed@73.98.169.226) has joined #tryton
2017-11-21 06:57 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has joined #tryton
2017-11-21 07:51 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2017-11-21 08:10 -!- catonano(~user@151.50.152.146) has joined #tryton
2017-11-21 08:44 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2017-11-21 08:53 -!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton
2017-11-21 09:33 -!- rpit(~rpit@p200300C88BD1190056EE75FFFE0DD3C7.dip0.t-ipconnect.de) has joined #tryton
2017-11-21 09:43 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-11-21 10:02 -!- csotelo(~csotelo@179.7.32.30) has joined #tryton
2017-11-21 11:09 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2017-11-21 11:10 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2017-11-21 11:51 -!- csotelo(~csotelo@179.7.32.30) has joined #tryton
2017-11-21 12:06 -!- trytonnewb(b4bf9e4d@gateway/web/freenode/ip.180.191.158.77) has joined #tryton
2017-11-21 12:06 <trytonnewb> hi
2017-11-21 12:06 <trytonnewb> is this a place where i can ask
2017-11-21 12:06 <trytonnewb> how do i get trytons source code
2017-11-21 12:07 <semarie> trytonnewb: http://hg.tryton.org/
2017-11-21 12:08 <trytonnewb> is there like a zip file
2017-11-21 12:09 <semarie> clic on "zip" link for the repository you want
2017-11-21 12:09 -!- mariomop(~quassel@181.93.204.121) has joined #tryton
2017-11-21 12:10 <semarie> anyway, as tryton code is python, you could also download it from pipy
2017-11-21 12:10 <semarie> for example, here is the tryton client (4.6.0): https://pypi.python.org/pypi/tryton/4.6.0
2017-11-21 12:11 <trytonnewb> if i want to modify like the ui or add a field then i need to edit the source code right?
2017-11-21 12:12 <semarie> for adding a field, the recommanded way is to add a new module
2017-11-21 12:12 <semarie> tryton is flexible enough to support such customization
2017-11-21 12:13 <semarie> changing the ui (changing the order of fields, or removing field) is also possible this way
2017-11-21 12:14 <semarie> but directly altering existing code isn't straighful: it is something that you would have to do at each release
2017-11-21 12:14 <semarie> (but it would work)
2017-11-21 12:18 <pokoli> Indeed tryton modules are designed to be extended by third party modules allowing the customization
2017-11-21 12:25 <trytonnewb> how good is erpnext compared to tryton
2017-11-21 12:27 <pokoli> trytonnewb: I've never tried erpnext
2017-11-21 12:28 <pokoli> trytonnewb: indeed, have you tried our demo: http://demo4.6.tryton.org/ ?
2017-11-21 12:29 <trytonnewb> not yet
2017-11-21 12:30 <cedk> I had answered similar question there in french: https://linuxfr.org/news/sortie-de-tryton-4-6#comment-1719033
2017-11-21 12:30 <pokoli> trytonnewb: if you explain us what are you searching for, we can give better advice
2017-11-21 12:30 <cedk> but mainly, erpnext is more monolithique and Tryton exessivly modular and customizable
2017-11-21 12:34 <trytonnewb> how is customize done/
2017-11-21 12:34 <trytonnewb> ?
2017-11-21 12:34 <cedk> trytonnewb: by writing modules that extends existing model/view
2017-11-21 12:42 <trytonnewb> hmm so tryton is sort of a web base
2017-11-21 12:42 <trytonnewb> not really a application type
2017-11-21 12:44 <cedk> trytonnewb: it is a 3-tiers and for the client tiers we have 3 application: web, desktop and script
2017-11-21 12:47 <trytonnewb> i downloaded the client
2017-11-21 12:48 <trytonnewb> is tehre a server?
2017-11-21 12:52 <trytonnewb> is neso the server?
2017-11-21 12:52 <trytonnewb> im doing this on wiondows
2017-11-21 12:53 <Timitos> "tryton" is the client and "trytond" the server. neso is obsolete and should no more be used
2017-11-21 12:53 <Timitos> there is also "sao" the webclient
2017-11-21 12:55 <pokoli> trytonnewb: we also have a docker image for the server: https://hub.docker.com/r/tryton/tryton/
2017-11-21 12:55 <pokoli> probably it's the easiest way to install it on windows
2017-11-21 13:03 -!- udono(~udono@145-059-210-188.ip-addr.inexio.net) has joined #tryton
2017-11-21 13:07 <trytonnewb> can you explain how a docker works and how to install them on windows
2017-11-21 13:21 <pokoli> trytonnewb: docker is a system to launch containers. Containers are like virtual machines but more lightweight
2017-11-21 13:21 <pokoli> trytonnewb: we provide a container image so you can lunch tryton with a single command
2017-11-21 13:22 <pokoli> trytonnewb: Here is a tutorial to install it on windows: https://docs.docker.com/docker-for-windows/install/
2017-11-21 13:22 <pokoli> trytonnewb: once you have it installed, just open a command line and execute the commands explained on our image readme
2017-11-21 13:31 -!- smarro(~sebastian@181.16.34.86) has joined #tryton
2017-11-21 14:33 -!- csotelo_at_work(~csotelo@179.43.97.56) has joined #tryton
2017-11-21 15:00 <mrichez> hi, testing a scenario in proteus. I'm ordering lines on unit_price. Saving this order with set_sequence. And my scenario become incorrect. Before sequence with None value was first, now None value is at the end... I think default ordering on table is sequence then id ? So, is there something changed recently with sequence affecting this behaviour?
2017-11-21 15:07 -!- perilla(~perilla@181.188.200.70) has joined #tryton
2017-11-21 15:12 -!- meigallodixital_(~meigallod@172.94.112.93) has joined #tryton
2017-11-21 15:20 <cedk> mrichez: sequence_ordered uses ASC NULLS FIRST by default
2017-11-21 15:23 <mrichez> cedk: in my code (unchanged) i'm using a One2Many with order=[('sequence', 'ASC')]
2017-11-21 15:24 <mrichez> cedk: it seems before None values in sequence field where first ordered
2017-11-21 15:25 <mrichez> cedk: how to get previous behaviour with order ?
2017-11-21 15:26 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton
2017-11-21 15:28 <mrichez> cedk: testing proteus with sqlite
2017-11-21 15:35 <cedk> mrichez: the order of NULL is not determined except if you specify it
2017-11-21 15:36 -!- udono(~udono@145-059-210-188.ip-addr.inexio.net) has joined #tryton
2017-11-21 15:38 <mrichez> cedk: ok, working now with order=[('sequence', 'ASC NULLS FIRST')] . Strange that i had good result in my scenario before.. Thanks for help :-)
2017-11-21 15:57 -!- udono(~udono@145-059-210-188.ip-addr.inexio.net) has joined #tryton
2017-11-21 16:47 -!- VlijmenFileer(~VlijmenFi@199.195.193.181) has joined #tryton
2017-11-21 16:56 -!- VlijmenFileer(~VlijmenFi@199.195.193.181) has joined #tryton
2017-11-21 17:39 -!- cdchapma1(~perturbed@73.98.169.100) has joined #tryton
2017-11-21 19:03 -!- NeonKing(~Neonking@unaffiliated/neonking) has joined #tryton
2017-11-21 19:09 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2017-11-21 19:14 -!- NeonKing(~Neonking@176.179.38.86) has joined #tryton
2017-11-21 19:14 -!- NeonKing(~Neonking@unaffiliated/neonking) has joined #tryton
2017-11-21 19:27 -!- JanGB(~jan@x2f7f97c.dyn.telefonica.de) has joined #tryton
2017-11-21 20:02 -!- csotelo_at_work(~csotelo@179.43.97.56) has joined #tryton
2017-11-21 20:40 -!- lukio(~lukio@iplan.gcoop.com.ar) has joined #tryton
2017-11-21 21:53 -!- perilla(~perilla@181.188.200.70) has joined #tryton
2017-11-21 21:57 -!- perilla(~perilla@181.188.200.70) has joined #tryton
2017-11-21 22:01 -!- JanGB(~jan@x2f7f97c.dyn.telefonica.de) has joined #tryton
2017-11-21 22:01 -!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton
2017-11-21 23:02 -!- csotelo_at_work(~csotelo@179.43.97.56) has joined #tryton

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