IRC logs of #tryton for Tuesday, 2014-01-21

chat.freenode.net #tryton log beginning Tue Jan 21 00:00:01 CET 2014
2014-01-21 09:01 <jvblasco> morning everyone
2014-01-21 09:08 <Laura87> Good morning ! :)
2014-01-21 09:08 <Laura87> how are you doing ladies and gentlemen?
2014-01-21 09:40 <Laura87> hello pokoli how are you?
2014-01-21 09:41 <Laura87> <jvblasco> Laura87: And u have nereid which allows u to create webs using tryton as a backend. It's developed on top of flask for the web functionality
2014-01-21 09:42 <Laura87> where should i get nereid for tryton from?
2014-01-21 09:42 <Laura87> i just found the nereid store demo
2014-01-21 09:42 <pokoli> Hello Laura87, I'm amb fine and you?
2014-01-21 09:42 <pokoli> Laura87: https://github.com/openlabs/nereid
2014-01-21 09:43 <Laura87> i am so and so
2014-01-21 09:43 <Laura87> thanks pokoli.. i don't find tryton to be so easy
2014-01-21 09:43 <Laura87> i thought there were some docs about installing and configuring custom fields
2014-01-21 09:43 <Laura87> and webUI
2014-01-21 09:43 <Laura87> i will have 5 people sharing the database
2014-01-21 09:44 <Laura87> (products and inventory)
2014-01-21 09:44 <pokoli> Laura87: for custom fields you should develop a custom module
2014-01-21 09:45 <pokoli> Laura87: webUi is still in development but you can get some notes (in spanish) on http://www.tryton-erp.es/posts/puesta-en-marcha-cliente-web-tryton-sao.html
2014-01-21 09:46 <sharoonthomas> Laura87: feel free to ping if you have questions on nereid.. happy to help
2014-01-21 09:50 <Laura87> pokoli what's the right way to share the database with 5 people?
2014-01-21 09:50 <Laura87> sharoonthomas hello, thanks :)
2014-01-21 09:51 <pokoli> Laura87: just make the server accessible for the 5 users, and create a user for each people
2014-01-21 09:52 <pokoli> Laura87: so if all the 5 people is in the same local LAN you can use a local server, if they are spread on the world you can install your tryton server on the cloud
2014-01-21 09:55 <Laura87> pokoli we will be working on our LAN
2014-01-21 09:56 <Laura87> it is not clear to me wheter the 5 users will have to use a web UI or will have to install tryton .exe client
2014-01-21 10:01 <pokoli> Laura87: i will remocmend you tryton client as web is not finished. It's usable but not finished.
2014-01-21 10:02 <Laura87> ok
2014-01-21 10:13 <Laura87> so pokoli i now need to import my CSV database, which has custom fields like: lenght (mm), lenght (in), diameter (mm), diameter (in), description, client, etc..
2014-01-21 10:14 <Laura87> you said i have to create a custom module, should i?
2014-01-21 10:17 <jvblasco> yeah
2014-01-21 10:17 <jvblasco> Laura87: u need to create a module to make the product template / product model fit your needs
2014-01-21 10:18 <jvblasco> Laura87: once done with the module, i would use proteus for the import
2014-01-21 10:18 <Laura87> jvblasco thanks
2014-01-21 10:19 <Laura87> jvblasco where can learn to build module
2014-01-21 10:19 <jvblasco> Laura87: http://code.google.com/p/tryton/wiki/HelloWorld
2014-01-21 10:20 <jvblasco> Laura: that combined with http://doc.tryton.org/3.0/trytond/doc/ref/models/fields.html#ref-models-fields
2014-01-21 10:20 <jvblasco> Laura87: should do the trick
2014-01-21 10:22 <nicoe> Laura87: I have the impression that your custom fields would better fit the product_attribute module where you can specify usefull information about products in a dictionary like structure
2014-01-21 10:25 <sharoonthomas> Laura87: also there is this elaborate hello world if you want to learn to build a module: http://tryton-documentation.readthedocs.org/en/latest/developer_guide/getting_started.html
2014-01-21 10:30 <pokoli> Laura87: you can have a look at the product_measurements module, maybe it's usefull for you :)
2014-01-21 12:02 <Laura87> dear jvblasco pokoli nicoe sharoonthomas thank you all. i will have a look at your links and try to develop my erp
2014-01-21 12:02 <Laura87> what a pity there is not an official "stable" user-friendly WebUI
2014-01-21 12:18 <jvblasco> Laura87: It's nice to have one, but they usually aren't very usable
2014-01-21 12:19 <jvblasco> Laura87: Key shortcuts and working without geting your hands out of the keyboard is usually more efficient.
2014-01-21 12:19 <jvblasco> Laura87: And if u need something to be mobile, u have nereid
2014-01-21 12:22 <Laura87> ok
2014-01-21 12:22 <Laura87> have got to reboot now
2014-01-21 12:23 <Laura87> talk to you later
2014-01-21 12:23 <Laura87> thanks
2014-01-21 12:25 <cedk> jvblasco: nereid is not a client
2014-01-21 12:38 <jvblasco> cedk: i know, but it's a module that can be used for creating a web interface (custom client) for some module or whatever u need.
2014-01-21 12:39 <jvblasco> also i discovered in the tuc, credits to sharoon here, that nereid can be used to easily create restful APIs for tryton
2014-01-21 12:44 <cedk> jvblasco: tryton has already json-rpc
2014-01-21 12:49 <jvblasco> cedk: and it's what i used so far :)
2014-01-21 13:11 <sharoonthomas> can someone give me the name of a module which uses trytond_account_invoice_line_standalone ?
2014-01-21 13:12 <Laura87> excuse me for my arrogant question:
2014-01-21 13:12 <Laura87> which are the differences between tryton and Adempiere ?
2014-01-21 13:13 <cedk> Laura87: I don't know if anyone here knows Adempiere enough to provide such comparison
2014-01-21 13:15 <cedk> Laura87: by the way, for which topic are you looking?
2014-01-21 13:17 <maxwell> Hi everyone, I'm trying to insall tryton server 3 version on ubuntu server
2014-01-21 13:17 <maxwell> but I get python error – ImportError: cannot import name Table
2014-01-21 13:18 <jeancavallo> Laura87: Adempiere is Java
2014-01-21 13:19 <Laura87> jeancavallo what do you mean by that?
2014-01-21 13:20 <Laura87> is that bad ? haha
2014-01-21 13:20 <jeancavallo> Laura87: And its latest release looks rather old (2011)
2014-01-21 13:20 <jeancavallo> Laura87: yes it is ! :)
2014-01-21 13:21 <jeancavallo> Laura87: But cedk is right, I do not know if anyone here has a real experience with it
2014-01-21 13:23 <Laura87> ok :)
2014-01-21 13:33 <maxwell> gogole chrome crashed
2014-01-21 13:33 <maxwell> does anyone answered me?
2014-01-21 13:34 <corro> maxwell: yes, on the mailing list
2014-01-21 13:36 <maxwell> thx a lot
2014-01-21 16:11 -!- strebitz(~sebastian@91.183.59.105) has left #tryton
2014-01-21 20:07 <thegp> hi, I' am currently trying to install and configure trytond on ubuntu, and I can't seem to connect to it
2014-01-21 20:07 <thegp> scanning the host with nmap also doesn'T show any open ports for the client to connect to
2014-01-21 20:08 <thegp> I followed the documentation and have set up a user named tryton for the postgresqldb
2014-01-21 20:11 <pokoli> thegp: you're using the default trytond.conf?
2014-01-21 20:12 <pokoli> thegp: as the default config listens only on localhost
2014-01-21 20:12 <thegp> so I need to whitelist client IPs?
2014-01-21 20:13 <pokoli> thegp: no, you have to change the ip to listen. You can use *:8000 to listen on all ips, so it can be accessible from other hosts
2014-01-21 20:13 <thegp> alright, I'll try that
2014-01-21 20:16 <thegp> hm, with that it doesn't restart
2014-01-21 20:16 <thegp> interface = *:8000
2014-01-21 20:16 <thegp> like this?
2014-01-21 20:16 <thegp> and /etc/init.d/tryton-server start
2014-01-21 20:36 <pokoli> thegp: jsonrpc = *:8000
2014-01-21 20:37 <pokoli> thegp: you can get the default configuration file from http://hg.tryton.org/trytond/file/8d3e9acd35b3/etc/trytond.conf
2014-01-21 20:37 <pokoli> thegp: so in this file you must change line 6 to jsonrpc = *:8000
2014-01-21 20:50 <thegp> hm, in my conf file the default enabled wat netrpc, not jsonrpc
2014-01-21 20:50 <thegp> *was
2014-01-21 20:53 <thegp> hm, ok, so this changed the error message I get
2014-01-21 20:54 <thegp> it tells me incompatible version of the server, but i have 1.6.1 running on both (checked with --version)
2014-01-21 20:54 <thegp> by the way, is there a good documentation somewhere so I could RTFM?
2014-01-21 20:55 <thegp> tryton.org is a bit lacking, especialy in explaining the conf
2014-01-21 20:57 <pokoli> thegp: you can use the same patern for netrpc
2014-01-21 20:57 <pokoli> thegp: i'm not sure jsonrpc exist in 1.6, we are on 3.0
2014-01-21 20:58 <yangoon> thegp: 1.6 is really outdated, better use some PPA from https://launchpad.net/~rayanayar
2014-01-21 20:58 <pokoli> thegp: an 1.6 is not anymore supported, so i wouldrecomend you updating :)
2014-01-21 20:59 <thegp> ah the joy of ubuntu repos
2014-01-21 21:54 -!- vcardon(~vcardon@LNeuilly-152-23-15-185.w193-252.abo.wanadoo.fr) has left #tryton
2014-01-21 23:54 <b0r7> hi all; in trytond/modules/sale/sale.xml (line 109 for trytond 2.8) are two ids for 'act_sale_form_view' (act_sale_form_view1 and act_sale_form_view2), why is that? because the model 'ir.action.act_window.view' is used twice? because of the domains or the 'nested' sale_line_form.xml' ? or else?
2014-01-21 23:55 <cedk> b0r7: just because there are two views
2014-01-21 23:57 <b0r7> but there is only the one 'rendered' i'm seeing the one with the different domains etc.. and the sale lines.. etc..?
2014-01-21 23:58 <cedk> b0r7: no there are two views a form and a list

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