IRC logs of #tryton for Tuesday, 2013-01-08

chat.freenode.net #tryton log beginning Tue Jan 8 00:00:01 CET 2013
2013-01-08 00:32 <plantian> Does anyone know the purpose of PoolMeta? Is setting it as __metaclass__ in modules always required when using Pool?
2013-01-08 00:51 <plantian> I think I understand it now, nm.
2013-01-08 00:51 <rmu> plantian: it's kind of a shortcut so you don't have to inherit from Model-classes
2013-01-08 00:54 <plantian> rmu: Okay, the base models part seems inconsistent.
2013-01-08 00:55 <plantian> rmu: Here base classes are used -- http://hg.tryton.org/modules/stock_product_location/file/b8e5502b8bd4/location.py -- but then here they are not used -- http://hg.tryton.org/modules/stock_product_location/file/b8e5502b8bd4/product.py
2013-01-08 00:55 <plantian> I guess it has to do with the original creation of the model versus extending an existing model.
2013-01-08 01:09 <plantian> rmu: Thanks, I did not see that the bases were not needed in certain cases.
2013-01-08 01:18 <shomon> how can I get products to lose transport cost as they are grouped up to make a bigger delivery?
2013-01-08 21:45 <swinchen> Is there any reason that only 3 modules show up when running the first time wizard?
2013-01-08 21:54 <udono> swinchen: yes, the reason is you did not install more modules.
2013-01-08 21:54 <swinchen> udono I installed all the modules actually.
2013-01-08 21:54 <swinchen> At least all the modules arch linux has available.
2013-01-08 21:55 <udono> swinchen: try to start the server with trytond -i all -d <database_name>
2013-01-08 21:57 <swinchen> udono, do I start it normally after running that command?
2013-01-08 21:57 <udono> swinchen: yes. After this the module should be shown in the client.
2013-01-08 21:58 <swinchen> The only modules I have are ir, res, and webdav
2013-01-08 21:58 <udono> swinchen: These modules are delivered with trytond-server
2013-01-08 21:58 <swinchen> hmmm interesting. the modules are installed in python3.3 it looks like trytond is using python 2.x though.
2013-01-08 21:59 <udono> swinchen: ups, this won't work. Tryton is bount to python 2
2013-01-08 22:00 <swinchen> well wtf were the package maintainers thinking. ugh.
2013-01-08 22:08 <swinchen> Does there exist a distribution where triton is well supported?
2013-01-08 22:10 <udono> swinchen: IMHO Debian testing up to Version 2.2.
2013-01-08 22:11 <swinchen> alright, thanks.
2013-01-08 22:13 <udono> swinchen: If you want the actual stable version 2.6 you should use http://code.google.com/p/tryton/wiki/InstallationMercurial
2013-01-08 22:14 <swinchen> Ahh, let me check that out. Does it have modules?
2013-01-08 22:14 <swinchen> That is probably exactly what I want. Thanks!
2013-01-08 22:15 <cedk> swinchen: Gentoo is uptodate with the overlay
2013-01-08 22:18 <Pilou> There is a debian experimental package for Tryton 2.6. I don't know why there is no backport packages.
2013-01-08 22:18 <cedk> swinchen: and OpenBSD is up to 2.4

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