chat.freenode.net #tryton log beginning Wed Sep 17 00:00:01 CEST 2008 | ||
2008-09-17 00:08 <cedk> yangoon: I think it is cia that slow down | ||
2008-09-17 00:08 <yangoon> cia too, but creating new items also is very slow | ||
2008-09-17 00:09 <cedk> yangoon: it is because it sends a message to cia | ||
2008-09-17 00:10 <cedk> yangoon: I need to look if it is possible to have it async | ||
2008-09-17 00:10 <yangoon> cedk: cia seems to have heavy problems, your last push is not yet announced here, neither the recent issues... | ||
2008-09-17 00:11 <yangoon> cedk: does roundup wait for confirmation of cia? | ||
2008-09-17 00:14 <cedk> yangoon: it wait during a timeout | ||
2008-09-17 00:14 <yangoon> cedk: ok, bye and gn8 | ||
2008-09-17 01:06 -!- CIA-52(n=CIA@208.69.182.149) has joined #tryton | ||
2008-09-17 01:11 -!- b52laptop(n=b52lapto@41.249.250.195) has joined #tryton | ||
2008-09-17 05:19 -!- yangoon(n=mathiasb@p549F4876.dip.t-dialin.net) has joined #tryton | ||
2008-09-17 06:46 -!- CIA-52(n=CIA@208.69.182.149) has joined #tryton | ||
2008-09-17 07:37 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton | ||
2008-09-17 08:08 -!- Gedd(n=ged@77.109.115.142) has joined #tryton | ||
2008-09-17 08:52 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton | ||
2008-09-17 08:52 <gadaga> hi | ||
2008-09-17 08:53 <Timitos> gadaga: hi | ||
2008-09-17 08:55 <gadaga> Timitos: hi | ||
2008-09-17 09:32 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2008-09-17 09:52 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton | ||
2008-09-17 10:10 -!- CIA-53(n=CIA@208.69.182.149) has joined #tryton | ||
2008-09-17 10:27 -!- gael_(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton | ||
2008-09-17 10:57 <gadaga> cedk: on the button print in invoice you make verification on tax lines? | ||
2008-09-17 10:59 <cedk> gadaga: when you write it | ||
2008-09-17 11:01 <gadaga> cedk: i have a problem with an "imported" paid invoice, when i want to print it, Tryton says that i can't modify taxes in open, paid or cancel invoice | ||
2008-09-17 11:01 <cedk> gadaga: that is because you taxes are wrong | ||
2008-09-17 11:02 <gadaga> cedk: what is wrong? I have the good amount of taxe line, is it the state of the tax line? | ||
2008-09-17 11:04 <cedk> gadaga: it is the function update_taxes | ||
2008-09-17 11:04 <gadaga> cedk: ok i'll look it | ||
2008-09-17 11:40 <gadaga> cedk: i find my problem, keys are not in computed_taxes in the function, but i can't find the way to resolve my problem | ||
2008-09-17 11:43 <cedk> gadaga: you must put the right code/sign in the taxes | ||
2008-09-17 11:43 <gadaga> cedk: ok i find my Decimal haven't the same rounding... | ||
2008-09-17 11:45 <gadaga> cedk: it's not the rounding.. i'll try code/sign | ||
2008-09-17 11:52 <yangoon> I have a real strange problem with updating old database(s): http://pastebin.com/m22f9a776 | ||
2008-09-17 11:53 <gadaga> yangoon: you have made translation in your old database? | ||
2008-09-17 11:53 <yangoon> gadaga: yes, old = created yesterday | ||
2008-09-17 11:54 <gadaga> yangoon: i have no pb in my old database... you try an -d [databasename] --update=all ? | ||
2008-09-17 11:54 <yangoon> sql log says: ERROR: duplicate key value violates unique constraint "ir_translation_translation_uniq" | ||
2008-09-17 11:55 <yangoon> UPDATE ir_translation SET src = E'Unit', module = E'product' | ||
2008-09-17 11:55 <gadaga> cedk: I resolved my pb | ||
2008-09-17 11:55 <yangoon> if I do it directly on database, it gives me exactly same error | ||
2008-09-17 11:55 <cedk> yangoon: fixed with changeset 4ab7d7616575 | ||
2008-09-17 11:56 <yangoon> cedk: thx, because select * from ir_translation where src = E'Unit' and module = E'product' just returns no record:-s | ||
2008-09-17 11:59 <cedk> yangoon: it was missing a "where id = %s" statement | ||
2008-09-17 11:59 <cedk> yangoon: otherwise it updates all the translation :-) | ||
2008-09-17 12:01 <yangoon> cedk: is the database now corrupt or reset (loosing my last translation chnages)? | ||
2008-09-17 12:01 <cedk> yangoon: no, because we have constraint on translation to prevent those errors | ||
2008-09-17 12:01 <cedk> yangoon: so the transaction have been roolback | ||
2008-09-17 12:01 <yangoon> cedk: puuh:) | ||
2008-09-17 12:11 -!- CIA-54(n=CIA@208.69.182.149) has joined #tryton | ||
2008-09-17 12:22 <gadaga> cedk: i can't install relationship in a new database (trytond rev 2cbacb5e9c76) | ||
2008-09-17 12:22 <gadaga> [Wed Sep 17 12:21:07 2008] ERROR:init:Error while parsing xml file: | ||
2008-09-17 12:22 <gadaga> In tag record: model relationship.country with id af. | ||
2008-09-17 12:24 <Timitos> gadaga: i already put an issue for this on bug tracker | ||
2008-09-17 12:24 <gadaga> Timitos: thx i don't look on the bugtracker | ||
2008-09-17 12:25 <yangoon> cedk: BTW: translation ineed was reset, I lost a bunch of changes I made yesterday evening. I am lucky that I made a backup... | ||
2008-09-17 12:26 <yangoon> cedk: so transaction wasn't rolled back | ||
2008-09-17 13:33 -!- cedk_(n=ced@ced.homedns.org) has joined #tryton | ||
2008-09-17 14:20 -!- rli(n=rli@sednaco19320-gw.clients.easynet.fr) has joined #tryton | ||
2008-09-17 15:35 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2008-09-17 17:40 -!- bechamel(n=user@ced.homedns.org) has joined #tryton | ||
2008-09-17 20:38 -!- b52lap(n=b52lapto@41.249.250.195) has joined #tryton | ||
2008-09-17 20:57 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton | ||
2008-09-17 21:14 <udono> hello anybody there, give me a short introduction how I can introduce a new attribute to the selection widget. I've done it in the selection widget on the client, and the code could work, but the new attribute is not transported to the client. I think I need to change a parser method, but dont know where... | ||
2008-09-17 21:16 <udono> sample follows | ||
2008-09-17 21:31 <udono> sample and anotations: http://paste.pocoo.org/show/85543/ | ||
2008-09-17 21:46 <yangoon> cedk: question to "update translations": is it normal, that local changes are overwritten when updating database with -u? | ||
2008-09-17 22:49 <cedk> yangoon: I think yes, you must update the cvs file to keep the change | ||
2008-09-17 22:50 <cedk> udono: what do you want to pass into the sort attribute ? | ||
2008-09-17 22:52 <cedk> udono: by the way did you test numword for DE ? | ||
2008-09-17 23:18 -!- CIA-52(n=CIA@208.69.182.149) has joined #tryton | ||
2008-09-17 23:44 <yangoon> cedk: yes. it is like that | ||
2008-09-17 23:46 <yangoon> cedk: but I thought, that another time changed values persisted | ||
2008-09-17 23:48 <CIA-52> tryton: matb roundup * #373/Translation: language not filtered correctly: [resolved] problem currently doesn't persist, after last update I only see items of the selected language in "Update translations" So I close the ... |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!