IRC logs of #tryton for Sunday, 2016-03-27

chat.freenode.net #tryton log beginning Sun Mar 27 00:00:01 CET 2016
2016-03-27 01:52 <cedk> pokoli: why not
2016-03-27 04:02 -!- buxy(~rhertzog@mail.vm.ouaza.com) has joined #tryton
2016-03-27 07:40 -!- frispete_(~frispete@p54A91DDC.dip0.t-ipconnect.de) has joined #tryton
2016-03-27 08:58 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-03-27 09:15 -!- vezza(~vezza_@84.222.112.43) has joined #tryton
2016-03-27 09:19 <vezza> Hi! I'm trying tryton and I'd like to know if there is an italian translation/localisation to import...
2016-03-27 10:18 <cedk> vezza: yes there is but not complete: https://pootle.tryton.org/it_IT/tryton/
2016-03-27 11:27 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-03-27 12:40 <shrox> cedk: I am getting the following error while trying to connect the database I made with tryton http://pastebin.ubuntu.com/15520277/
2016-03-27 12:40 <shrox> cedk: Also, I am unable to use this command trytond -c <config file> -d <database name> --all . It says that --all is unrecognized.
2016-03-27 12:47 -!- nicoe(~nicoe@2a02:a03f:30a9:300:ee55:f9ff:fe7b:f7ac) has joined #tryton
2016-03-27 13:58 <pokoli> shrox: on latest trunk you should use trytond-admin -c <config file> -d <database> --all to update all the modules
2016-03-27 14:02 <shrox> cedk: What does 'trunk' imply?
2016-03-27 14:02 <shrox> pokoli: ^
2016-03-27 14:06 <shrox> pokoli: I did that. It asked me to set an admin password and I set one.
2016-03-27 14:08 <pokoli> shrox: trunk is the latest development code, default branch on mercurial
2016-03-27 14:09 <pokoli> shrox: so you can no access from a trytond server with the admin user and the password you set
2016-03-27 14:10 <shrox> pokoli: It says that mydb.sqlite doesn't exist. Why is it searching for an sqlite database by default
2016-03-27 14:11 <pokoli> shrox: you miss the -c <config_file> option, with the postgresql uri set if you're using postrgresql ;)
2016-03-27 14:11 <pokoli> ACTION is going to eat something
2016-03-27 14:12 <shrox> pokoli: Ah, let me check.
2016-03-27 14:28 <shrox> pokoli: Still not working for me. Also, I try to set up database using the tryton client and it says wrong server password.
2016-03-27 16:33 -!- prayashm(~prayashm@27.49.129.217) has joined #tryton
2016-03-27 16:33 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-03-27 16:56 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-03-27 17:33 -!- awasum(~awasum@195.24.220.16) has joined #tryton
2016-03-27 17:35 -!- smarro(~sebastian@190.14.157.18) has joined #tryton
2016-03-27 17:58 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-03-27 18:03 -!- niki_(~niki@0x3e2c8719.mobile.telia.dk) has joined #tryton
2016-03-27 19:09 -!- prayashm(~prayashm@27.49.129.217) has joined #tryton
2016-03-27 19:09 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-03-27 19:28 -!- prayashm_(~prayashm@27.49.129.217) has joined #tryton
2016-03-27 19:28 -!- prayashm_(~prayashm@27.49.129.217) has left #tryton
2016-03-27 20:36 <shrox> cedk: pokoli: I am unable to resolve the database mydb.sqlite doesn't exist error. I have made a postgresql database and have connect the configuration file while running ./tryton
2016-03-27 20:38 <pokoli> cedk: can you upload you config file to some paste service?
2016-03-27 20:38 <pokoli> shrox: sorry
2016-03-27 20:38 <pokoli> shrox: the error is basically that you are accessing a sqlite backend on the tryton server, and you should use postgressql
2016-03-27 20:39 <shrox> pokoli: Just resolved it!
2016-03-27 20:39 <shrox> pokoli: I really have no idea why it wasn't working the first time.
2016-03-27 20:39 <shrox> pokoli: Stuff like this happens more than once with me.
2016-03-27 20:39 <shrox> pokoli: Was able to login.
2016-03-27 20:40 <shrox> pokoli: Thanks anyway, haha.
2016-03-27 20:42 <pokoli> shrox: this happen to all of us. I'm happy you solved it
2016-03-27 20:45 -!- prayashm(~prayashm@27.49.129.217) has joined #tryton
2016-03-27 20:45 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-03-27 20:48 <shrox> pokoli: I want to make a report so that I can test the format change in invoice.odt from format_currency to format_number
2016-03-27 20:48 <shrox> pokoli: What's the best way to do it?
2016-03-27 20:49 <shrox> pokoli: Can I access a demo of some sort?
2016-03-27 20:58 <shrox> pokoli: Also, if you're aware of this bug codereview.tryton.org/20851002 , can you tell me what exactly cedk meant by more digits than the currency?
2016-03-27 20:59 <shrox> pokoli: How would I decide how many digits?
2016-03-27 21:04 <cedk> shrox: see the definition of unit_price in invoice.py
2016-03-27 21:05 <shrox> cedk: okay
2016-03-27 21:40 <prayashm> cedk: Can I assign issue5366 to me?
2016-03-27 21:40 <shrox> cedk: digits in unit_price is equal to price_digits. But it says price_digits is not a member of account.invoice.line. price_digits = (16, config.getint('product', 'price_decimal', default=4)) in the product module, however.
2016-03-27 21:41 <shrox> cedk: I tried exporting the price_digits definition to invoice.py, but it still says the same thing
2016-03-27 21:41 <shrox> cedk: am I doing something wrong?
2016-03-27 21:58 <shrox> prayashm: There should be no problem in assigning an unassigned issue to yourself.
2016-03-27 22:15 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton

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