chat.freenode.net #tryton log beginning Mon May 28 00:00:01 CEST 2018 | ||
-!- thaneor(~lenovo3@179.26.104.5) has joined #tryton | 22:08 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 22:20 | |
-!- david(~david@115.231.11.7) has joined #tryton | 02:10 | |
david | hello,Im a tryton newbie .after pip install tryton,there is no .conf under etc folder.what should I do now? /shy | 02:11 |
---|---|---|
david | sos | 02:12 |
david | version 4.8 | 02:14 |
david | wait until someone help me | 02:17 |
david | I heard tryton is easier to use than odoo.but stuck even at the very beginning.really rubbish.i test odoo in 5five minutes from zero.but cant make tryton run in 50 mins even after installation by pip or sourecode.that's tooo baaaaaaaaaad | 02:51 |
-!- yangoon(~mathiasb@i59F4AC11.versanet.de) has joined #tryton | 02:52 | |
-!- smarro(~sebastian@190.105.87.138) has joined #tryton | 03:15 | |
rmu | david: https://trytond.readthedocs.io/en/latest/topics/configuration.html | 04:20 |
rmu | david: just create one | 04:20 |
david | rmu ,thanks | 04:37 |
-!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton | 05:59 | |
-!- vbastos(~vbastos@2001:8003:74b5:2b00:78a2:58a1:8a15:7e24) has joined #tryton | 06:18 | |
-!- jmpoure(~jmpoure@soy95-3-82-237-147-64.fbx.proxad.net) has joined #tryton | 06:19 | |
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | 06:20 | |
vbastos | Seems like py-gobject3 is now pygobject? | 06:24 |
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | 07:00 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 07:01 | |
-!- JanGB(~jan@ipb218ee61.dynamic.kabel-deutschland.de) has joined #tryton | 07:24 | |
-!- JanGB(~jan@ipb218ee61.dynamic.kabel-deutschland.de) has left #tryton | 07:24 | |
-!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton | 07:47 | |
-!- udono(~udono@204-138-067-156.ip-addr.inexio.net) has joined #tryton | 07:49 | |
vbastos | that was an uneducated question. | 07:53 |
david | you mean only geeks can use tryton? | 08:03 |
pokoli | david: don't think so. Indeed you can use tryton without a configuration file as we provide defaults for all configuration values | 08:05 |
david | no ,it's really painful.there are much about permission ,directory,account,,,,its difficult for even a half-geek... | 08:06 |
david | i use odoo only in 5min | 08:06 |
david | there are known scripts | 08:07 |
david | but here,nothing | 08:07 |
david | i cant figure out till now,i use ubuntu for 5yrs | 08:08 |
david | and,its server-client mode is a failure definitely | 08:09 |
david | server-browser is the way | 08:09 |
cedk | david: please help us to improve the situation: http://www.tryton.org/how-to-contribute.html | 08:10 |
cedk | but of course, if you try to apply your Odoo knowledge to Tryton, it will not work | 08:11 |
cedk | you need to follow the documentation: http://doc.tryton.org/4.8/trytond/doc/index.html#first-steps | 08:11 |
david | but i installed by sourcecode ,version is 4.9 now | 08:12 |
cedk | david: it does not seem to be good to discover a software by using the development version | 08:13 |
david | david@Sony-D:~$ tryton | 08:13 |
david | ERROR:tryton.rpc:[Errno -2] Name or service not known | 08:13 |
david | i checked the port 8000 ,trytond is working | 08:15 |
pokoli | david: if you want a easy way to try tryton you can use the docker image: https://hub.docker.com/r/tryton/tryton/ | 08:15 |
david | ok | 08:15 |
david | docker | 08:15 |
cedk | david: what client connection did you use? | 08:16 |
cedk | david: it looks like you are using an hostname that does not exist | 08:16 |
david | yes | 08:16 |
david | i dont config hostname | 08:16 |
david | but i use 127.0.0.1 | 08:17 |
david | in tryton | 08:17 |
david | tryton client 4.9 | 08:17 |
cedk | david: so maybe the server is only listening on IPv6 | 08:19 |
david | david@Sony-D:~$ lsof -i:8000 | 08:20 |
david | COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | 08:20 |
david | trytond 7773 david 3u IPv4 218543 0t0 TCP localhost:8000 (LISTEN) | 08:20 |
-!- Pilou(~Pilou@rogoth.ir5.eu) has joined #tryton | 08:20 | |
-!- Pilou(~Pilou@pdpc/supporter/active/pilou) has joined #tryton | 08:20 | |
david | i dont know what's wrong | 08:20 |
cedk | david: should check if localhost resolve to 127.0.0.1 | 08:21 |
david | ping localhost is ok | 08:21 |
cedk | david: but it does not tell you what IP is used | 08:21 |
cedk | david: also what are exactly the parameters you used for the connection? | 08:22 |
david | in client tryton,after input host 127.0.0.l, databse doesn't auto detect...but in trytond config ,database path has set correctly. | 08:24 |
david | i will add hostname config in trytond.conf | 08:25 |
david | but seems tell me database doesnt exist | 08:26 |
pokoli | david: have you initialized your database with trytond-admin? | 08:28 |
david | yes | 08:29 |
david | have set password | 08:29 |
david | ny that method | 08:29 |
david | by | 08:29 |
pokoli | david: then it should work if you use localhost:8000 as host, the name of your database and admin as user | 08:30 |
pokoli | david: using the password you have set | 08:30 |
david | locathost:8000,database file name,admin | 08:30 |
david | not work out | 08:30 |
cedk | david: first what database backend are you using? | 08:34 |
david | sqlite3 | 08:35 |
david | but when in production,will use mysql | 08:36 |
cedk | david: this is not very good to use on server | 08:36 |
cedk | david: mysql is not supported | 08:36 |
cedk | david: the recommanded database is postgresql | 08:36 |
david | that's not problem ,odoo is postgresql | 08:36 |
cedk | david: what is the error message for "not work out" ? | 08:37 |
cedk | david: what are the logs of the server? | 08:37 |
david | I have purchased odoo enterprise from their partner,but they have no programming ability ,and decide give up ,we have only 20 users,odoo is not a good option,the partner cheat me 9000 us dollar,I'm sueing | 08:39 |
david | i didnt config log folder,the defalut location is in var? | 08:42 |
cedk | david: no, without any configuration the log are output in the stdout | 08:43 |
cedk | david: but you need to run in verbose mode | 08:43 |
david | you developers should send a script for all mainstream linux to auto these work | 08:46 |
david | don't know why,and i will try docker way | 08:47 |
david | i have docker experience | 08:47 |
-!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton | 08:56 | |
-!- JanGB(~jan@nat3.hmt-leipzig.de) has left #tryton | 08:59 | |
david | work now | 09:17 |
david | docker way | 09:17 |
david | thank you guys | 09:18 |
david | im configing module | 09:18 |
-!- vbastos(~vbastos@2001:8003:74b5:2b00:78a2:58a1:8a15:7e24) has joined #tryton | 09:28 | |
-!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton | 09:33 | |
-!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton | 09:35 | |
david | a bit complex...should get a wizard by answering a series questions such as department,workflow,audit sequence, | 09:39 |
pokoli | david: there is such wizard for minimun configuration: Company and Account charts | 09:42 |
pokoli | david: but only if you installed the company and account modules | 09:43 |
david | ok,good clue | 09:43 |
pokoli | david: Tryton is expected to work with default configuration | 09:43 |
david | one of the cons is client mode,it cant change by different users,and wont work on mobile platform(android and ios) | 09:47 |
rmu | david: there is web-client for tryton, sao | 09:48 |
david | found sao | 09:48 |
david | but need install many components | 09:49 |
pokoli | david: if you are using the docker image is installed on it. So just open the server url with your browser to test it | 09:49 |
pokoli | david: may I ask you on which country is your company based? | 09:49 |
-!- irclog(~irclog@moretus.b2ck.com) has joined #tryton | 10:01 | |
pokoli | david: wow, that sounds like a nice project | 10:33 |
-!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton | 10:36 | |
-!- mariomop(~quassel@181.90.159.139) has joined #tryton | 10:56 | |
-!- thaneor(~lenovo3@r186-48-45-4.dialup.adsl.anteldata.net.uy) has joined #tryton | 11:06 | |
-!- mariomop(~quassel@181.90.159.139) has joined #tryton | 11:47 | |
-!- adfeno(~adfeno@179.220.58.104) has joined #tryton | 11:50 | |
-!- smarro(~sebastian@190.105.87.138) has joined #tryton | 12:03 | |
-!- kkkkk(~david@101.66.229.3) has joined #tryton | 13:32 | |
-!- vbastos(~vbastos@2001:8003:74b5:2b00:78a2:58a1:8a15:7e24) has joined #tryton | 13:41 | |
-!- kkkkk(~david@101.66.229.1) has joined #tryton | 14:20 | |
-!- adfeno(~adfeno@179.220.58.104) has joined #tryton | 15:02 | |
-!- jmpoure(~jmpoure@soy95-3-82-237-147-64.fbx.proxad.net) has joined #tryton | 15:09 | |
kkkkk | most online guys are developers of tryton after reading official forum | 15:40 |
kkkkk | lol | 15:40 |
kkkkk | tryton is better than what i expected | 15:41 |
kkkkk | but official site is really geeky ,not language for USERS | 15:41 |
kkkkk | probably ldap3 can be used with windows server domain ? | 15:43 |
cedk | kkkkk: yes ldap_authentication can be used for active directory authentication | 15:45 |
kkkkk | i'm previous david asking for help:) thank you ,cedk,tryton is awesome | 15:46 |
cedk | kkkkk: for the website, the work has started to renew it: https://discuss.tryton.org/t/first-website-template-proposal/506 | 15:49 |
kkkkk | I didnt figure out how to install tryton by pip or sourcecode (python setup.py install).im using tryton by docker,it seems including all modules,that not what i want. | 15:52 |
kkkkk | if I install tryton by :pip install tryton==4.8 trytond==4.8 | 15:53 |
kkkkk | then there is no module | 15:53 |
cedk | kkkkk: each module is a separate package | 15:54 |
-!- csotelo(~csotelo@179.43.97.56) has joined #tryton | 15:54 | |
cedk | kkkkk: they are registered on PyPI with the prefix: trytond_ | 15:54 |
cedk | so for accounting, it is: trytond_account | 15:55 |
csotelo | hi coder, I have been reviewing how to credit an invoice, but credit an invoice is for the whole invoice, is possible to credit just a part of an invoce instead of the whole invoice | 15:55 |
kkkkk | ehmm,I need review all module one by one and decide to install what i need | 15:56 |
kkkkk | cedk is owner of tryton,lol | 15:57 |
cedk | kkkkk: normally we should share the ownership between three core devs, but we still need to review all the modules | 16:00 |
-!- csotelo(~csotelo@179.43.97.56) has joined #tryton | 16:00 | |
csotelo | sorry.. my chat have been restarted.. I have asked "I have been reviewing how to credit an invoice, but credit an invoice is for the whole invoice, is possible to credit just a part of an invoce instead of the whole invoice" | 16:01 |
cedk | csotelo: the workflow is to create the credit note and edit to remove unecessary lines | 16:03 |
cedk | csotelo: but of course you should not check the refund box | 16:03 |
csotelo | I see | 16:03 |
kkkkk | that's not high-frequence scenario | 16:04 |
kkkkk | good night,guys:) | 16:13 |
-!- JanGB(~jan@ipservice-092-217-214-015.092.217.pools.vodafone-ip.de) has joined #tryton | 17:37 | |
-!- thaneor1(~lenovo3@179.26.119.114) has joined #tryton | 19:23 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 20:00 | |
-!- udono1(~udono@204-138-067-156.ip-addr.inexio.net) has joined #tryton | 20:11 | |
-!- jmpoure(~jmpoure@soy95-3-82-237-147-64.fbx.proxad.net) has joined #tryton | 21:35 | |
-!- cdchapman(~perturbed@67-2-31-125.slkc.qwest.net) has joined #tryton | 21:56 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!