IRC logs of #tryton for Monday, 2017-10-02

chat.freenode.net #tryton log beginning Mon Oct 2 00:00:01 CEST 2017
2017-10-02 00:26 -!- kobain(~kobain@unaffiliated/kobain) has joined #tryton
2017-10-02 00:41 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-10-02 00:58 -!- csotelo(~csotelo@2001:1388:49c6:eff4:3093:9007:61c7:4ae2) has joined #tryton
2017-10-02 02:44 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2017-10-02 04:01 -!- ThomasDebrunner(~yaaic@179.53.60.187) has joined #tryton
2017-10-02 04:55 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton
2017-10-02 05:48 -!- ThomasDebrunner(~yaaic@190.167.227.177) has joined #tryton
2017-10-02 06:59 -!- ThomasDebrunner(~yaaic@179.53.60.187) has joined #tryton
2017-10-02 08:20 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton
2017-10-02 08:20 -!- scrapper(~scrapper@mail.alpmine.com) has joined #tryton
2017-10-02 08:23 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-10-02 08:34 -!- JanGB(~jan@business-178-015-079-061.static.arcor-ip.net) has joined #tryton
2017-10-02 08:44 -!- LordVan(~LordVan@gentoo/developer/LordVan) has joined #tryton
2017-10-02 08:54 -!- JanGB(~jan@business-178-015-079-061.static.arcor-ip.net) has left #tryton
2017-10-02 09:00 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2017-10-02 09:35 <mrichez> hi, got 404 error with https://codereview.tryton.org/38771002 working with old url https://tryton-rietveld.appspot.com/38771002
2017-10-02 09:36 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2017-10-02 09:37 <semarie> mrichez: there is DNS change in propagation regarding codereview.tryton.org
2017-10-02 09:39 <semarie> here => codereview.tryton.org. CNAME ghs.googlehosted.com.
2017-10-02 09:40 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton
2017-10-02 09:43 -!- nicoe(~nicoe@2a02:578:858c:500:ee55:f9ff:fe7b:f7ac) has joined #tryton
2017-10-02 09:52 <mrichez> semarie: ok thanks
2017-10-02 09:53 <mrichez> semarie: will wait
2017-10-02 10:07 <cedk> pokoli: I have setup the module account_es, you can push it
2017-10-02 10:09 <pokoli> perilla: thank you, I'm going to push it this moring
2017-10-02 10:10 <pokoli> ups, i meant cedk sorry
2017-10-02 11:06 -!- csotelo(~csotelo@2001:1388:49c6:eff4:3093:9007:61c7:4ae2) has joined #tryton
2017-10-02 11:10 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2017-10-02 11:34 -!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton
2017-10-02 11:36 -!- Tim_(7bc9095e@gateway/web/freenode/ip.123.201.9.94) has joined #tryton
2017-10-02 11:37 <Tim_> HI I am getting this error : "Calling method search_read on <class 'trytond.modules.sale_line_product_option.sale.sale.line-product.option'> is not allowed"
2017-10-02 11:39 <pokoli> Tim_: which classes does you module inherit from? does it inherit from ModelStorage (or ModelSQL) ?
2017-10-02 11:40 <Tim_> I guess ModelStorage!
2017-10-02 11:41 <pokoli> Tim_: you should check it, because ModelStorage adds this method and makes it callable
2017-10-02 11:41 <Tim_> how can I check this?
2017-10-02 11:45 <pokoli> Tim_: on the source code of the module, you should check the class definition
2017-10-02 11:45 <pokoli> Tim_: if you add some link to the source code I can check it for you
2017-10-02 11:46 <Tim_> I don't have source code, I am only checking in my desktop client!
2017-10-02 11:47 <pokoli> Tim_: then you should probably report it to your system administrator as it seems a bug on one of your modules
2017-10-02 11:47 <pokoli> Tim_: source code should be fixed
2017-10-02 11:48 <Tim_> also want to know difference between saleline option vs product option
2017-10-02 11:48 <Tim_> sale line product option*
2017-10-02 11:52 <pokoli> Tim_: I don't know what are you talking about. This is probably not a standard feature
2017-10-02 12:02 <cedk> Tim_: it is probably because the Model does not inherit from ModelView so this makes it used only for internal code
2017-10-02 13:16 -!- ThomasDebrunner(~yaaic@179.52.29.23) has joined #tryton
2017-10-02 13:19 -!- Piiteri(~Piiteri@unaffiliated/piiteri) has joined #tryton
2017-10-02 13:20 -!- Piiteri(~Piiteri@unaffiliated/piiteri) has left #tryton
2017-10-02 13:32 -!- smarro(~sebastian@168.90.86.167) has joined #tryton
2017-10-02 14:15 -!- csotelo_at_work(~csotelo@179.43.97.56) has joined #tryton
2017-10-02 14:28 -!- thaneor(~ldlc6@179.26.19.216) has joined #tryton
2017-10-02 14:59 -!- rpit(~rpit@2a02:908:e671:9f80:56ee:75ff:fe0d:d3c7) has joined #tryton
2017-10-02 15:04 <mrichez> hi, unable to login on http://demo4.4.tryton.org/
2017-10-02 15:04 <mrichez> always asking for login/password
2017-10-02 15:05 <mrichez> sorry working with demo_fr user
2017-10-02 15:06 <mrichez> problem with user demo
2017-10-02 15:07 <cedk> mrichez: probably someone has changed the password
2017-10-02 15:08 <mrichez> cedk: probably
2017-10-02 15:13 <pokoli> mrichez: you can use admin to change it :)
2017-10-02 15:14 <cedk> pokoli: no because it requires a length of 8
2017-10-02 15:14 <mrichez> pokoli: yes, but i want to restore demo/demo; password is too short :-)
2017-10-02 15:15 <cedk> I'm just changing the configuration of the demo
2017-10-02 15:15 <cedk> ACTION restoring demo's
2017-10-02 15:26 <cedk> mrichez, pokoli: restored
2017-10-02 15:26 <mrichez> cedk: thanks
2017-10-02 15:26 <cedk> I'm wondering if we should not restore demo every day instead of every week
2017-10-02 15:29 <pokoli> cedk: for me 24hours is enough for testing a demo database
2017-10-02 15:33 <mrichez> cedk: this is a demo, so 24 hours is better
2017-10-02 15:40 <cedk> OK let's try with daily
2017-10-02 17:10 -!- scrapper(~scrapper@mail.alpmine.com) has joined #tryton
2017-10-02 17:30 <pokoli> I've the following error when running test on sqlite: https://pastebin.com/Bzed4Wvh
2017-10-02 17:31 <pokoli> this is related to saving the imported file to the database, is this a know issue?
2017-10-02 17:38 <cedk> pokoli: do you cast with Binary the value?
2017-10-02 17:39 <pokoli> cedk: I use tools.file_open in 'rb' mode to read the file
2017-10-02 17:40 <cedk> pokoli: Binary.cast must always be used
2017-10-02 17:41 <pokoli> cedk: indeed I'm using account_statement_coda as reference, which does not use any cast
2017-10-02 17:41 <cedk> pokoli: I guess it is because your file is not ASCII
2017-10-02 17:43 <pokoli> cedk: yes, i think so
2017-10-02 17:43 <pokoli> cedk: indeed using the cast solved the problem. Thanks
2017-10-02 17:43 <cedk> but maybe we should put a cast in line 1062 of statement.py
2017-10-02 17:44 <pokoli> cedk: i think this will be safer :)
2017-10-02 17:44 <pokoli> ACTION is creating an issue and patch
2017-10-02 17:50 <pokoli> here is the issue (with patch): https://bugs.tryton.org/issue6802
2017-10-02 18:00 -!- robinak(~quassel@unaffilated/robink) has joined #tryton
2017-10-02 18:13 <cedk> would be great to have issue6803 reviewed today as it adds a new error message that will not be possible after the freeze
2017-10-02 18:52 -!- ThomasDebrunner2(~yaaic@179.52.29.23) has joined #tryton
2017-10-02 18:58 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2017-10-02 19:04 -!- Pilou(~Pilou@62.210.85.72) has joined #tryton
2017-10-02 19:04 -!- Pilou(~Pilou@pdpc/supporter/active/pilou) has joined #tryton
2017-10-02 19:08 -!- smarro(~sebastian@168.90.86.75) has joined #tryton
2017-10-02 19:25 <cedk> nobody to review issue6803 ?
2017-10-02 19:32 -!- ThomasDebrunner(~yaaic@179.52.29.23) has joined #tryton
2017-10-02 19:59 -!- thaneor(~ldlc6@r179-25-191-204.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-10-02 20:39 -!- ThomasDebrunner(~yaaic@179.52.29.23) has joined #tryton
2017-10-02 21:10 -!- juanfe(~juanfe@dynamic-190-27-89-84.dynamic.etb.net.co) has joined #tryton
2017-10-02 21:54 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has joined #tryton
2017-10-02 22:00 -!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton
2017-10-02 22:03 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has left #tryton
2017-10-02 22:53 -!- thaneor(~ldlc6@r179-25-33-49.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-10-02 23:53 -!- JosDzG(~Thunderbi@189.250.142.119) has joined #tryton

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