IRC logs of #tryton for Tuesday, 2016-01-12

chat.freenode.net #tryton log beginning Tue Jan 12 00:00:01 CET 2016
2016-01-12 00:07 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton
2016-01-12 00:26 -!- smarro(~sebastian@201.251.135.150) has joined #tryton
2016-01-12 02:03 -!- csotelo(~csotelo@201.240.152.28) has joined #tryton
2016-01-12 02:19 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-01-12 02:49 -!- nelek(~nf@unaffiliated/nelek) has joined #tryton
2016-01-12 03:45 -!- smarro(~sebastian@201.251.135.150) has joined #tryton
2016-01-12 06:00 -!- yangoon1(~mathiasb@p549F08CB.dip0.t-ipconnect.de) has joined #tryton
2016-01-12 07:40 -!- frispete_(~frispete@p54A90D1B.dip0.t-ipconnect.de) has joined #tryton
2016-01-12 08:19 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-01-12 08:23 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-01-12 08:25 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-01-12 09:06 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-01-12 09:29 -!- aroncero(~aroncero@86.63.19.153) has joined #tryton
2016-01-12 09:38 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-01-12 09:46 -!- Timitos(~kpreisler@tmo-106-35.customers.d1-online.com) has joined #tryton
2016-01-12 10:32 -!- nicoe(~nicoe@2001:6f8:3aa:2:ee55:f9ff:fe7b:f7ac) has joined #tryton
2016-01-12 10:33 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton
2016-01-12 11:32 -!- mariomop(~quassel@186.153.87.216) has joined #tryton
2016-01-12 11:34 -!- bechamel(~Adium@host-95-182-199-152.dynamic.voo.be) has joined #tryton
2016-01-12 12:34 -!- frispete_(~frispete@p54A90D1B.dip0.t-ipconnect.de) has joined #tryton
2016-01-12 13:02 -!- Timitos(~kpreisler@tmo-106-35.customers.d1-online.com) has joined #tryton
2016-01-12 13:25 -!- smarro(~sebastian@190.14.157.18) has joined #tryton
2016-01-12 14:25 -!- kstenger(~karla@r167-56-232-56.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-01-12 14:41 -!- bechamel(~Adium@host-95-182-199-152.dynamic.voo.be) has joined #tryton
2016-01-12 15:57 -!- kstenger1(~karla@r186-49-253-225.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-01-12 15:58 -!- kstenger(~karla@r186-49-253-225.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-01-12 17:01 -!- kstenger(~karla@r186-49-253-225.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-01-12 18:21 -!- csotelo(~csotelo@201.240.152.28) has joined #tryton
2016-01-12 18:23 <csotelo> Dear coders, I am trying to take of a module, I have deleted it from ir_module_module tables, however it continue giving me 'modulename is not in list', .. any suggest?
2016-01-12 18:40 <aroncero> csotelo: I had this problem in the past. I follow these steps (probably are not the best way but works for me)
2016-01-12 18:41 <aroncero> costelo: 1 I make a minimal __init__.py and tryton.conf version to clean the views, wizards... and update the module
2016-01-12 18:41 <csotelo> good
2016-01-12 18:41 <csotelo> thanks a lot
2016-01-12 18:41 <aroncero> csotelo: then I delete the module from ir_module_module and the id from ir_module_dependecy
2016-01-12 18:42 <aroncero> csotelo: and Finally I delete the module folder
2016-01-12 18:42 <csotelo> yes, sound a nice idea, I will try
2016-01-12 18:42 <csotelo> thanks a lot
2016-01-12 18:43 <aroncero> csotelo: It works for me, probably there is a easy way
2016-01-12 18:43 <csotelo> yes.. worked for me
2016-01-12 19:17 -!- kstenger(~karla@r167-56-251-158.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-01-12 19:41 <csotelo> one more question, how I could ge the id of the default currency set? thanks
2016-01-12 19:43 <cedk> csotelo: I guess you mean the currency of the company
2016-01-12 19:44 <cedk> csotelo: it is stored on the company
2016-01-12 19:44 <csotelo> yes! I mean, If I am working on a company, how to get the default currency set?
2016-01-12 19:44 <csotelo> and.. how to get the current company?
2016-01-12 19:45 <csotelo> dumb questions * sorry, but I couldnt find how to do that
2016-01-12 19:47 <cedk> csotelo: in the context or on the record you are working on
2016-01-12 19:49 <csotelo> cedk, I ma tryton to do an entryes and egresses report for a day, however for generate an entry or egress ( no invoice, just money ) I nee dto set a default currency for calculate rates, then for a line of entry , egress I need to set the currency. then I need to get the currency for the current company
2016-01-12 19:50 <cedk> csotelo: your entry needs to have a field company
2016-01-12 19:51 <csotelo> I am reading you....
2016-01-12 19:52 <csotelo> like invoice
2016-01-12 19:53 <csotelo> thanks a lot cedk
2016-01-12 23:08 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton

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