IRC logs of #tryton for Monday, 2013-11-25

chat.freenode.net #tryton log beginning Mon Nov 25 00:00:02 CET 2013
2013-11-25 16:10 <version32> Is there a link available for a how-to to upgrade from 2.8 to 3.0 ?
2013-11-25 16:10 <version32> Is there a link available for a how-to to upgrade from 2.8 to 3.0
2013-11-25 16:12 <Pilou> there is a general wiki page: http://code.google.com/p/tryton/wiki/NotesOnUpgrade
2013-11-25 16:20 <zodman> version32: downgrade it is not supported automatic.
2013-11-25 16:28 <version32> zodman: do I do this on the server?
2013-11-25 16:30 <version32> migration is fully supported, but I have no idea where to start (http://www.tryton.org/posts/new-tryton-release-30.html)
2013-11-25 17:01 <giedrius> version32: just run: trytond -u all -d <your database name>
2013-11-25 17:30 <javivf> hi
2013-11-25 18:03 <rmu> hmm. I just noticed that it is not possible to minimize the tryton client if it is maximized. is this just me?
2013-11-25 18:05 <pokoli> rmu: just done it on linux, no problem for me
2013-11-25 18:10 <rmu> i'm on linux, kde 4.11, didn't notice this with the 2.4 client
2013-11-25 18:11 <version32> using pip to install 3.0. Is there any way to get all modules at once?
2013-11-25 20:32 <martinguzman> I'm trying to compute two quantities of the same product to two different dates.. This is what I'm doing: http://pastebin.com/X57sMYiR, but does not seems to work. If I do only one of them it works as it should... How can I do it?
2013-11-25 21:04 <cedk> martinguzman: context is stored on instance so you have to instanciate twice
2013-11-25 21:08 <martinguzman> cedk: thanks! That worked for me! :)
2013-11-25 22:54 <version32> Is there a way to get standard reports as pdf, without requiring LibreOffice/OpenOffice?
2013-11-25 22:57 <cedk> version32: not without using unoconv
2013-11-25 23:01 <cedk> version32: but you can use any Python library in your custom Report to generate whatever format you want
2013-11-25 23:01 <version32> cedk: sounds good.
2013-11-25 23:03 <cedk> version32: but you will have to manage translation yourself
2013-11-25 23:05 <version32> cedk: is anyone writing a book about tryton?
2013-11-25 23:22 <version32> Is there a minimum dataset when trying to import parties from csv file?
2013-11-25 23:22 <cedk> version32: the fields that are required
2013-11-25 23:24 <maria_> hi! can someone helps me? I'd need to know if i can use variables in a relatorio template or breaks a for loop... I'm looking for a sample or a little documentation, I'm trying to use "with" directive but I get errors and I'm not sure that if it is possible to use
2013-11-25 23:28 <cedk> maria_: we decided to only port template action of Genshi in relatorio
2013-11-25 23:29 <cedk> maria_: here are the directives: https://code.google.com/p/python-relatorio/source/browse/relatorio/templates/opendocument.py#68
2013-11-25 23:31 <maria_> ok thanks cedk, I'll see it now!
2013-11-25 23:32 <cedk> maria_: for complex stuffs, it is better to define method on the Report
2013-11-25 23:36 <maria_> actually, I think that is a simple task, but I need to define a variable ... and although I try to use with directive, I get errors... but if I don't achieve to use variable I'll try other methods
2013-11-25 23:43 <version32> still trying to import parties from csv
2013-11-25 23:54 <maria_> sorry for disturb, but, if i do: "<with="pr='111'><pr></with>" I get errors, but if I put: <$pr> too... and I'm not sure why it could be... :$

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