chat.freenode.net #tryton log beginning Tue Nov 15 00:00:01 CET 2016 | ||
2016-11-15 01:09 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-11-15 02:30 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton | ||
2016-11-15 03:28 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-11-15 04:04 -!- csotelo(~csotelo@2001:1388:49c4:db64:d771:f2ae:8609:3379) has joined #tryton | ||
2016-11-15 04:42 -!- kstenger1(~karla@r186-48-39-143.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-11-15 05:50 -!- thaneor1(~ldlc6@r179-24-118-108.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-11-15 07:05 -!- thaneor(~ldlc6@r179-24-118-108.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-11-15 07:40 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton | ||
2016-11-15 08:10 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | ||
2016-11-15 09:01 -!- rpit(~rpit@2a02:908:e672:1520:56ee:75ff:fe0d:d3c7) has joined #tryton | ||
2016-11-15 09:01 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-11-15 09:20 -!- flachtassekasse(~flachtass@p5DD19277.dip0.t-ipconnect.de) has joined #tryton | ||
2016-11-15 09:31 -!- afibanez(~afibanez@170.red-80-28-119.adsl.static.ccgg.telefonica.net) has joined #tryton | ||
2016-11-15 09:37 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-11-15 09:57 -!- udono(~udono@tmo-111-62.customers.d1-online.com) has joined #tryton | ||
2016-11-15 09:59 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton | ||
2016-11-15 10:24 -!- embar(~embar@2001:4048:105:112:eef4:bbff:fe2e:4c8c) has joined #tryton | ||
2016-11-15 10:25 <embar> I am new in Tryton and GNU Health. I need to import data from big CSV files, that have common only one field (like "ID") among files, some ID may overlap between files, some not. Can you please provide redirect me with more information about importing CSV into Tryton (and GNU Health)? | ||
2016-11-15 10:27 <embar> I a bit tried with simple case, but without succes, see https://bugs.tryton.org/issue6034 | ||
2016-11-15 10:44 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton | ||
2016-11-15 10:53 <cedk> embar: importing data is a complex task, when we need to do it at B2CK, we often write a proteus script | ||
2016-11-15 11:15 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-11-15 11:16 <embar> I don't have Python and/or proteus skills... Can you explain, in what cases import from CSV via Tryton GUI works (I mean "Import Data" description in 15 page of https://media.readthedocs.org/pdf/tryton/3.8.6/tryton.pdf )? | ||
2016-11-15 11:23 <cedk> embar: it works for simple case | ||
2016-11-15 11:38 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-11-15 11:53 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton | ||
2016-11-15 12:02 -!- mariomop(~quassel@181.90.125.97) has joined #tryton | ||
2016-11-15 12:39 -!- smarro(~sebastian@181.16.7.104) has joined #tryton | ||
2016-11-15 12:42 -!- csotelo(~csotelo@2001:1388:49c4:db64:d771:f2ae:8609:3379) has joined #tryton | ||
2016-11-15 12:43 <csotelo> Hello coders | ||
2016-11-15 12:43 <csotelo> I am looking just a suggest | ||
2016-11-15 12:45 <csotelo> what do you recoemmeds on a implmentation worj. I mean You will implement tryton on a business with an initial database. What is better, a module with the initial products or working on implementing it using tryton asa normal user, or a proteus job? | ||
2016-11-15 12:47 <cedk> csotelo: it depends, it is case by case | ||
2016-11-15 12:47 <csotelo> I was thinking the same... and it was the answer I was looking for. Juts for ben sure. | ||
2016-11-15 12:48 <csotelo> Since I guess a empty database with initial info, a module with content could be better | ||
2016-11-15 12:48 <csotelo> but if I will migrate data and use it, I guess a module could be a wrong idea | ||
2016-11-15 12:49 <csotelo> since it will be updated more than once | ||
2016-11-15 12:49 <csotelo> I just lookiong something like you write for been suire on my idea and no do something wrong | ||
2016-11-15 12:49 <csotelo> thanks cedk | ||
2016-11-15 12:50 <cedk> csotelo: indeed using module for configuration is a bad idea | ||
2016-11-15 12:50 <csotelo> thanks cedk | ||
2016-11-15 12:50 <cedk> csotelo: you should choose between manual configuration or configuration script | ||
2016-11-15 12:50 <cedk> csotelo: usually it is the size of the data (and availability) that define the choice | ||
2016-11-15 12:51 <csotelo> configuration script? I have never though on that. Could you give me and example? please | ||
2016-11-15 12:53 <csotelo> What I have done until now is tryton make a shell script for initial install with modules required | ||
2016-11-15 12:53 <csotelo> like a deployment script | ||
2016-11-15 12:53 <csotelo> using sheel script | ||
2016-11-15 12:53 <csotelo> shell* | ||
2016-11-15 13:00 <cedk> csotelo: you can look at any scenario test | ||
2016-11-15 13:01 <csotelo> perfect!!! | ||
2016-11-15 13:01 <csotelo> thanksa lot cedk | ||
2016-11-15 13:07 <pokoli> csotelo: I usually have a script that creates the initial database, and sets some kind of default values for using it. | ||
2016-11-15 13:10 <csotelo> my case is that I have a a previous tryton job too disordered, wityh a lot of modules installed, too too fat. And localization was done directly to database. I was tryton yo clean no needed modules but is ghard. | ||
2016-11-15 13:10 <csotelo> The issue is that I must have a test server and a production | ||
2016-11-15 13:11 <csotelo> but a production server with too much information, to many modules no needed | ||
2016-11-15 13:11 <csotelo> I was thinking on a way on starting from and empty install, now, relevant data as customers and products and accounting chart, how to manage | ||
2016-11-15 13:12 <csotelo> I was thinking on code a module for account chart and customers and product something like a script | ||
2016-11-15 13:12 <csotelo> or just migrate using proteus for exmaple | ||
2016-11-15 13:12 <csotelo> or something like that | ||
2016-11-15 13:23 <pokoli> csotelo: you can create a script which exports old database data as csv and imports to new datbase (removing not existing fields) using postgresql COPY command (which is quite fast) | ||
2016-11-15 13:24 <csotelo> cool! | ||
2016-11-15 13:24 <csotelo> thanks pokoli | ||
2016-11-15 13:28 <csotelo> BY the way | ||
2016-11-15 13:29 <csotelo> no. no otyher topic. I have noticed on some module the use of "class Acount():" and other "class Account:" I mean, what is the diference on using "()", it is an specific reason on tryton? | ||
2016-11-15 13:35 <cedk> csotelo: because some inherit from Model* and are base classes and others are just Mixin that will be applied if the module is activated | ||
2016-11-15 13:36 <csotelo> I see | ||
2016-11-15 13:56 <csotelo> thanks a lot of you | ||
2016-11-15 13:56 <csotelo> tiome to go job | ||
2016-11-15 13:56 <csotelo> have a nice day | ||
2016-11-15 14:00 -!- flachtassekasse(~flachtass@p5DD19277.dip0.t-ipconnect.de) has joined #tryton | ||
2016-11-15 15:41 -!- kstenger(~karla@r186-48-39-143.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-11-15 16:35 -!- csotelo_at_work(~csotelo@179.43.97.40) has joined #tryton | ||
2016-11-15 16:44 -!- kstenger(~karla@r186-55-67-238.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-11-15 17:40 -!- udono(~udono@tmo-111-62.customers.d1-online.com) has joined #tryton | ||
2016-11-15 17:51 -!- thaneor1(~ldlc6@r179-25-67-158.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-11-15 18:22 -!- nicoe(~nicoe@2a02:a03f:30b2:3c00:ee55:f9ff:fe7b:f7ac) has joined #tryton | ||
2016-11-15 18:35 -!- embar(~embar@2001:4048:105:112:eef4:bbff:fe2e:4c8c) has joined #tryton | ||
2016-11-15 19:12 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2016-11-15 19:25 -!- smarro(~sebastian@181.16.7.104) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!