IRC logs of #tryton for Tuesday, 2014-09-30

chat.freenode.net #tryton log beginning Tue Sep 30 00:00:02 CEST 2014
2014-09-30 02:58 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-09-30 03:02 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-09-30 03:20 -!- pilou(~pilou@181.204.19.93.rev.sfr.net) has joined #tryton
2014-09-30 03:20 -!- pilou(~pilou@pdpc/supporter/active/pilou) has joined #tryton
2014-09-30 03:38 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-09-30 04:04 -!- plantian(~ian@206-211-209-202.utilitytelephone.net) has joined #tryton
2014-09-30 04:29 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-09-30 06:41 -!- frispete_(~frispete@p54A921AA.dip0.t-ipconnect.de) has joined #tryton
2014-09-30 07:02 -!- yangoon1(~mathiasb@p549F18B9.dip0.t-ipconnect.de) has joined #tryton
2014-09-30 07:30 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-09-30 07:33 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-09-30 07:39 -!- vernichon(~Thunderbi@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton
2014-09-30 08:05 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-09-30 08:06 -!- VaticanCameos(~pritishc@122.177.221.182) has joined #tryton
2014-09-30 08:11 -!- ronaldm(~ronaldm@197.211.216.214) has joined #tryton
2014-09-30 08:32 -!- cedk(~ced@109.89.113.14) has joined #tryton
2014-09-30 08:32 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-09-30 08:34 -!- nicoe(~nicoe@185.117-247-81.adsl-dyn.isp.belgacom.be) has joined #tryton
2014-09-30 08:43 -!- mar(~marius@v100.nfq.lt) has joined #tryton
2014-09-30 09:05 -!- ronaldm(~ronaldm@197.211.216.214) has joined #tryton
2014-09-30 09:07 -!- jeancavallo(~giovanni@bob75-9-88-181-2-176.fbx.proxad.net) has joined #tryton
2014-09-30 09:20 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2014-09-30 09:31 -!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has joined #tryton
2014-09-30 09:32 -!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has joined #tryton
2014-09-30 09:33 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-09-30 09:38 -!- prksh(~prksh@122.177.221.182) has joined #tryton
2014-09-30 09:48 -!- nicoe(~nicoe@185.117-247-81.adsl-dyn.isp.belgacom.be) has joined #tryton
2014-09-30 09:52 -!- munro(~ronaldm@197.211.216.214) has joined #tryton
2014-09-30 10:10 -!- swayf(~swayf@93.104.202.98) has joined #tryton
2014-09-30 10:12 -!- swayf(~swayf@93.104.202.98) has joined #tryton
2014-09-30 10:16 -!- fmo(~fmo@80.146.165.65) has joined #tryton
2014-09-30 10:43 -!- `Reflector`(~pritishc@101.60.137.83) has joined #tryton
2014-09-30 10:44 -!- prksh_(~prksh@101.60.137.83) has joined #tryton
2014-09-30 11:02 -!- corro(~corro@46.22.23.85) has joined #tryton
2014-09-30 11:03 -!- prksh(~prksh@122.177.153.34) has joined #tryton
2014-09-30 11:13 -!- `Reflector`(~pritishc@122.177.153.34) has joined #tryton
2014-09-30 11:16 -!- grasbauer(~jan@dslb-188-106-128-196.188.106.pools.vodafone-ip.de) has joined #tryton
2014-09-30 11:17 <fmo> hello all, I started recently with using tryton.
2014-09-30 11:17 <fmo> I would like to adapt our company header template.
2014-09-30 11:17 <fmo> For that I thought I could use tabs and linefeeds in
2014-09-30 11:17 <fmo> the company report footer to split up the text and place
2014-09-30 11:17 <fmo> it into a 3x3 table inside the template.
2014-09-30 11:17 <fmo> But now I don't know how to assign an array nor how to access
2014-09-30 11:17 <fmo> it directly. My idea was something like:
2014-09-30 11:17 <fmo> myarray = line.split('\t')
2014-09-30 11:17 <fmo> myarray[0]
2014-09-30 11:17 <fmo> But either that is totally wrong or I assigned the placeholders
2014-09-30 11:17 <fmo> in the wrong way.
2014-09-30 11:17 <fmo> Is there anywhere a documentation for adjusting report templates
2014-09-30 11:17 <fmo> in tryton other then this http://doc.tryton.org/3.2/trytond/doc/topics/reports/
2014-09-30 11:17 <fmo> or another document reference that could be helpful for me?
2014-09-30 11:20 -!- ronaldm(~ronaldm@197.211.216.214) has joined #tryton
2014-09-30 11:21 <cedk> fmo: what is line?
2014-09-30 11:22 <fmo> line I get out of this for each="line in company.footer.split('\n')"
2014-09-30 11:22 <fmo> at least that I hoped...
2014-09-30 11:22 <cedk> fmo: you can not do assignation in report
2014-09-30 11:22 <cedk> fmo: so for each column do: line.split('\t')[…]
2014-09-30 11:23 <fmo> can I also do something like: for each="line in company.footer.split('\n').split('\t')[0]" ?
2014-09-30 11:26 <fmo> no maybe for each="line in company.footer.split('\n').split('\t')" and then line[0] ?
2014-09-30 11:28 <cedk> fmo: don't understand, if you do a loop, you don't need to use index
2014-09-30 11:30 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2014-09-30 11:30 <fmo> cedk: well I try to fill a 3x3 table. So I split up the lines '\n' and with the result I can fill the columns when I split it up with tabs. so I thought
2014-09-30 11:31 -!- pritishc__(~pritishc@122.177.246.194) has joined #tryton
2014-09-30 11:32 -!- prksh_(~prksh@122.177.246.194) has joined #tryton
2014-09-30 11:34 <cedk> fmo: list doesn't have split method
2014-09-30 11:34 <cedk> fmo: in that case you must have 2 loops
2014-09-30 11:35 <fmo> ok. I will try
2014-09-30 11:37 <fmo> but how can I define then the column value? my idea was to use the array index but that is not possible so it seems.
2014-09-30 11:37 <fmo> any other way to do that?
2014-09-30 11:40 <cedk> fmo: no need of index with a loop
2014-09-30 11:41 -!- grasbauer(~jan@dslb-188-106-128-196.188.106.pools.vodafone-ip.de) has joined #tryton
2014-09-30 11:42 <fmo> no of course I don't need the index for the loop but I need to find a way to switch after each value to the next column in the table...
2014-09-30 11:45 <cedk> fmo: don't understand, what you describe is a loop
2014-09-30 11:46 <cedk> fmo: take a look at the relatorio example: columns.odt
2014-09-30 11:47 <fmo> difficult to explain it more precisely. OK I will do that. Thanks for your help do far!
2014-09-30 11:53 -!- duesenfranz(~jona@chello213047255061.tirol.surfer.at) has joined #tryton
2014-09-30 11:55 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2014-09-30 11:57 -!- newzen(~newzen@190.199.249.17) has joined #tryton
2014-09-30 11:58 <newzen> hello, is there presik?
2014-09-30 11:58 <newzen> im trying to install his module payroll and have some error
2014-09-30 12:02 <pokoli> newzen: if you paste the error other people can try to join, else we can't do anything
2014-09-30 12:04 <cedk> newzen: also which module are you talking about because there is no payroll module in base
2014-09-30 12:06 <newzen> https://bitbucket.org/presik and the module is https://bitbucket.org/presik/presik_staff_payroll
2014-09-30 12:06 <newzen> is not in the base
2014-09-30 12:11 <newzen> and error is http://pastebin.centos.org/12676/
2014-09-30 12:14 <cedk> newzen: looks like the module is missing a dependency to product module
2014-09-30 12:15 <cedk> newzen: try add product in tryton.cfg
2014-09-30 12:17 <newzen> ok i will try. But have no sense staff have nothing to do with products right?
2014-09-30 12:18 <cedk> newzen: the module use UoM which is part of product module
2014-09-30 12:34 -!- mariomop(~quassel@host141.186-109-109.telecom.net.ar) has joined #tryton
2014-09-30 12:41 -!- grasbauer(~jan@dslb-188-106-128-196.188.106.pools.vodafone-ip.de) has left #tryton
2014-09-30 12:51 <newzen> cedk: working now. Thanks
2014-09-30 12:53 <cedk> newzen: report an issue to the project
2014-09-30 12:57 -!- asoleh(~asoleh@125.161.219.82) has joined #tryton
2014-09-30 13:01 -!- swayf(~swayf@93.104.202.98) has joined #tryton
2014-09-30 13:09 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-09-30 13:31 <prksh> cedk: how to get all the models which contains reference like m2o on some model? Say all the models where party.party is m2o?
2014-09-30 13:34 <pokoli> prksh: you have all the info in ir.model.field model
2014-09-30 13:37 <prksh> pokoli: checking
2014-09-30 13:39 -!- uranus(~uranus@ool-18ba6246.dyn.optonline.net) has joined #tryton
2014-09-30 13:39 -!- uranush(~uranus@ool-18ba6246.dyn.optonline.net) has joined #tryton
2014-09-30 13:40 <prksh> pokoli: you are always a saviour. Thanks :)
2014-09-30 13:41 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-09-30 13:42 <newzen> cedk: have a problem. Installed a server and client with virtualenv but icos id not showing. How to debug/repair this??
2014-09-30 13:42 <newzen> /id/is/
2014-09-30 13:47 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-09-30 13:48 <cedk> newzen: https://bugs.tryton.org/issue4102
2014-09-30 13:53 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2014-09-30 14:18 -!- grasbauer(~jan@business-178-015-079-061.static.arcor-ip.net) has joined #tryton
2014-09-30 14:21 <newzen> cedk: after applied
2014-09-30 14:22 <newzen> cedk: after applied suggested pach im steel not seeing icons
2014-09-30 14:23 <cedk> newzen: then maybe you don't have support of svg in GTK
2014-09-30 14:28 <newzen> cedk: no svg support, was the problem thanks again
2014-09-30 14:34 -!- asoleh(~asoleh@125.161.219.82) has joined #tryton
2014-09-30 14:52 -!- ronaldm(~ronaldm@197.211.216.214) has joined #tryton
2014-09-30 15:08 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-09-30 15:17 -!- Streward(~quassel@85.183.31.24) has joined #tryton
2014-09-30 15:27 -!- uranush(~uranus@ool-18ba6246.dyn.optonline.net) has joined #tryton
2014-09-30 15:27 -!- uranus(~uranus@ool-18ba6246.dyn.optonline.net) has joined #tryton
2014-09-30 15:33 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-09-30 15:43 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-09-30 15:56 -!- TheCowboy`(~TheCowboy@wsip-98-191-208-111.dc.dc.cox.net) has joined #tryton
2014-09-30 16:44 -!- jvblasco(~seba@62.43.196.37.static.user.ono.com) has joined #tryton
2014-09-30 16:46 -!- rvnovaes(~roberto@177.19.245.134) has joined #tryton
2014-09-30 16:48 -!- Guest30541(~gregor@chello062178098236.5.12.vie.surfer.at) has joined #tryton
2014-09-30 16:49 <Guest30541> is it allowed in a transaction to create a new Pool for a different tryton database and work with this foreign pool? What I want is: in the create_move method of an invoice I want to create a copy of the invoice in another tryton db. What is the best way to do this?
2014-09-30 16:52 <cedk> Guest30541: no
2014-09-30 16:53 <cedk> Guest30541: you must create a protocol to communicate between both instance
2014-09-30 16:53 <cedk> Guest30541: I suggest you to follow EDI
2014-09-30 16:55 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-09-30 17:08 <cedk> Guest30541: you can also use celery-tryton to manage messages: https://code.google.com/p/celery-tryton/
2014-09-30 17:28 -!- mariomop(~quassel@host67.190-136-195.telecom.net.ar) has joined #tryton
2014-09-30 17:31 <Guest30541> ok thank you. edi would be good, but seems to be to complex for my little needs. i think of calling a script for the foreign db in a seperate process and communicating with a pipe and json. probably slow. ihave to look into celery. thank you for the tip.
2014-09-30 17:40 <grasbauer> cedk: by the way - I talked with somebody who works in a company which has good knowledge in edifact - should I ask them to do a talk at the unconference about their experiences?
2014-09-30 17:40 <cedk> Guest30541: indeed we are looking to get a generic message processing inside Tryton
2014-09-30 17:40 <cedk> Guest30541: so if you can help on this topic
2014-09-30 17:40 <cedk> grasbauer: why not
2014-09-30 17:45 <grasbauer> cedk: will ask - could be interesting because they are doing this in health care (clearing between doctors and health insurance)
2014-09-30 17:49 <grasbauer> cedk: I have a request from a person that will pay the donation directly - do we use the foundation account for the unconference as well?
2014-09-30 17:51 <cedk> grasbauer: yes
2014-09-30 17:51 <cedk> grasbauer: it is a Foundation event
2014-09-30 17:51 <grasbauer> cedk: ok
2014-09-30 18:02 -!- Telesight(~anthony@77-175-159-159.FTTH.ispfabriek.nl) has joined #tryton
2014-09-30 18:07 <Guest30541> cedk: I think I can not help much with this generic topic since I am a beginner in tryton, but I can publish the source of my little solution when I have done it.
2014-09-30 18:08 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2014-09-30 18:12 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2014-09-30 18:43 -!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has left #tryton
2014-09-30 18:53 -!- swayf(~swayf@93.104.202.98) has joined #tryton
2014-09-30 19:15 -!- uranus(~uranus@ool-18ba6246.dyn.optonline.net) has joined #tryton
2014-09-30 19:15 -!- uranush(~uranus@ool-18ba6246.dyn.optonline.net) has joined #tryton
2014-09-30 19:25 -!- Fabyc(b5d3f63a@gateway/web/freenode/ip.181.211.246.58) has joined #tryton
2014-09-30 20:19 -!- swayf(~swayf@ipbcc17c06.dynamic.kabel-deutschland.de) has joined #tryton
2014-09-30 21:01 -!- rpit(~ralf@dslb-088-071-185-113.088.071.pools.vodafone-ip.de) has joined #tryton
2014-09-30 21:12 -!- prksh(~prksh@180.188.248.253) has joined #tryton
2014-09-30 21:21 -!- rhowe(~rhowe@87-127-165-237.static.enta.net) has joined #tryton
2014-09-30 21:52 -!- prksh(~prksh@180.188.248.225) has joined #tryton
2014-09-30 22:02 -!- sharoonthomas(~sharoonth@122.177.2.12) has joined #tryton
2014-10-01 00:00 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton

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