IRC logs of #tryton for Sunday, 2008-11-23

chat.freenode.net #tryton log beginning Sun Nov 23 00:00:01 CET 2008
2008-11-23 00:59 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-11-23 01:09 -!- ikks(n=igor@190.12.153.202) has joined #tryton
2008-11-23 01:57 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1264:077da7a7099e trytond/trytond/ir/module/module.py: Compare the description with the standard if there is no translation
2008-11-23 01:57 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1265:2bca87d9466b trytond/trytond/ir/translation.py: Force fuzzy to False when setting translation with _set_ids
2008-11-23 01:57 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1266:a3c2fd541732 trytond/trytond/modules/__init__.py: Improve load_module_graph to make only one query to retrieve all module states
2008-11-23 01:57 -!- ikks(n=igor@190.12.153.202) has joined #tryton
2008-11-23 03:05 -!- gremly(n=oscar@190.156.166.164) has joined #tryton
2008-11-23 03:40 -!- X0d_of_N0d(i=C-C_C-X@gateway/tor/x-b8afaf4e2911d98a) has joined #tryton
2008-11-23 05:08 -!- ikks(i=igor@190.158.191.42) has joined #tryton
2008-11-23 05:18 -!- yangoon(n=mathiasb@p549F4646.dip.t-dialin.net) has joined #tryton
2008-11-23 09:30 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-11-23 10:58 -!- cedric_b(n=cedric@cam44-3-82-235-75-221.fbx.proxad.net) has joined #tryton
2008-11-23 11:06 -!- udono(n=udono@dynamic-unidsl-85-197-23-196.westend.de) has left #tryton
2008-11-23 11:25 -!- udono(n=udono@dynamic-unidsl-85-197-23-196.westend.de) has joined #tryton
2008-11-23 11:32 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-11-23 12:31 -!- bechamel(n=user@host-85-27-94-170.brutele.be) has joined #tryton
2008-11-23 12:32 <bechamel> 2all: http://opensourceerpguru.com/2008/11/23/tryton-a-new-kid-on-the-open-source-erp-block/
2008-11-23 13:41 -!- oversize(n=manuel@dslb-088-069-017-039.pools.arcor-ip.net) has joined #tryton
2008-11-23 13:51 -!- ikks(n=igor@190.12.153.202) has joined #tryton
2008-11-23 15:24 <CIA-34> tryton: matb roundup * #603/please change icon for returning to state draft: [new] Since you are returning to an earlier state in the workflow, the icon for returning to state draft in purchases, sales and invoices should b ...
2008-11-23 16:02 -!- Gedd(n=ged@86.233-200-80.adsl-dyn.isp.belgacom.be) has joined #tryton
2008-11-23 16:28 <CIA-34> tryton: htgoebel roundup * #604/NoneType-Exception if pressing Ctrl-C in console: [new] * Start trytond * wait until the server is running * Press Ctrl-C in the console * The following error message is displayed [Sun Nov 23 16: ...
2008-11-23 16:28 <CIA-34> tryton: htgoebel roundup * #605/KeyboardInterrupt: [new] Traceback (most recent call last): File "tryton/bin/tryton", line 11, in <module> tryton.client.TrytonClient().run() File "/tryton/c ...
2008-11-23 16:32 <CIA-34> tryton: ced roundup * #605/KeyboardInterrupt: [chatting] Do you type Ctrl-C in the console?
2008-11-23 16:33 <CIA-34> tryton: htgoebel roundup * #605/KeyboardInterrupt: ced you are too fast ;-) * start client * do NOT connect to server * press ctrl-C in console * nothing happens in console * cancel login-Requeste ...
2008-11-23 16:35 <CIA-34> tryton: htgoebel roundup * #606/Ctrl-C does not quit while login-reuqester is active: [new] This is related to issue605: * start client * do NOT connect to server * press ctrl-C in console * nothing happens in console User expects ...
2008-11-23 16:40 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1267:14add2cb5301 trytond/trytond/netsvc.py: Add try/except on closing socket for issue604
2008-11-23 16:40 <CIA-34> tryton: ced roundup * #604/NoneType-Exception if pressing Ctrl-C in console: [testing] Must be fixed with changeset 14add2cb5301
2008-11-23 16:40 <CIA-34> tryton: htgoebel roundup * #601/date-entry widget does not honor typing a dot: Works like a charm :-)
2008-11-23 16:43 -!- essich(n=essich@p4FCF99B5.dip0.t-ipconnect.de) has joined #tryton
2008-11-23 16:46 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2008-11-23 16:49 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1258:e68724c16dea trytond/trytond/osv/orm.py: Handle _inherit_field in EvalEnvironment
2008-11-23 16:49 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1259:21e69c407a6a trytond/trytond/osv/orm.py:
2008-11-23 16:49 <CIA-34> tryton: Add join for inherit_field in where_calc
2008-11-23 16:49 <CIA-34> tryton: Use the right object when calling search function
2008-11-23 16:49 <CIA-34> tryton: Add join table when searching on many2one of inherit_fields
2008-11-23 16:49 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1260:be943ab2638c trytond/trytond/ir/module/module.py: Compare the description with the standard if there is no translation
2008-11-23 16:49 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1261:66bb8597a236 trytond/trytond/ir/translation.py: Force fuzzy to False when setting translation with _set_ids
2008-11-23 16:49 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1262:7650009223b7 trytond/trytond/ (init.sql sql_db.py): Remove old module category and create record for only base modules
2008-11-23 16:49 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1263:4f96fefcc258 trytond/trytond/sql_db.py: Remove test on ir_module_category
2008-11-23 16:49 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 302:afc80171e8a3 account/account.py: Add update_account_taxes when creating account chart from template
2008-11-23 16:49 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 303:77a177f3c451 account/fiscalyear.py: Fix period name for issue600
2008-11-23 16:50 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1022:da9d4ce2fd95 tryton/tryton/gui/window/view_form/view/form_gtk/many2one.py: Use views_preload in dialog of many2one
2008-11-23 16:50 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1023:35d7b74a0a2c tryton/tryton/ (5 files in 2 dirs): Take care of the editable or sensitive value of widgets in key-press-event
2008-11-23 16:50 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1024:d26886088b22 tryton/tryton/gui/window/view_form/ (model/field.py view/form_gtk/one2many.py): Add removed_ids when searching records to add to one2many
2008-11-23 16:50 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1025:b1bf03b2bce9 tryton/tryton/common/date_widget.py: Improve date_widget to allow typing of separators for issue601
2008-11-23 16:53 <CIA-34> tryton: htgoebel roundup * #602/KeyError: 'company': [resolved] I'm afraid, I can not find it again. Closing this issue.
2008-11-23 16:59 <CIA-34> tryton: htgoebel roundup * #604/NoneType-Exception if pressing Ctrl-C in console: [chatting] The NoneType is fixed, but there is still another message left: [Sun Nov 23 16:57:51 2008] INFO:init:the server is running, waiting fo ...
2008-11-23 17:00 <CIA-34> tryton: ced roundup * #604/NoneType-Exception if pressing Ctrl-C in console: How do you start the server?
2008-11-23 17:04 <CIA-34> tryton: htgoebel roundup * #604/NoneType-Exception if pressing Ctrl-C in console: I'm just calling the script: $ trytond/bin/trytond [Sun Nov 23 16:57:51 2008] DEBUG:psycopg2:installed. Logging using Python logging module ... ...
2008-11-23 17:06 -!- ikks(n=igor@190.12.153.202) has joined #tryton
2008-11-23 17:58 -!- Gedd(n=ged@77.109.115.38.adsl.dyn.edpnet.net) has joined #tryton
2008-11-23 19:14 -!- nicoe(n=nicoe@241.45-240-81.adsl-dyn.isp.belgacom.be) has joined #tryton
2008-11-23 19:34 -!- bechamel(n=user@host-85-27-94-170.brutele.be) has joined #tryton
2008-11-23 19:38 -!- gremly(n=oscar@190.156.166.164) has joined #tryton
2008-11-23 22:40 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1268:808825b2940f trytond/trytond/server.py: Add 'stop server' logging
2008-11-23 22:44 <CIA-34> tryton: ced roundup * #604/NoneType-Exception if pressing Ctrl-C in console: [need-eg] What is the line 160 of /usr/lib/python2.5/socket.py ?
2008-11-23 22:57 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1034:762b103206d4 tryton/tryton/client.py: Handle SIGINT, SIGTERM and SIGQUIT for issue605
2008-11-23 22:57 <CIA-34> tryton: ced roundup * #605/Application-Error KeyboardInterrupt displayed when Ctrl-C while in Login-Requester: [resolved] Fix with changeset 762b103206d4
2008-11-23 22:58 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-11-23 23:01 <CIA-34> tryton: ced roundup * #606/Ctrl-C does not quit while login-reuqester is active: [chatting] It seems that gtk catch the SIGTERM until the dialog box is closed.
2008-11-23 23:13 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1035:8a02a832a689 tryton/tryton/gui/window/dbcreate.py: Fix guidelines
2008-11-23 23:13 <CIA-34> tryton: C?dric Krier <ced@b2ck.com> default * 1036:3ebe966f6b6e tryton/tryton/gui/window/dbcreate.py: Use dialog as parent for popup and progress in dbcreate for issue593
2008-11-23 23:13 <CIA-34> tryton: ced roundup * #593/progress-windows should block "create database" window: [resolved] Fix with changeset 3ebe966f6b6e

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