IRC logs of #tryton for Friday, 2008-08-22

chat.freenode.net #tryton log beginning Fri Aug 22 00:00:01 CEST 2008
2008-08-22 01:22 -!- ChanServ(ChanServ@services.) has joined #tryton
2008-08-22 01:22 -!- CIA-56(i=cia@208.69.182.149) has joined #tryton
2008-08-22 01:22 -!- markusleist(n=markus@n4-82.dsl.vianetworks.de) has joined #tryton
2008-08-22 01:22 -!- yangoon(n=mathiasb@p549F7E19.dip.t-dialin.net) has joined #tryton
2008-08-22 01:22 -!- ansxx(i=nil@motocultabl.eu) has joined #tryton
2008-08-22 01:22 -!- FWiesing(n=Wiesinge@194.208.185.12) has joined #tryton
2008-08-22 02:00 -!- bch(n=bch@tycho.b2ck.com) has joined #tryton
2008-08-22 05:20 -!- yangoon(n=mathiasb@p549F4A2B.dip.t-dialin.net) has joined #tryton
2008-08-22 07:59 -!- Gedd(n=ged@77.109.114.207) has joined #tryton
2008-08-22 08:06 -!- udono(n=udono@dynamic-unidsl-85-197-22-110.westend.de) has joined #tryton
2008-08-22 08:33 -!- leyoda(n=leyoda@pic33-1-87-88-179-8.dsl.club-internet.fr) has joined #tryton
2008-08-22 08:34 <leyoda> hi everybody ;-)
2008-08-22 08:37 <CIA-56> tryton: udono roundup * #270/ProgrammingError: column "code_length" does not exist: [new] Can't login into database. 2008-08-22 08:35:50,607 ERROR Exception in call: Traceback (most recent call last): File "/home/uspallek/works ...
2008-08-22 08:37 <udono> hi leyoda
2008-08-22 08:44 <CIA-56> tryton: udono roundup * #270/ProgrammingError: column "code_length" does not exist: [chatting] u=all or u=relationship doesn't help
2008-08-22 08:47 <CIA-56> tryton: udono roundup * #271/AttributeError: 'list' object has no attribute 'split': [new] This error comes seldom but sometimes on login since today. Connection and Database lists are empty. After close the loginbox and CTRL-O eve ...
2008-08-22 08:56 <CIA-56> tryton: udono roundup * #270/ProgrammingError: column "code_length" does not exist: This helps via in psql: ALTER TABLE relationship_party ADD column code_length integer not null default 0
2008-08-22 09:11 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-08-22 09:15 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-08-22 09:29 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton
2008-08-22 09:48 <CIA-56> tryton: udono roundup * #266/Speed encoding improvements on invoice-lines: [chatting] Great, this works fine if the cursor is on type=line. But when the cursor is on a line==comment or line==title then the new line will b ...
2008-08-22 09:49 <CIA-56> tryton: udono roundup * #272/Improvement of invoice encoding: [new] 1. Another thing is about the cursor. It stay at the same line after inserting a new line. Better could be if the cursor move one line forwa ...
2008-08-22 10:01 <CIA-56> tryton: ced roundup * #266/Speed encoding improvements on invoice-lines: On 22/08/08 09:48 +0200, Udono wrote: > > Udono <udono@gmx.net> added the comment: > > Great, this works fine if the cursor is on type=line. > B ...
2008-08-22 10:03 <CIA-56> tryton: ced roundup * #270/ProgrammingError: column "code_length" does not exist: Can you put the output of the update ? Because this is not normal that the update don't create the fields.
2008-08-22 10:07 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 677:5db5ddcf2b9c tryton/tryton/gui/window/form.py: Clean the state message when key pressed on form
2008-08-22 10:07 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 678:ccbce5709bc3 tryton/tryton/common/common.py: Use duck typing for version for issue271
2008-08-22 10:07 <CIA-56> tryton: ced roundup * #271/AttributeError: 'list' object has no attribute 'split': [resolved] Fix with changeset ccbce5709bc3
2008-08-22 10:07 <CIA-56> tryton: udono roundup * #270/ProgrammingError: column "code_length" does not exist: Sorry, forgot to set console line history to infinite... its lost... But I remember that I analyzed it and haven't found any problems... Maybe it ...
2008-08-22 10:34 <CIA-56> tryton: uspallek@Lisa.dsl default * 679:6e4ecd6e18ab tryton/tryton/ (2 files in 2 dirs): Some typos
2008-08-22 10:44 <CIA-56> tryton: udono roundup * #266/Speed encoding improvements on invoice-lines: Sorry, its not a feature request, its a bug...
2008-08-22 10:58 -!- b52laptop(n=b52lapto@41.249.250.195) has joined #tryton
2008-08-22 11:01 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 680:14014664b903 tryton/tryton/gui/window/view_form/view/form_gtk/one2many.py: Set cursor to the new record when inserting in one2many for issue272
2008-08-22 11:02 <CIA-56> tryton: ced roundup * #272/Improvement of invoice encoding: [in-progress] Focus fixed with the changeset 14014664b903
2008-08-22 11:03 <CIA-56> tryton: ced roundup * #272/Improvement of invoice encoding: [resolved] For 2, you can simply modify the view to put the cursor by default on the type field instead of product.
2008-08-22 11:06 <CIA-56> tryton: ced roundup * #266/Speed encoding improvements on invoice-lines: [resolved] I don't understand why for comment and title you want an other behavior. For me it is wrong to have different behavior for this, becaus ...
2008-08-22 11:07 <CIA-56> tryton: ced roundup * #230/res = self.cursor.execute(sql): [resolved] 20 days without news, I close the issue. Re-open it if there is still issue.
2008-08-22 11:20 <udono> What about the email conection in Tryton? Can Tryton email?
2008-08-22 11:21 <leyoda> udono: probably yes if you do the configuration in tryton.conf
2008-08-22 11:21 <udono> leyoda: do you test it?
2008-08-22 11:22 <leyoda> udono: but I don't know if it work ith a TLS mail server authentification I must test
2008-08-22 11:27 <cedk> udono: there is tools/misc.py some functions that we don't yet use to send email
2008-08-22 11:27 <cedk> udono: it uses http://docs.python.org/lib/module-smtplib.html
2008-08-22 11:28 <cedk> udono: they can surely be optimized
2008-08-22 11:31 <udono> cedk: I just ask, because timitos, unwired and me have some improvements and many good ideas to the tiny email parser. Maybe a wiki page worth for planning?
2008-08-22 11:32 <cedk> udono: he yes, or perhaps just use the google groups
2008-08-22 11:32 <cedk> udono: for discussion and after open issue in roundup
2008-08-22 11:36 <udono> cedk ok, but why not diskuss here in the chat, and then open the issue? Maybe in one or two weeks?
2008-08-22 11:37 <cedk> udono: it is the same, irc is faster but not everybody is on
2008-08-22 11:37 <cedk> udono: and mailing list is slow but every body can read it
2008-08-22 12:46 <CIA-56> tryton: udono roundup * #266/Speed encoding improvements on invoice-lines: [chatting] *** Its a bug, not a feature request *** I want for comment and title the same behavior as for line, but it doesn't work actually. Whe ...
2008-08-22 14:18 <CIA-56> tryton: ced roundup * #266/Speed encoding improvements on invoice-lines: [resolved] I try it and it works. There is the same behavior for every lines because it is the same code.
2008-08-22 16:09 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 681:36697ef4ef3e tryton/tryton/gui/window/view_form/model/field.py: Validate field after set value
2008-08-22 16:09 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 682:3b61412d6680 tryton/ (7 files in 5 dirs):
2008-08-22 16:09 <CIA-56> tryton: Add title on form view
2008-08-22 16:09 <CIA-56> tryton: Add info message in the title
2008-08-22 16:09 <cedk> could you test this new behavior in the client?
2008-08-22 16:14 <Timitos> cedk: not bad. what about the possibility to put an icon before the title? perhaps the white background does not fit perfectly into the layout.
2008-08-22 16:16 <cedk> Timitos: icons means that we must have many icons for each form ?
2008-08-22 16:16 <cedk> Timitos: for the color, I don't know, I will wait more feedback
2008-08-22 16:17 <Timitos> cedk: could be an option. if there is no icon defined i would use a dummy. it there is one defined the icon is displayed. it was a hint of a designer. he meant that it would help to recognize the right tab more faster.
2008-08-22 16:18 <cedk> Timitos: but where do you define it ?
2008-08-22 16:19 <Timitos> cedk: somewhere in the xml :-D
2008-08-22 16:19 <cedk> Timitos: but there is no xml for this
2008-08-22 16:25 <Timitos> cedk: the only place to define this in an easy way would be the xml i think. if this is not possible then forget my proposal. perhaps we find a solution for this later.
2008-08-22 16:32 -!- kultviech(n=ag@p5B0D3674.dip0.t-ipconnect.de) has joined #tryton
2008-08-22 16:47 <bechamel> cedk: i was trying the client and i don't now why, switch view (ctrl-l) is very slow on the ir_module list
2008-08-22 16:52 <cedk> bechamel: I see why, it is because it load all the dependencies for each modules
2008-08-22 16:53 <cedk> bechamel: I check to fix it
2008-08-22 16:53 -!- b52laptop(n=b52lapto@41.249.250.195) has joined #tryton
2008-08-22 17:19 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton
2008-08-22 17:29 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 683:d42b811dca35 tryton/tryton/gui/window/view_form/model/field.py: Remove unused test_state
2008-08-22 17:29 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 684:c429b05db52b tryton/tryton/gui/window/view_form/model/field.py:
2008-08-22 17:29 <CIA-56> tryton: Don't validate xxx2Many field in function set
2008-08-22 17:29 <CIA-56> tryton: - they don't have any color field
2008-08-22 17:29 <CIA-56> tryton: - it generate a lot of rpc request because validate force to load it
2008-08-22 17:29 <cedk> bechamel: it must be fixed
2008-08-22 17:30 <bechamel> cedk: ok
2008-08-22 19:11 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 685:434f47c8b48e tryton/tryton/gui/window/view_tree/view_tree.py: Remove invalid docstring
2008-08-22 19:11 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 686:8d7c33236a41 tryton/ (share/tryton/tryton.glade tryton/gui/window/tree.py): Remove glade from window tree and fix scrolled window
2008-08-22 20:56 -!- kultviech1(n=ag@p5B0D3E52.dip0.t-ipconnect.de) has joined #tryton
2008-08-22 21:47 <CIA-56> tryton: C?dric Krier <ced@b2ck.com> default * 687:500e6297f8ee tryton/tryton/common/date_widget.py: Add missing copyright
2008-08-22 21:55 <CIA-56> tryton: matb roundup * #107/Anmerkungen zu German Translations (Deutsche Übersetzungen): [chatting] Tab Supplier Invoice (Lieferantenrechnung): einige Vorschläge: entweder Netto/Brutto (bevorzugt) oder Ohne Steuern/Mit Steuern entwe ...
2008-08-22 22:20 -!- ansx(n=ansx@motocultabl.eu) has joined #tryton
2008-08-22 22:33 <yangoon> cedk: just looking at new display of tabs in client
2008-08-22 22:34 <yangoon> cedk: since the title in the first field just duplicates tab title, for my personal feeling this is just a waste of space
2008-08-22 22:35 <cedk> yangoon: there is not everytime enought splace in the tab
2008-08-22 22:35 -!- kultviech1(n=ag@p5B0D3E52.dip0.t-ipconnect.de) has left #tryton
2008-08-22 22:35 <yangoon> cedk: but I would support specific icons before tab titles, if possible
2008-08-22 22:35 <cedk> yangoon: and we already have some remarks about the fact that it is too small for users
2008-08-22 22:36 <cedk> yangoon: ok, but wich icons ?
2008-08-22 22:36 <cedk> yangoon: the one from the menu is not very usefull as it is just list/form/wizard
2008-08-22 22:37 <yangoon> cedk: it would probably be necessary to create or "steel" some
2008-08-22 22:38 <yangoon> cedk: I don't remember very well, but OpenBravo perhaps could contain some
2008-08-22 22:38 <cedk> we have thought about putting different color depending from which module the model comes
2008-08-22 22:38 <yangoon> cedk: also good
2008-08-22 22:38 <cedk> yangoon: we try to use the pango theme
2008-08-22 22:38 <cedk> yangoon: but I think it very big work to have icons for each model
2008-08-22 22:39 <cedk> yangoon: we have already 104 different models
2008-08-22 22:39 <yangoon> hm, that's indeed a lot
2008-08-22 22:40 <yangoon> I am just thinking of recognizing faster different tabs, if they would contain specific icons
2008-08-22 22:41 <yangoon> cedk: but you are right: containing none or default, if not specific is just ugly
2008-08-22 22:42 <cedk> yangoon: I think color would be a good solution
2008-08-22 22:42 <yangoon> cedk: could tab title, if too long for tab header, be made a tooltip?
2008-08-22 22:42 <cedk> yangoon: it is already
2008-08-22 22:44 <yangoon> cedk: ok, great, then for my taste I would prefer configurable tab title as first line, because I wouldn't use it (as long as it doesn't contain additional information)
2008-08-22 22:44 <cedk> yangoon: there is info message in it
2008-08-22 22:44 <cedk> yangoon: when you save a record
2008-08-22 22:45 <yangoon> cedk: because if selecting a tab, I have to look anyway at small tab header, and if I did select, I know that I am on that tab..
2008-08-22 22:45 <cedk> yangoon: and later we will add the possibility to put warning with an on_change
2008-08-22 22:46 <cedk> yangoon: yes, but there is also when the tab open after an action, when you open a relation field
2008-08-22 22:46 <yangoon> cedk: such messages are already in status bar IISC, and that is also the place I would let them
2008-08-22 22:46 <cedk> yangoon: no more
2008-08-22 22:46 <cedk> yangoon: there was not enough visible
2008-08-22 22:47 <yangoon> cedk: because I personally just are searching there
2008-08-22 22:47 <cedk> yangoon: it is just an habit
2008-08-22 22:47 <cedk> yangoon: I think it is better to have it where we put it
2008-08-22 22:47 <cedk> yangoon: look at application like gmail
2008-08-22 22:47 <yangoon> cedk: of course, but many applications do this way
2008-08-22 22:48 <cedk> yangoon: which way ?
2008-08-22 22:48 <yangoon> cedk: I don't have gmail:)
2008-08-22 22:48 <yangoon> cedk: way with statusbar
2008-08-22 22:48 <cedk> yangoon: look at roundup
2008-08-22 22:48 <yangoon> cedk: every browser does it, etc. ...
2008-08-22 22:49 <cedk> yangoon: when you save an issue, you have a little box at the top
2008-08-22 22:49 <cedk> yangoon: yes for no very usefull information
2008-08-22 22:49 <yangoon> cedk: it ia a difference, if the application gives an information or if a website returns information
2008-08-22 22:50 <cedk> yangoon: but I see many users that was waiting after save because they didn't see the status bar at the bottom
2008-08-22 22:50 <yangoon> cedk: there again colored status messages could help
2008-08-22 22:51 <cedk> yangoon: they are now colored, green fo succeed and red for failure
2008-08-22 22:51 <cedk> yangoon: make some tests :-)
2008-08-22 22:51 <cedk> yangoon: I'm going to eat
2008-08-22 22:51 <yangoon> cedk: ok ;)
2008-08-22 22:51 <cedk> you can post on google groups, if you have other ideas
2008-08-22 22:51 <cedk> bye
2008-08-22 22:51 <yangoon> bye

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