IRC logs of #tryton for Tuesday, 2017-02-14

chat.freenode.net #tryton log beginning Tue Feb 14 00:00:01 CET 2017
2017-02-14 00:46 -!- kstenger(~karla@r190-134-151-61.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-02-14 02:07 -!- kstenger1(~karla@r190-134-129-173.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-02-14 03:43 -!- gk{\`_^}1wm(~su@2a03:4a80:3:43d:43d:fb5a:414b:38ef) has joined #tryton
2017-02-14 07:55 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2017-02-14 08:56 -!- thaneor(~ldlc6@r179-24-154-191.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-02-14 09:10 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-02-14 09:11 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2017-02-14 10:30 -!- rpit(~rpit@2a02:908:e672:7480:56ee:75ff:fe0d:d3c7) has joined #tryton
2017-02-14 10:36 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2017-02-14 10:39 <pokoli> hi, about foundation budget. THere is the plan to build a crowdfunding? I think it will interesting. At least for the webiste and missing icons part :)
2017-02-14 10:39 <cedk> pokoli: no, foundation makes the priority
2017-02-14 10:40 <cedk> pokoli: there is no point to have new icons if we can not run the basic infrastructure
2017-02-14 10:40 <pokoli> cedk: of course. But the crowdfunding will help to raise the amount for the webiste (and also the cover the basic infrastructure)
2017-02-14 10:41 <cedk> pokoli: so I do not understand your question
2017-02-14 10:41 <pokoli> cedk: if there is a plan to open a indigogo (for example) to get this objectives
2017-02-14 10:41 <cedk> pokoli: no
2017-02-14 10:44 <pokoli> cedk: ok. I'm going to spread the word a little bit :)
2017-02-14 12:01 -!- mariomop(~quassel@181.110.156.212) has joined #tryton
2017-02-14 12:46 -!- mamcode(~mamcode@190-198-117-179.dyn.dsl.cantv.net) has joined #tryton
2017-02-14 14:38 -!- thaneor(~ldlc6@r179-24-154-191.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-02-14 15:10 -!- mariomop(~quassel@181.110.156.212) has joined #tryton
2017-02-14 16:03 -!- kstenger(~karla@r190-134-141-213.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-02-14 17:18 -!- rpit(~rpit@2a02:908:e672:7480:56ee:75ff:fe0d:d3c7) has joined #tryton
2017-02-14 17:48 -!- rpit(~rpit@2a02:908:e672:7480:56ee:75ff:fe0d:d3c7) has joined #tryton
2017-02-14 18:41 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2017-02-14 18:54 -!- thaneor(~ldlc6@r179-24-154-191.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-02-14 19:00 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2017-02-14 19:41 -!- JosDzG(~Thunderbi@187.188.72.36) has joined #tryton
2017-02-14 20:00 -!- nramirezuy(~nramirezu@r167-62-1-201.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-02-14 20:07 -!- andrespoliti(~andrespol@250-183-89-200.fibertel.com.ar) has joined #tryton
2017-02-14 20:09 <andrespoliti> hello, i have a client who really wants the notes to be in a tab in the main form of a model. I tried to convince them to use the notes button in the toolbar but there was no way. Is it possible to do this, adding to the model a function field to ir.note and writting getters and setters?
2017-02-14 20:10 <andrespoliti> i already wrote the getter and it works, but i am having trouble with the setter because it doesn't set the default resource,id
2017-02-14 20:19 <cedk> andrespoliti: I think you can just define a One2Many
2017-02-14 20:19 <andrespoliti> no function?
2017-02-14 20:20 <cedk> andrespoliti: no, there is a Reference field resource which could be used for a One2Many
2017-02-14 20:21 <andrespoliti> so it should be fields.Reference(fields.One2Many('ir.note', ...)) ?
2017-02-14 20:35 <andrespoliti> cedk: or you mean using a reference in the 'field' parameter of the one2many?
2017-02-14 20:36 -!- JosDzG(~Thunderbi@187.188.72.36) has joined #tryton
2017-02-14 20:58 -!- thaneor1(~ldlc6@179.26.139.105) has joined #tryton
2017-02-14 21:00 -!- kstenger(~karla@r190-134-141-213.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-02-14 21:10 <plaes> heya.. any ideas what I'm doing wrong here: https://paste.fedoraproject.org/558381/71029401/ ?
2017-02-14 21:15 <andrespoliti> have you tried adding the --force to the grunt command?
2017-02-14 21:16 <plaes> yes
2017-02-14 21:17 <andrespoliti> plaes: what is the output of that
2017-02-14 21:18 <plaes> following: https://paste.fedoraproject.org/558391/10350714/
2017-02-14 21:19 <plaes> I'm not really sure whether it actually finishes the build...
2017-02-14 21:20 <plaes> I assume it should create bunch of css files in dist directory
2017-02-14 21:21 <andrespoliti> have you run npm install before that?
2017-02-14 21:21 <plaes> yes
2017-02-14 21:23 <plaes> this is on Debian stable and unstable
2017-02-14 21:24 <plaes> will try Fedora next ;)
2017-02-14 21:24 <plaes> ok, works actually in Fedora
2017-02-14 21:25 <plaes> not sure what's wrong with Debian :(
2017-02-14 21:25 <andrespoliti> maybe a missing dependency
2017-02-14 21:26 <andrespoliti> npm install -U clean-css
2017-02-14 21:27 <cedk> andrespoliti: yes you can use reference field for One2Many
2017-02-14 21:28 <plaes> ok, is there a simple way to create a tarball to transfer it to another machine?
2017-02-14 21:28 <cedk> plaes: did you run "bower install"?
2017-02-14 21:30 <plaes> cedk: with bower install it works \o/
2017-02-14 21:30 <plaes> README needs to be updated :S
2017-02-14 21:31 <cedk> plaes: no because it is run by npm install but you probably did not see it
2017-02-14 21:31 <andrespoliti> cedk: i don't understand how should i use a reference in the field parameter of the o2m
2017-02-14 21:32 <cedk> andrespoliti: as you would for a Many2One
2017-02-14 21:33 <plaes> cedk: hmm.. could it be because I'm running this inside a container as root
2017-02-14 21:33 <plaes> and bower refuses to run as root when invoked by npm?
2017-02-14 21:34 <cedk> plaes: yes but we run it with the option: "--allow-root"
2017-02-14 21:35 <cedk> plaes: see package.json
2017-02-14 21:35 <plaes> then I have no idea :(
2017-02-14 21:41 <plaes> but yeah, when I run 'bower install' separately, it works
2017-02-14 22:20 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2017-02-14 22:42 -!- EdbO(~eddy@2001:982:fc2b:1:230:67ff:fe9f:4729) has joined #tryton
2017-02-14 22:42 -!- EdbO(~eddy@2001:982:fc2b:1:230:67ff:fe9f:4729) has joined #tryton
2017-02-14 22:45 <EdbO> Hello, I'm trying to use the new import-implementation (https://bugs.tryton.org/issue5882) to import my bankstatements. I got the wizard running and my file imported
2017-02-14 22:45 <EdbO> But I now to return some values ..... the question is what?
2017-02-14 22:52 <cedk> EdbO: do not understand last sentence
2017-02-14 22:54 <EdbO> @cedk: I extended the wizard with a def read_mt940 and used another library (https://github.com/WoLpH/mt940) to import the file.
2017-02-14 22:54 <EdbO> @cedk: The library gives me a dict with all the transactions in that file
2017-02-14 22:55 <EdbO> @cedk: but then? should I create origin-lines or statement-lines or just return the data?
2017-02-14 23:01 <cedk> EdbO: i think the patch is not ready
2017-02-14 23:02 <EdbO> cedk: Ah ok, I have also some other thoughts about it. I will add them to the discussion on discuss.tryton.org
2017-02-14 23:04 <cedk> EdbO: I think get_origins should return a list of origins
2017-02-14 23:05 <cedk> EdbO: on discussif it is general or on review if it is about the implementation
2017-02-14 23:13 -!- EdbO(~eddy@2001:982:fc2b:1:230:67ff:fe9f:4729) has left #tryton
2017-02-14 23:13 <cedk> EdbO: by the way, we have wrote also an mt940 lib: https://pypi.python.org/pypi/mt940
2017-02-14 23:41 -!- pokoli_(~pokoli@mail.koolpi.com) has joined #tryton
2017-02-14 23:42 -!- apostatize_(~visavis@unaffiliated/apostatize) has joined #tryton
2017-02-14 23:46 -!- giesen(~ggiesen@2001:19f0:0:1019:5400:ff:fe25:bda6) has joined #tryton
2017-02-14 23:46 -!- robink(~quassel@unaffilated/robink) has joined #tryton
2017-02-14 23:52 -!- mariomop(~quassel@181.110.156.212) has joined #tryton
2017-02-14 23:52 -!- sebd(~seb@85.31.145.12) has joined #tryton

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