chat.freenode.net #tryton log beginning Mon Jan 25 12:00:01 AM CET 2021 | ||
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 00:17 | |
-!- kwmiebach(sid16855@gateway/web/irccloud.com/x-iuysjtuqtvpbixkg) has joined #tryton | 00:20 | |
-!- alidipatrick(~alidipatr@41.207.57.235) has joined #tryton | 01:49 | |
-!- srgdts(~srgdts@unaffiliated/srgdts) has joined #tryton | 02:01 | |
-!- srgdts_(~srgdts@unaffiliated/srgdts) has joined #tryton | 02:59 | |
-!- mrichez(~Maxime@2a02:a03f:c2e8:f900:ed77:85ea:af2b:ba6e) has joined #tryton | 06:20 | |
-!- Timitos(~kpreisler@2001:a61:578:ee01:762b:62ff:fe84:ed7e) has joined #tryton | 06:35 | |
-!- Timitos(~kpreisler@2001:a61:578:ee01:762b:62ff:fe84:ed7e) has left #tryton | 06:36 | |
-!- thaneor(~ldlc6@r167-61-179-66.dialup.adsl.anteldata.net.uy) has joined #tryton | 06:49 | |
-!- thaneor2(~acer8@r167-61-179-66.dialup.adsl.anteldata.net.uy) has joined #tryton | 06:50 | |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 07:03 | |
-!- rpit(~rpit@p4ffb7e69.dip0.t-ipconnect.de) has joined #tryton | 08:02 | |
-!- rpit(~rpit@p200300c88f4cbb00cea2955fb3b32f1a.dip0.t-ipconnect.de) has joined #tryton | 08:07 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 08:21 | |
-!- rpit(~rpit@p200300c88f4cbb00cea2955fb3b32f1a.dip0.t-ipconnect.de) has joined #tryton | 08:39 | |
-!- irclog(~irclog@moretus.b2ck.com) has joined #tryton | 08:59 | |
-!- mariomop(~quassel@190.183.192.65) has joined #tryton | 10:53 | |
-!- mniip(~mniip@freenode/staff/mniip) has joined #tryton | 11:26 | |
-!- udono(~udono@091-057-210-188.ip-addr.inexio.net) has joined #tryton | 12:20 | |
-!- buxy_bak(~rhertzog@helios.freexian.com) has left #tryton | 12:31 | |
-!- buxy(~rhertzog@helios.freexian.com) has joined #tryton | 12:31 | |
-!- lucascastro(~lucascast@177-185-139-41.dynamic.isotelco.net.br) has joined #tryton | 12:41 | |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 13:02 | |
-!- alidipatrick(~alidipatr@154.126.112.34) has joined #tryton | 13:35 | |
sisalp | hello, someone experiments a "KeyError: 'ir.configuration'" at login time, but nothing in server log | 13:52 |
---|---|---|
sisalp | Any idea ? It happens with both sao and gtk at this step : | 13:59 |
sisalp | File "/trytond/modules/__init__.py", line 403, in _load_modules | 13:59 |
sisalp | Configuration = pool.get('ir.configuration') | 13:59 |
sisalp | File "/trytond/pool.py", line 187, in get | 13:59 |
sisalp | return self._pool[self.database_name][type][name] | 13:59 |
sisalp | trytond is 5.8 | 14:00 |
sisalp | the user tried to install braintree and Vue StoreFront modules before, but I had to fix braintree and elasticsearch missing dependencies. | 14:02 |
sisalp | Then login is failing | 14:02 |
pokoli | sisalp: did you restart the server? | 14:03 |
sisalp | pokoli: yes I did, and replayed sao setup. | 14:03 |
sisalp | pokoli: cjrv.w199.tryton-online.fr | 14:04 |
sisalp | http://... | 14:04 |
pokoli | sisalp: seems something wrong at database setup | 14:05 |
sisalp | pokoli : mistake in db or mistake in conf file ? | 14:05 |
pokoli | sisalp: mistake on the pool init becaue it fails when getting the first model from there | 14:06 |
sisalp | pokoli: you mean db is broken ? | 14:06 |
sisalp | pokoli, the problem happens whatever I put in the login field | 14:07 |
-!- alidipatrick(~alidipatr@197.149.37.202) has joined #tryton | 14:07 | |
sisalp | pokoli: I get only this in log : 31999 140576356419328 [2021-01-25 14:07:10,337] INFO trytond.modules all modules loaded | 14:09 |
pokoli | sisalp: My guess is that the modules are still in "to be activated" on the database | 14:09 |
pokoli | sisalp: so the pool can not be initialized | 14:09 |
sisalp | pokoli: it makes sens, since activation failed | 14:10 |
sisalp | pokoli: should I patch the db somewhere ? | 14:12 |
pokoli | sisalp: you should launch trytond-admin to activate the braintree and vsf modules and then restart the server | 14:12 |
pokoli | sisalp: or if you do not want to install them just mark then to not activate | 14:13 |
sisalp | pokoli: is it -u to activate a module ? | 14:14 |
pokoli | sisalp: yes, it is to activate and also to upgrade | 14:16 |
sisalp | pokoli : magic ! | 14:23 |
udono | sisalp: hi, additionally you can add --activate-dependencies | 14:24 |
sisalp | udono: in which case can it be useful ? does it mean to activate also required trytond modules ? | 14:31 |
udono | sisalp: yes | 14:34 |
udono | sisalp: if you say -u party on a blank database, --activate-dependencies will also install country without request. | 14:35 |
mrichez | hi need some help with proteus. I have a small script which create products from a database. It's still working except to create variant code... Small part of the working code which was working: https://pastebin.com/d0djstVC | 14:59 |
mrichez | What am i doing wrong ? | 14:59 |
mrichez | hum, code is readonly in product model... | 15:04 |
mrichez | how do i proceed to create a template (name) with a variant (code)? | 15:15 |
cedk | mrichez: you fill the suffix_code | 15:16 |
mrichez | cedk: just saw that in database. Thanks! | 15:16 |
-!- LordVan_(~LordVAn@gentoo/developer/LordVan) has joined #tryton | 17:56 | |
-!- lucascastro(~lucascast@177-185-131-162.corp.isotelco.net.br) has joined #tryton | 18:22 | |
-!- thaneor1(~acer8@r167-61-40-149.dialup.adsl.anteldata.net.uy) has joined #tryton | 18:51 | |
-!- thaneor3(~ldlc6@r167-61-40-149.dialup.adsl.anteldata.net.uy) has joined #tryton | 18:52 | |
-!- mariomop(~quassel@190.188.44.185) has joined #tryton | 18:59 | |
-!- lucascastro(~lucascast@177-185-139-41.dynamic.isotelco.net.br) has joined #tryton | 19:21 | |
-!- kwmiebach(sid16855@gateway/web/irccloud.com/x-yyghpdqpbwdnibmh) has joined #tryton | 21:37 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!