IRC logs of #tryton for Wednesday, 2014-05-21

chat.freenode.net #tryton log beginning Wed May 21 00:00:01 CEST 2014
2014-05-21 00:47 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-05-21 01:04 -!- digitalsatori(~Thunderbi@101.87.134.74) has joined #tryton
2014-05-21 02:19 -!- digitalsatori(~Thunderbi@116.234.117.129) has joined #tryton
2014-05-21 04:28 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-05-21 06:35 -!- asoleh(~asoleh@125.161.209.120) has joined #tryton
2014-05-21 06:41 -!- frispete_(~frispete@p54A90D3B.dip0.t-ipconnect.de) has joined #tryton
2014-05-21 07:01 -!- yangoon1(~mathiasb@p549F3BF7.dip0.t-ipconnect.de) has joined #tryton
2014-05-21 07:06 -!- LordVan(~LordVan@gentoo/developer/LordVan) has joined #tryton
2014-05-21 07:29 -!- digitalsatori(~Thunderbi@116.234.117.129) has joined #tryton
2014-05-21 07:58 -!- pobsteta(~Thunderbi@LMontsouris-656-01-118-223.w193-252.abo.wanadoo.fr) has joined #tryton
2014-05-21 08:49 -!- jeancavallo(~giovanni@bob75-9-88-181-2-176.fbx.proxad.net) has joined #tryton
2014-05-21 09:03 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-05-21 09:06 -!- corro(~corro@46.22.23.85) has joined #tryton
2014-05-21 09:06 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-05-21 09:54 -!- Streward(~quassel@85.183.31.24) has joined #tryton
2014-05-21 10:30 -!- rafiu(~Adium@host81-139-107-246.in-addr.btopenworld.com) has joined #tryton
2014-05-21 10:31 -!- nicoe(~nicoe@2001:6f8:3aa:0:b699:baff:fe56:2328) has joined #tryton
2014-05-21 12:14 -!- digitalsatori(~Thunderbi@116.234.117.129) has joined #tryton
2014-05-21 12:51 -!- mariomop(~quassel@host180.186-125-99.telecom.net.ar) has joined #tryton
2014-05-21 12:52 -!- jeancavallo(~giovanni@LPuteaux-656-01-230-52.w80-12.abo.wanadoo.fr) has joined #tryton
2014-05-21 14:33 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton
2014-05-21 15:14 -!- ritonlajoie(540ec8e9@gateway/web/cgi-irc/kiwiirc.com/ip.84.14.200.233) has joined #tryton
2014-05-21 15:14 <ritonlajoie> hello
2014-05-21 15:18 <ritonlajoie> i have a hard time getting into understanding the python code for the modules
2014-05-21 15:18 <ritonlajoie> what module should I read and try to debug/understand to get what it is about ?
2014-05-21 15:21 <pokoli> ritonlajoie: hi what do you want to achieve? What knowledge base do you have?
2014-05-21 15:22 <pokoli> ritonlajoie: have you read the docs on http://doc.tryton.org ??
2014-05-21 15:24 <ritonlajoie> well
2014-05-21 15:24 <ritonlajoie> I'm trying to get into ERP programming
2014-05-21 15:25 <ritonlajoie> I thought Tryton should be a good choice
2014-05-21 15:25 <ritonlajoie> I can program in python on problem though.
2014-05-21 15:25 <ritonlajoie> I have been to the documentation, but the 'development process' page is kind of light for me$
2014-05-21 15:27 <ritonlajoie> for example in the country module, there is that method search_rec_name
2014-05-21 15:28 <ritonlajoie> the code there, I have no idea how I could have get it myself :p
2014-05-21 15:28 <ritonlajoie> http://pastebin.com/Q19ZERS9
2014-05-21 15:28 <cedk> ritonlajoie: it is the searched of a Function field
2014-05-21 15:29 <cedk> ritonlajoie: http://doc.tryton.org/3.2/trytond/doc/ref/models/fields.html?highlight=function#trytond.model.fields.Function.searcher
2014-05-21 15:35 <pokoli> ritonlajoie: would be great if you can give us some hints on how to improve the docs, and even better contribute some patches :)
2014-05-21 15:37 <ritonlajoie> well
2014-05-21 15:38 <ritonlajoie> patches I couldn't, since I just got into the codebase and don't understand it lol
2014-05-21 15:38 <ritonlajoie> what I like in documentations, is walk throughs
2014-05-21 15:39 <ritonlajoie> or things like, what classes are mandatory in the modules, what they do, what arguments to they take, with concrete examples
2014-05-21 15:39 <pokoli> ritonlajoie: has talking for patches for the docs, you can found all here http://hg.tryton.org/trytond/file/70d2adcc4bfa/doc
2014-05-21 15:39 <ritonlajoie> right now I'm reading the country module, seems good but as I said with the pastebin, I have no idea what this method does actually. Maybe I should debug this stuff
2014-05-21 15:40 <ritonlajoie> ok
2014-05-21 15:42 <pokoli> ritonlajoie: i encourage you to use the search function on the docs when you don't understand anything
2014-05-21 15:42 <pokoli> ritonlajoie: for rec_name: http://doc.tryton.org/3.2/search.html?q=rec_name&check_keywords=yes&area=default
2014-05-21 15:43 <ritonlajoie> btw on this page, the 'module index' link is 404 (the link at the bottom of the page) http://doc.tryton.org/3.2/trytond/doc/index.html
2014-05-21 15:44 <pokoli> ritonlajoie: can you fill an issue on the bug tracker?
2014-05-21 15:44 <ritonlajoie> ok
2014-05-21 15:50 <ritonlajoie> done
2014-05-21 15:51 <pokoli> ritonlajoie: thanks :)
2014-05-21 15:52 <ritonlajoie> you are welcome
2014-05-21 15:52 <ritonlajoie> submitted 2 issues and 1 wish :p
2014-05-21 16:03 <pokoli> ritonlajoie: have seen it
2014-05-21 16:03 <pokoli> ritonlajoie: not sure if the first one is an issue :P
2014-05-21 16:04 <ritonlajoie> maybe not
2014-05-21 16:04 <ritonlajoie> I just think a link named 'Source' in the context of a software should get to the source code of the software :p
2014-05-21 16:05 <ritonlajoie> I think I just understood that it's actually the source of the page
2014-05-21 16:05 <ritonlajoie> I'm dumb
2014-05-21 16:07 <cedk> ritonlajoie: thanks to not prefix issue titles but use component
2014-05-21 16:08 <ritonlajoie> ah didn't see that, sorry
2014-05-21 16:11 <ritonlajoie> cedk what component name is used for the documentation ?
2014-05-21 16:11 <ritonlajoie> should I put 'doc' ?
2014-05-21 16:17 <pokoli> ritonlajoie: yes, it's the soruce of the page
2014-05-21 16:19 <ritonlajoie> pokoli:there is no component named doc
2014-05-21 16:19 <ritonlajoie> I have another issue to post related to the doc
2014-05-21 16:20 <ritonlajoie> should you create this component ?
2014-05-21 16:20 <pokoli> ritonlajoie: let's wait for cedk opinion :)
2014-05-21 16:21 <ritonlajoie> ok :p
2014-05-21 16:21 <cedk> ritonlajoie: each doc is linked to a component
2014-05-21 16:23 <ritonlajoie> ok
2014-05-21 16:24 <ritonlajoie> is anyone of you working on windows ?
2014-05-21 16:25 <ritonlajoie> installing py2exe with easy_install leads to an error since some installed files are recognized as viruse by MSE. weird huh
2014-05-21 16:25 <pokoli> ritonlajoie: no windows here :)
2014-05-21 16:26 <ritonlajoie> lucky guy
2014-05-21 16:29 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-05-21 16:29 <pokoli> ritonlajoie: why you say this? you're free to use another operating system when you want
2014-05-21 16:30 <ritonlajoie> not at the office no :p
2014-05-21 16:30 <udono> ritonlajoie: hi, did you look at http://code.google.com/p/tryton/wiki/HelloWorld
2014-05-21 16:30 <ritonlajoie> yes
2014-05-21 16:30 <ritonlajoie> it 404 also :p
2014-05-21 16:31 <udono> ritonlajoie: ?
2014-05-21 16:32 <ritonlajoie> I get that on this page Page "HelloWorld" Not Found
2014-05-21 16:32 <ritonlajoie> do you get something else ?
2014-05-21 16:33 <udono> ritonlajoie: yes, a wiki page
2014-05-21 16:33 <ritonlajoie> ah I get that :
2014-05-21 16:33 <ritonlajoie> Page "HelloWorld" Not Found
2014-05-21 16:33 <ritonlajoie> Select an existing page from the project's list.
2014-05-21 16:33 <ritonlajoie> http://i.imgur.com/i2jDEfD.png
2014-05-21 16:34 <udono> ritonlajoie: Strange
2014-05-21 16:35 -!- hiaselhans(~Thunderbi@212.186.53.203) has joined #tryton
2014-05-21 16:35 <ritonlajoie> yes lol
2014-05-21 16:35 <ritonlajoie> can you ctrl+R on the page ? maybe it's in your cache
2014-05-21 16:36 <ritonlajoie> from Home I get the same 404. Saw this link many times on the net but it always 404 to me
2014-05-21 16:37 <udono> ritonlajoie: No, it works for me. But maybe it's the the nation wide adult filter :D
2014-05-21 16:37 <ritonlajoie> what do you mean ? you are from the UK ?
2014-05-21 16:37 <ritonlajoie> I'm not :p
2014-05-21 16:38 <udono> ritonlajoie: no, Iam german
2014-05-21 16:38 <ritonlajoie> there is a porn filter in germany ?
2014-05-21 16:38 <ritonlajoie> wow I didn't know that..I know that you can't access most youtube music videos though
2014-05-21 16:39 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-05-21 16:39 <udono> ritonlajoie: No, I don't think, because I can see the page, but you not: http://code.google.com/p/tryton/wiki/HelloWorld
2014-05-21 16:41 <cedk> ritonlajoie, udono: it is because some days it was translated in french and now google always try to provide the french translation even if it is gone
2014-05-21 16:41 <cedk> ritonlajoie: try to force english with the parameter: ?wl=en
2014-05-21 16:42 <ritonlajoie> ah it works
2014-05-21 16:42 <ritonlajoie> lol :p
2014-05-21 16:45 -!- smarro_(~sebastian@190.105.93.196) has joined #tryton
2014-05-21 18:10 -!- perilla(~perilla@corp-190-12-30-226-cue.puntonet.ec) has joined #tryton
2014-05-21 18:11 <perilla> hello tryton community, I have one question..
2014-05-21 18:11 <perilla> how can I install an trytron 3.0 module on a tryton 3.2???
2014-05-21 18:14 <pokoli> perilla: you can install like usuall, but it's not guaranted to work
2014-05-21 18:14 <pokoli> perilla: which module are you talking about?
2014-05-21 18:21 -!- hiaselhans(~Thunderbi@212.186.53.203) has joined #tryton
2014-05-21 18:24 <perilla> trytond-stock_valued
2014-05-21 18:47 <pokoli> perilla: from natnic's bitbucket?
2014-05-21 18:48 <pokoli> perilla: AFIU it may work installing in 3.2 but can not ensure anything
2014-05-21 18:49 <pokoli> perilla: feel free to open issues on bitbucket and we will try to solve it ASAP
2014-05-21 18:49 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-05-21 18:51 <cedk> perilla, pokoli: I never understood the usage of this module
2014-05-21 18:52 -!- Telesight(~anthony@77-175-159-159.FTTH.ispfabriek.nl) has joined #tryton
2014-05-21 18:53 <pokoli> cedk: we use it mainly for reporting
2014-05-21 18:54 <pokoli> cedk: when our customers sends goods to their customers they usually give a report on which the value of the goods are represented
2014-05-21 18:56 <cedk> pokoli: why not send the invoice
2014-05-21 18:56 <pokoli> cedk: because the user that give the goods normally it's not the same that generates the invoices
2014-05-21 18:57 <pokoli> cedk: an hi may not have access to invoices
2014-05-21 19:02 <cedk> pokoli: I can understand for the price, it is already there but not the other field
2014-05-21 19:02 <cedk> pokoli: taxes field are probably wrong
2014-05-21 19:04 <cedk> pokoli: price has sense for insurance, cross-border stuffs etc
2014-05-21 19:04 <cedk> pokoli: but you seem to try to show a invoice from the shipmen so better to show the invoice
2014-05-21 19:04 <pokoli> cedk: this was done before account_invoice_stock module
2014-05-21 19:05 <cedk> and access right has nothing to do because you already show a kind of invoice
2014-05-21 19:05 <pokoli> cedk: so i think we can get the data from the invoice now, and it will better
2014-05-21 19:05 <cedk> pokoli: even unit price was there before
2014-05-21 19:05 <cedk> pokoli: not you can not get the data from invoice
2014-05-21 19:05 <pokoli> cedk: unit_price yes, but we need it with taxes
2014-05-21 19:06 <cedk> pokoli: you have to use the invoice if you want to show the invoice data
2014-05-21 19:06 <cedk> pokoli: it makes no sense because taxes are base on invoice rounding
2014-05-21 19:07 <pokoli> cedk: but the invoices can be grouped and then it don't represnt the same amount as the shipment
2014-05-21 19:08 <cedk> pokoli: yes that's why it must be the invoice
2014-05-21 19:08 <cedk> pokoli: if you want to show correct taxes
2014-05-21 19:09 <pokoli> cedk: i agree that this is not the best module we have :P
2014-05-21 19:09 <pokoli> cedk: because of rounding on invoice may be diferent that in shipment?
2014-05-21 19:11 <cedk> pokoli: yes
2014-05-21 19:11 <pokoli> cedk: understood, thanks
2014-05-21 19:12 -!- pobsteta(~Thunderbi@37.163.76.244) has joined #tryton
2014-05-21 19:19 <perilla> cedek: on my work we have a software for accounting, actually I need only a software for stock control, but the person that control stock wants to have a way to compare the shipment with the total of invoice
2014-05-21 19:21 <perilla> I was an OpenERP developer on Ecuador, but I evaluate Tryton and I think that technologically is better
2014-05-21 19:23 <cedk> perilla: how do you plan to do that?
2014-05-21 19:25 <cedk> perilla: to compare you need to have both in the same system
2014-05-21 19:32 <perilla> with puchase and stock module, I want to input a purchase (with taxes and discounts) and with this information generate the shipment.in and use this information with stock_valued module
2014-05-21 19:34 <cedk> perilla: what do you want to compare?
2014-05-21 19:40 <perilla> total invoice with total on shipment (with stock_valued)
2014-05-21 19:48 -!- VickyDevecoop(bed26cf1@gateway/web/freenode/ip.190.210.108.241) has joined #tryton
2014-05-21 20:10 <pokoli> ACTION has broken tryton: Ran 124 tests in 0.573s FAILED (errors=93, skipped=2)
2014-05-21 21:27 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-05-21 21:43 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-05-21 22:52 -!- Telesight(~anthony@77-175-159-159.FTTH.ispfabriek.nl) has joined #tryton

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