IRC logs of #tryton for Thursday, 2012-04-19

chat.freenode.net #tryton log beginning Thu Apr 19 00:00:01 CEST 2012
2012-04-19 12:21 <mbouv> hello, I'm trying to install NANtic modules (product_kit and stock_kit) but I have some issues. Could anyone help me please ?
2012-04-19 12:33 <cedk> mbouv: the guys from NANtic are not often on irc
2012-04-19 12:33 <cedk> mbouv: but it is always better to explain your issue instead of just asking for help
2012-04-19 12:35 <mbouv> ok. So I've run the setup.py and I have this message : error: Could not find suitable distribution for Requirement.parse('trytond>=2.3,<2.4')
2012-04-19 12:38 <cedk> mbouv: it is because the module is written for the development version, and there is no publish of it
2012-04-19 12:39 <cedk> mbouv: the best way to deal with development version is to fetch the module in the trytond/modules directory and not install it
2012-04-19 12:40 <mbouv> ok i'll do it. Thanks
2012-04-19 13:45 <mbouv> I put my product_kit module in the /usr/local/lib/python2.7/dist-packages/trytond-2.2.2-py2.7.egg/trytond/modules/ directory but it don't seem to work
2012-04-19 13:52 <bechamel> mbouv: you must restart the server
2012-04-19 13:54 <sisalp> mbouv: I don't think your modules are there. make a find or check /home/erp_user
2012-04-19 13:54 <sisalp> or it depends if you followed the doc I sent you ...
2012-04-19 17:22 -!- Mayank(~mayank@122.162.81.193) has left #tryton
2012-04-19 17:23 <jcm> cedk: trying to reproduce the bug I see here with the demo server 2.2
2012-04-19 17:23 <jcm> cedk: I installed analytic_* modules
2012-04-19 17:23 <jcm> cedk: then added a root analytic account
2012-04-19 17:23 <jcm> cedk: when saving a second analytic acocunt, I get 'The field "Parent" on "Analytic Account" is required.'
2012-04-19 17:24 <jcm> cedk: cannot set the parent (grayed field)
2012-04-19 17:24 <shomon> hi, is there a guide to getting tryton running on debian?
2012-04-19 17:24 <shomon> we think it's running, but can't connnect to it
2012-04-19 17:25 <shomon> maybe if we could connect from the terminal on the server or could figure out how to troubleshoot
2012-04-19 17:25 <jcm> shomon: tell us how you installed : from mercurial ? from debian packages ? what tryton version ?
2012-04-19 17:26 <shomon> 2.2
2012-04-19 17:26 <shomon> it couldn't all be installed the same way
2012-04-19 17:26 <shomon> some dependencies via apt
2012-04-19 17:26 <shomon> others via mercurial
2012-04-19 17:27 <shomon> the actual tryton package comes from mercurial
2012-04-19 17:29 <jcm> using hg_nested you can install all nested modules in the same version as server
2012-04-19 17:31 <jcm> shomon: could be the ipv6 pb: do you have in your config file "interface = 0.0.0.0" to listen on ipv4 ?
2012-04-19 17:32 <shomon> just checking
2012-04-19 17:33 <shomon> no it doesn't have anything like that
2012-04-19 17:33 <shomon> I will put one in though...
2012-04-19 17:34 <shomon> is there a way to tell if tryton is connecting to the database?
2012-04-19 17:48 <shomon> ah, I got stuck because the /etc/init.d/tryton file isn't finding the executable
2012-04-19 17:51 <shomon> do you know if there is a version of /etc/init.d/trytond that is already made for debian 3
2012-04-19 17:51 <jcm> 3 = squeeze ?
2012-04-19 17:52 <jcm> I installed by mercurial, my trytond.conf is not in /etc
2012-04-19 17:53 <jcm> shomon: I added the init.d from the debian package
2012-04-19 17:53 <jcm> shomon: some months ago, was http://git.debian-maintainers.org/?p=tryton/tryton-server.git;a=blob_plain;f=debian/tryton-server.init;h=c64da73be3ed0f66759cd874043890d20b7bf943;hb=HEAD
2012-04-19 17:53 <jcm> take the last version and edit it
2012-04-19 17:54 <jcm> you need /etc/default too
2012-04-19 17:55 <jcm> shomon: but first get your trytond working, then automate it with init.d
2012-04-19 18:00 <shomon> yes jcm it's squeeze but with bits and pieces
2012-04-19 18:00 <shomon> ah so if installed via mercurial, the trytond.conf might be elsewhere :)
2012-04-19 18:00 <shomon> sorry, I've been mostly trying to figure out how to open the port in debian
2012-04-19 18:01 <jcm> shomon: you don't need to open any port unless you installed a firewall
2012-04-19 18:01 <shomon> oops jcm - that link won't work for me
2012-04-19 18:01 <shomon> maybe you need a login?
2012-04-19 18:03 <shomon> it's only for maintainers
2012-04-19 18:03 <shomon> well we are getting connection refused
2012-04-19 18:03 <jcm> shomon: search on debian-mainteners.org
2012-04-19 18:03 <shomon> which could also mean it's not running
2012-04-19 18:03 <shomon> very strange, that won't work either
2012-04-19 18:07 <jcm> have a look here rhttp://packages.debian.org/squeeze/tryton-server
2012-04-19 18:19 <shomon> jcm, yes, we tried with 1.6, then 1.8, now 2.2
2012-04-19 18:20 <shomon> it couldn't reimport dumped db copies so we're trying with 2.2
2012-04-19 18:22 <cedk> jcm: fill an issue
2012-04-19 18:26 <shomon> hi, sorry we were chatting here with someone who installed all these things. it may be that he was using the export function in the app, rather than just dumping the db and copying it over a new trytond db
2012-04-19 18:26 <shomon> but another problem in 1.8 and 1.6 was that modules couldn't be removed once installed
2012-04-19 18:26 <shomon> anyway that debian link points to 1.6
2012-04-19 18:29 <jcm> cedk: is analytic_* reported to work in a production somewhere ?
2012-04-19 18:32 <cedk> jcm: don't know
2012-04-19 18:47 <shomon> is it vaguely easy to edit the invoices tryton outputs? we have a local barter currency..
2012-04-19 18:47 <shomon> and it already has it's accounting system
2012-04-19 18:55 <nicoe> shomon: by edit I assume you mean change the odt
2012-04-19 18:55 <nicoe> shomon: in that case you just have to change the invoice.odt file in account_invoice
2012-04-19 18:56 <nicoe> It is a relatorio template http://relatorio.openhex.org/
2012-04-19 18:56 <shomon> nicoe, can I add and remove stuff from the variables?
2012-04-19 18:56 <shomon> ok thanks will look up that!
2012-04-19 20:53 -!- nicolastr(~nicolas@82-212-129-87.teledisnet.be) has left #tryton

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