IRC logs of #tryton for Thursday, 2008-06-12

chat.freenode.net #tryton log beginning Thu Jun 12 00:00:02 CEST 2008
2008-06-12 00:02 <CIA-52> tryton: Timitos roundup * #112/IndexError: string index out of range: [chatting] I tried to pay an invoice. In the dialog 'Pay Invoice' I selected Journal 'Cash'. Now I had to select 'Default Debit Account' and 'Defa ...
2008-06-12 00:05 -!- Timitos(n=Timitos@88.217.184.172) has left #tryton
2008-06-12 05:19 -!- yangoon(n=mathiasb@p549F617F.dip.t-dialin.net) has joined #tryton
2008-06-12 07:02 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-06-12 07:27 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has joined #tryton
2008-06-12 07:54 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-06-12 08:12 <udono> good morning
2008-06-12 08:52 <CIA-52> tryton: ced roundup * #51/cannot enter move_line in treeview of account_move_line completely: Did you create your own view on a journal with the fields 'journal' and 'period' ? Because I don't see any default view where you can see those fi ...
2008-06-12 08:53 <CIA-52> tryton: ced roundup * #111/module project: field project_type should have default_value: [chatting] The module is under development.
2008-06-12 08:54 <CIA-52> tryton: Timitos roundup * #113/^: [new] Traceback (most recent call last): File "/trytond/netsvc.py", line 349, in run res = method(*msg[2:]) File "/trytond/web_service/obj ...
2008-06-12 08:57 <CIA-52> tryton: Timitos roundup * #51/cannot enter move_line in treeview of account_move_line completely: Financial Management -> Entries -> Account Moves I try to create a Move with entering lines in tree view and to post it. But I don´t succeed. On ...
2008-06-12 08:58 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-06-12 09:01 <CIA-52> tryton: Timitos roundup * #114/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: [new] Traceback (most recent call last): File "/trytond/netsvc.py", line 349, in run res = method(*msg[2:]) File "/trytond/web_service/obj ...
2008-06-12 09:11 <gadaga> hi
2008-06-12 09:11 <Timitos> gadaga: hi
2008-06-12 09:12 <gadaga> Timitos: hi
2008-06-12 09:14 <CIA-52> tryton: ced roundup * #112/IndexError: string index out of range: [resolved] Fix with changeset 03af016277a6
2008-06-12 09:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 108:03af016277a6 account/journal.py: Fix domain "account not view" for issue112
2008-06-12 09:21 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 109:547cc3ceacfb account/move.py: Don't set move field from line if there are empty for issue51
2008-06-12 09:21 <CIA-52> tryton: ced roundup * #51/cannot enter move_line in treeview of account_move_line completely: [resolved] Fix with the changeset 547cc3ceacfb
2008-06-12 09:27 <CIA-52> tryton: uso roundup * #104/IntegrityError: NULL-Wert in Spalte ?name? verletzt Not-Null-Constraint: [testing] Yes, you are right Timitos. Fixed in f0156a303997. Thanks a lot. Testing welcome: http://mercurial.intuxication.org/hg/relationship_peop ...
2008-06-12 09:34 -!- bechamel(n=user@user-85-201-84-14.tvcablenet.be) has joined #tryton
2008-06-12 09:58 <udono> hello cedk
2008-06-12 10:00 <udono> cedk: is there an field attribute like readonly, but just for the users entry, not for internal changes. Somthing for deactivating an entry to a field, but not invisible and not readonly for internal functions?
2008-06-12 10:08 <CIA-52> tryton: Timitos roundup * #104/IntegrityError: NULL-Wert in Spalte ?name? verletzt Not-Null-Constraint: [resolved] fixed.
2008-06-12 10:10 <CIA-52> tryton: Timitos roundup * #114/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: [resolved] same error like issue #109 closed.
2008-06-12 10:11 <bechamel> udono: readonly does prevent the system to write this field is just for the user. (if i understand correectly your question)
2008-06-12 10:17 <bechamel> udono: i just re-read myself, correction: "readonly does _not_ prevent the system .."
2008-06-12 10:19 <udono> bechamel: ok, that mean readonly depends just to the gui widgets. Thanks
2008-06-12 10:19 <Timitos> bechamel: sure? we have exactly this problem. we have a readonly field which is changed with the onchange function. but if we save this record. the field contains his old value
2008-06-12 10:20 <cedk> Timitos: onchange function is for the client
2008-06-12 10:20 <cedk> Timitos: so the client doesn't send the readonly fields to the server
2008-06-12 10:20 <cedk> Timitos: I think your dev is wrong
2008-06-12 10:21 <cedk> Timitos: changing readonly fields with onchange is not a good way
2008-06-12 10:21 <Timitos> cedk: ok I understand. we have to rethink. do have a proposal
2008-06-12 10:21 <cedk> Timitos: if it is readonly, so it is a function field
2008-06-12 10:22 <Timitos> cedk: yes i mentioned this already to udono.
2008-06-12 10:30 <udono> cedk: but the readonly field is not with an on_change attribute. Another field should update the readonly field with on_change, this should be possible or isn't? it.
2008-06-12 10:33 <cedk> udono: no, for me it doesn' have sence
2008-06-12 10:33 <cedk> udono: if the field depends just of one other, it must be a field function
2008-06-12 10:34 <udono> cedk: ok
2008-06-12 10:40 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 400:d9d23cdf455e tryton/tryton/gui/window/view_form/view/list_gtk/editabletree.py: Validate row on editable treeview even if we don't have tree_saves
2008-06-12 10:40 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 401:692ff6268a06 tryton/tryton/common/common.py: Improve issue title for sql error
2008-06-12 10:46 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 13:a4edfffbf36f account_statement/statement.py: Fix check_unique_waiting_statement query for issue113
2008-06-12 10:47 <CIA-52> tryton: ced roundup * #113/LINE 1: ...tement_statement WHERE state = 'waiting' GROUP BY company, j: [resolved] Fix with changeset a4edfffbf36f
2008-06-12 10:48 <CIA-52> tryton: htgoebel roundup * #115/patches: codecleanup for netsvc: [new] Enclosed please find some changeset containing code cleanups for netsvc
2008-06-12 10:58 -!- essich(n=essich@p4FCF9806.dip0.t-ipconnect.de) has joined #tryton
2008-06-12 11:00 <CIA-52> tryton: htgoebel roundup * #116/"compute invoice" Non-NULL constrain vaiolated for »report_output_format«: [new] - fresh DB - imported account_invoice - created company "mycompany" (only required fields filled) - created minimalistic Account chart (usin ...
2008-06-12 11:02 <CIA-52> tryton: htgoebel roundup * #109/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: See issue116, then click "Pro Forma" -> Error
2008-06-12 11:05 <CIA-52> tryton: ced roundup * #115/patches: codecleanup for netsvc: [resolved] Applied except for netsvc2 because it doesn't follow the guide lines. Class must be preceded with double empty line and function with o ...
2008-06-12 11:05 <CIA-52> tryton: hartmut@demetrius.muc.goebel-consult.de default * 599:687caa88a822 trytond/trytond/netsvc.py: Must not overwrite rpc_paths in baseclass SimpleXMLRPCServer.SimpleXMLRPCRequestHandler. Fixed.
2008-06-12 11:05 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 600:b0b0564cd17c trytond/trytond/netsvc.py: Code cleanup: removed duplicate code for starting SSL.
2008-06-12 11:05 <CIA-52> tryton: hartmut@demetrius.muc.goebel-consult.de default * 601:54c5db67fb08 trytond/trytond/netsvc.py: Code cleanup: remove unnecessary interface-defaults (0.0.0.0 and ::).
2008-06-12 11:05 <CIA-52> tryton: hartmut@demetrius.muc.goebel-consult.de default * 602:a6a61188f780 trytond/trytond/netsvc.py: Code cleanup: removed duplicate code
2008-06-12 11:05 <CIA-52> tryton: hartmut@demetrius.muc.goebel-consult.de default * 603:bf7329d6c219 trytond/trytond/netsvc.py: MixIn class for IPv6 Servers.
2008-06-12 11:05 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 51:b06e1cba867e account_invoice/invoice.py: Improve error message on set_number
2008-06-12 11:12 <CIA-52> tryton: htgoebel roundup * #115/patches: codecleanup for netsvc: [chatting] Using 2 blank lines in front of a single-line class may obey the rules, but is hard to read: lines fall apart optical.
2008-06-12 11:15 <CIA-52> tryton: ced roundup * #116/"compute invoice" Non-NULL constrain vaiolated for »report_output_format«: [testing] I try to reproduce the issue but I can not. I don't find any column "report_output_format". Are you sure you don't have any non tryton m ...
2008-06-12 11:15 <bechamel> cedk: regerding the last commit (51:b06e1cba867e): iirc the find method on the period object is already raising an exception when there is no period for the given date
2008-06-12 11:16 <cedk> bechamel: ha ok
2008-06-12 11:18 <CIA-52> tryton: matb roundup * #109/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: This is probably due to the stricter type casting since postgresql 8.3. tryton is not the only application, where you have to add type casts... Wi ...
2008-06-12 11:20 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 52:a4b148b1d46b account_invoice/invoice.py: No need to raise a exception period find does it already
2008-06-12 11:23 <CIA-52> tryton: ced roundup * #109/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: I look like there is no workflow created on the invoice. Is it an old invoice?
2008-06-12 11:24 <CIA-52> tryton: ced roundup * #116/"compute invoice" Non-NULL constrain vaiolated for »report_output_format«: Is it compute or pro forma that you click?
2008-06-12 11:27 <CIA-52> tryton: htgoebel roundup * #116/"compute invoice" Non-NULL constrain vaiolated for »report_output_format«: in this issue it's compute. This will show a requester, no traceback. (Pro forma is in issue115)
2008-06-12 11:34 <CIA-52> tryton: htgoebel roundup * #109/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: its a fresh db and a fresh invoice.
2008-06-12 11:34 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 402:4d1c1b54d825 tryton/tryton/gui/window/view_form/view/form_gtk/parser.py: Improve save_current test when clicking on button
2008-06-12 11:35 <CIA-52> tryton: ced roundup * #116/"compute invoice" Non-NULL constrain vaiolated for »report_output_format«: Can you test with the tryton changeset 4d1c1b54d825
2008-06-12 11:52 <CIA-52> tryton: ced roundup * #109/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: Is it the id of the invoice displayed in the client?
2008-06-12 12:10 -!- FWiesing(n=FWiesing@194.208.185.12) has joined #tryton
2008-06-12 12:10 <FWiesing> hi
2008-06-12 12:11 <gadaga> FWiesing: hi
2008-06-12 12:31 <udono> Hi, I am struggeling with the function fields, may someone help me out?
2008-06-12 12:38 <cedk> udono: what is your problem?
2008-06-12 12:39 <cedk> gadaga: did you see the unittest script?
2008-06-12 12:39 <udono> cedk: I dont know :-)
2008-06-12 12:40 <cedk> udono: paste the code
2008-06-12 12:40 <udono> cedk: ok
2008-06-12 12:40 <gadaga> cedk: no, it was been in hg?
2008-06-12 12:41 <cedk> gadaga: http://www.tryton.org/hg/trytond/rev/8dea3531b24a http://www.tryton.org/hg/modules/relationship/rev/cc2761abd582
2008-06-12 12:41 <gadaga> cedk: ok i find it ;)
2008-06-12 12:45 <FWiesing> afk
2008-06-12 12:46 <CIA-52> tryton: htgoebel roundup * #109/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: no id, since the record can not be saved (see issue116)
2008-06-12 12:49 <CIA-52> tryton: matb roundup * #63/Some additions to the bugposting function on error view: I was told in squid group, that I am probably right, that the POST request should never be seen by the proxy. Some implementation help could be: ...
2008-06-12 12:50 <CIA-52> tryton: htgoebel roundup * #116/"compute invoice" Non-NULL constrain vaiolated for »report_output_format«: Error still occurs.
2008-06-12 12:54 <CIA-52> tryton: htgoebel roundup * #109/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: But as of 4d1c1b54d825, the traceback does not occur, just the "null-contraint" error of issue116. I suggest to solve 116 first.
2008-06-12 13:02 <CIA-52> tryton: ced roundup * #116/"compute invoice" Non-NULL constrain vaiolated for »report_output_format«: "report_output_format" doesn't exist in tryton. So I think it is one of your dev.
2008-06-12 13:11 <CIA-52> tryton: htgoebel roundup * #116/"compute invoice" Non-NULL constrain vaiolated for »report_output_format«: [done-cbb] you are rights. It's in some uncommitted stuff i've written for issue42. I mixed it up since I've defined output_format for #42. Sorry ...
2008-06-12 13:15 <udono> cedk: I put it all in a small paste, But I think I dont understand the principle of fields.Function. http://paste.pocoo.org/show/68128/ Help would be great.
2008-06-12 13:15 <CIA-52> tryton: htgoebel roundup * #109/HINT: Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen ?berein. Sie m?ssen m?glicherweise ausdr?ckliche Typumwandlungen hinzuf?gen.: [chatting] after isse116 has been solved, this bug does not occur anymore. Solved,
2008-06-12 13:18 <essich> cedk: regarding reports and output format: "The internal name must be unique!"
2008-06-12 13:19 <essich> cedk: this hinders to have the same report in different output-formats (odt and pdf).
2008-06-12 13:19 <essich> cedk: I'm unsure if we need this
2008-06-12 13:22 <cedk> essich: can not change it because parser need to find the report action by his name
2008-06-12 13:22 <bechamel> udono: a function associated to a fields.Function must retrun something like {1: "name1", 2: "name2"} where 1 and 2 are in the "ids" args
2008-06-12 13:23 <essich> cedk: But if I change the internal name to eg. account.invoice.pdf, the report will fall back to the default report.
2008-06-12 13:24 <udono> bechamel: if it is type char, thanis only {1: "name"} possible?!
2008-06-12 13:24 <essich> cedk: so the question is: do we need the option to have _one_ report in differnet output-format? I do not know
2008-06-12 13:25 <cedk> essich: not me, but this is not possible currently
2008-06-12 13:25 <cedk> essich: the constraint is there for a good reason
2008-06-12 13:26 <bechamel> udono: if it's type char you must return a char yes
2008-06-12 13:27 <essich> cedk: so we keept it as it is now
2008-06-12 13:27 <essich> cedk: I somebody requires it, we'll find an solution :-)
2008-06-12 13:28 <essich> cedk: Perhaps fallback like this account.invoice.pdf.foo -> account.invoice.pdf -> account.invoice
2008-06-12 13:28 <essich> cedk: but not yet ;-)
2008-06-12 13:28 <cedk> essich: as I always say, for me it is the report parse that define the output format
2008-06-12 13:30 <bechamel> udono: maybe you need somthing like that : http://paste.pocoo.org/show/68135/
2008-06-12 13:34 <udono> bechamel, this looks good, I try, thanky
2008-06-12 14:00 <CIA-52> tryton: ced roundup * #63/Some additions to the bugposting function on error view: Can you try with this one.
2008-06-12 14:04 <udono> bechamel: can I set functional fields to invisible? It seems not to work, just the label is invisible...
2008-06-12 14:06 <cedk> udono: wich kind of fields function it is ?
2008-06-12 14:06 <udono> cedk: type="char"
2008-06-12 14:07 <cedk> udono: what is the code?
2008-06-12 14:07 <udono> cedk: http://paste.pocoo.org/show/68157/
2008-06-12 14:43 <udono> cedk: is it a bug in the framework or in my definition?
2008-06-12 14:50 <CIA-52> tryton: matb roundup * #63/Some additions to the bugposting function on error view: traceback patch7: Exception: Traceback (most recent call last): File "/usr/src/hg/tryton-dist/tryton/tryton/common/common.py", line 343, in send ...
2008-06-12 15:26 <CIA-52> tryton: ced roundup * #63/Some additions to the bugposting function on error view: new patch
2008-06-12 15:26 <cedk> udono: I don't know, it works here
2008-06-12 15:27 <cedk> udono: maybe it is linked to other things
2008-06-12 15:27 <udono> cedk: ok, I check
2008-06-12 15:29 <bechamel> udono: framework :)
2008-06-12 15:30 <udono> bechamel: didn't it work at you, too?
2008-06-12 15:30 <bechamel> udono: yes i have the same behaviour
2008-06-12 15:31 <udono> bechamel: ok, we are two, ced is one, so we are right ;-)
2008-06-12 15:31 <cedk> udono: ok, I re-check
2008-06-12 15:32 <bechamel> udono: yes but cedk is very stubborn :D
2008-06-12 15:33 <udono> :-)
2008-06-12 15:55 -!- essich(n=essich@p4FCF9806.dip0.t-ipconnect.de) has left #tryton
2008-06-12 16:01 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 403:4d6a19874c4a tryton/tryton/gui/window/view_form/ (screen/screen.py view/form_gtk/one2many.py): Make domain on one2many works for dialog and form view
2008-06-12 16:01 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 404:55ecbea8b0cc tryton/tryton/gui/window/view_form/model/field.py: Fix state_set when readonly attribute was set.
2008-06-12 16:01 <cedk> udono: fixed
2008-06-12 16:05 <udono> cedk: thanks
2008-06-12 16:22 <CIA-52> tryton: matb roundup * #63/Some additions to the bugposting function on error view: traceback patch8: Exception: File "/usr/src/hg/tryton-dist/tryton/tryton/common/common.py", line 316, in make_connection response = connecti ...
2008-06-12 16:25 <CIA-52> tryton: ced roundup * #63/Some additions to the bugposting function on error view: fix typo
2008-06-12 16:27 <udono> cedk: Yes, it works! Great!
2008-06-12 16:29 <udono> cedk: But there is a gap there where the hidden field is. I try to catch it in a <group> but the hidden field takes some place. Do you know this behavior?
2008-06-12 16:29 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-06-12 16:30 <cedk> udono: you must hide all the field on the same line
2008-06-12 16:30 <cedk> udono: because field are put in a table
2008-06-12 16:32 <udono> cedk: yes, the table I know, but did an invisible field count for a column (...or two including lable) in this table?
2008-06-12 16:33 <cedk> udono: one field = field column
2008-06-12 16:33 <udono> cedk: is there some spaceholder rendert in gtk when a field is invisible.
2008-06-12 16:34 <udono> rendert=rendered
2008-06-12 16:34 <cedk> udono: normally not
2008-06-12 16:34 <udono> cedk: than ther seems another bug...
2008-06-12 16:35 <cedk> udono: send a screenshot
2008-06-12 16:35 <udono> ok
2008-06-12 16:40 <FWiesing> back
2008-06-12 16:53 <udono> hello FWiesing
2008-06-12 16:53 <FWiesing> udono: hello
2008-06-12 17:04 <udono> someone knows the xpath for <notebook colspan="6"> ?
2008-06-12 17:05 <udono> I tried <xpath expr="/form/notebook[@name=&quot;&quot;]" position="after">
2008-06-12 17:06 <udono> and <xpath expr="/form/notebook" position="after">
2008-06-12 17:06 <udono> but both are not working
2008-06-12 17:09 <udono> got it
2008-06-12 17:18 <udono> <xpath expr="/form/notebook" position="after"> works fine.
2008-06-12 17:23 <CIA-52> tryton: matb roundup * #63/Some additions to the bugposting function on error view: traceback for patch9 already in msg420
2008-06-12 17:28 <CIA-52> tryton: ced roundup * #63/Some additions to the bugposting function on error view: And if you comment all the lines about response ?
2008-06-12 17:55 <CIA-52> tryton: matb roundup * #63/Some additions to the bugposting function on error view: commenting lines 316-319: Exception: Traceback (most recent call last): File "/usr/src/hg/tryton-dist/tryton/tryton/common/common.py", line 343, ...
2008-06-12 17:55 <CIA-52> tryton: uso roundup * #117/GUI: small gap when field before is invisible: [new] It's just a small gap, but it makes the layout on screen strange moving. See Pictures.
2008-06-12 17:58 <CIA-52> tryton: uso roundup * #117/GUI: small gap when field before is invisible: [chatting] The two pictures illustrate the behavior. on picture Bild.png name field is invisible and complete_person_name is visible. On Bild2.png ...
2008-06-12 18:02 <CIA-52> tryton: uso roundup * #117/GUI: small gap when field before is invisible: Another Behavior is that I must count invisible fields in groups, too. I have to count 12 cols for the row, but there are just 10 field and labels ...
2008-06-12 18:09 <CIA-52> tryton: uso roundup * #117/GUI: small gap when field before is invisible: If I try to use a count of 10 cols in the code snipped on msg427 than I get pictures Bild3 and Bild4. The active field is moving in the next row i ...
2008-06-12 18:19 <CIA-52> tryton: uso roundup * #118/Timout for new authentication on client is to short.: [new] Better will be 5 or 10 Minutes.
2008-06-12 18:22 <CIA-52> tryton: ced roundup * #118/Timout for new authentication on client is to short.: [resolved] It is set to 10 min
2008-06-12 18:38 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 405:06a0b52b4d3e tryton/tryton/gui/window/view_form/view/form_gtk/parser.py:
2008-06-12 18:38 <CIA-52> tryton: Remove col_spacing, row_spacing and border_width and use instead xpadding to
2008-06-12 18:38 <CIA-52> tryton: not take space for hidden widgets for issue117
2008-06-12 18:39 <CIA-52> tryton: ced roundup * #117/GUI: small gap when field before is invisible: [testing] Must be fixed with changeset 06a0b52b4d3e
2008-06-12 19:12 <CIA-52> tryton: uso roundup * #117/GUI: small gap when field before is invisible: Small gap is away. Great. msg427, msg428 stays unsolved/undiscussed.
2008-06-12 19:16 -!- yangoon(n=mathiasb@p549F4F94.dip.t-dialin.net) has joined #tryton
2008-06-12 19:28 <CIA-52> tryton: ced roundup * #117/GUI: small gap when field before is invisible: [resolved] for msg427 and msg428, it is normal because you must see that we fill a table and we can not predict if some fields will be exclusively ...
2008-06-12 19:31 -!- essich(n=essich@p4FCF9806.dip0.t-ipconnect.de) has joined #tryton
2008-06-12 19:42 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 604:95dc2cba706e trytond/trytond/osv/orm.py: Don't empty states for readonly record, just remove 'readonly' attributes
2008-06-12 19:42 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 605:898aa071ae5a trytond/trytond/res/user.py: Add status_bar field on user to be display in the client
2008-06-12 19:42 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 36:ba3e55c2c5cb company/company.py: Add company name in the status bar
2008-06-12 19:42 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 6:fefaa963fcbb project/work.py: Add default project to project_type
2008-06-12 19:42 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 406:2603d6aece25 tryton/tryton/common/common.py: Improve process_exption to return True if login succeed
2008-06-12 19:42 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 407:0c183e80a9a5 tryton/tryton/gui/window/preference.py: Fix window preference if not logged
2008-06-12 19:42 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 408:8bce2b239f89 tryton/tryton/gui/main.py: Use status_bar and refresh it after setting user preferences
2008-06-12 19:47 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 409:df9c96a6f20a tryton/tryton.py: Remove tryton.py from commit 399
2008-06-12 22:20 -!- Timitos(n=Timitos@88.217.184.172) has left #tryton

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