IRC logs of #tryton for Monday, 2008-07-28

chat.freenode.net #tryton log beginning Mon Jul 28 00:00:02 CEST 2008
2008-07-28 00:04 -!- betamax_(i=betamax@gateway/tor/x-753924e97266644c) has joined #tryton
2008-07-28 07:04 -!- udono(n=uspallek@dynamic-unidsl-85-197-25-158.westend.de) has joined #tryton
2008-07-28 07:55 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-07-28 08:48 -!- FWiesing(n=Wiesinge@194.208.185.12) has left #tryton
2008-07-28 08:48 -!- udono(n=udono@dynamic-unidsl-85-197-25-158.westend.de) has joined #tryton
2008-07-28 09:02 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-07-28 09:10 <CIA-54> tryton: udono roundup * #220/Trying to update the database: Error column »perm_delete« doesn't exist: [new] 2008-07-28 09:06:57,627 ERROR Error while parsing xml file: In tag record: model ir.model.access with id access_purchase. [Mon Jul 28 09:06: ...
2008-07-28 09:16 <CIA-54> tryton: udono roundup * #220/Trying to update the database: Error column »perm_delete« doesn't exist: [chatting] This Bug may depend on issue201
2008-07-28 09:16 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton
2008-07-28 09:18 <CIA-54> tryton: ced roundup * #220/Trying to update the database: Error column »perm_delete« doesn't exist: You must not have an updated server.
2008-07-28 09:25 <CIA-54> tryton: udono roundup * #220/Trying to update the database: Error column »perm_delete« doesn't exist: ... if I like to update the modules because of last days changes, this error raises too. Now I cant login into my old database.
2008-07-28 09:27 <CIA-54> tryton: udono roundup * #220/Trying to update the database: Error column »perm_delete« doesn't exist: ... thats strange... the first login crashed, but the next one works. I test upgrading the purchase module now...
2008-07-28 09:34 <CIA-54> tryton: udono roundup * #221/No address associated with hostname: [new] No address associated with hostname
2008-07-28 09:38 <CIA-54> tryton: udono roundup * #221/No address associated with hostname: [chatting] ERROR:common.message:Traceback (most recent call last): File "/tryton/gui/window/view_form/view/form.py", line 147, in _action se ...
2008-07-28 09:49 <CIA-54> tryton: udono roundup * #221/No address associated with hostname: [resolved] It could be my fault... maybe a strange timeout by another process on my machine...
2008-07-28 09:50 <CIA-54> tryton: udono roundup * #220/Trying to update the database: Error column »perm_delete« doesn't exist: [resolved] I first updated the modules, and after this I updated the server with -u=all, then everything works fine.
2008-07-28 09:57 <CIA-54> tryton: udono roundup * #217/webdav: [resolved] That it was! Thank's a lot.
2008-07-28 10:12 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 758:261f4ab8e795 trytond/trytond/ (res/user.xml tests/test_db.py web_service/db.py): Add admin password for database creation for issue219
2008-07-28 10:12 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 561:64296a0730b2 tryton/tryton/gui/main.py: Fix warning params
2008-07-28 10:12 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 562:616cdf533a23 tryton/ (share/tryton/tryton.glade tryton/gui/window/dbcreate.py):
2008-07-28 10:12 <CIA-54> tryton: Add admin password on database creation for issue219
2008-07-28 10:12 <CIA-54> tryton: Remove lenght constraint on password field from glade
2008-07-28 10:13 <CIA-54> tryton: ced roundup * #219/cannot change password for user 'admin': [resolved] Fix with changesets: 261f4ab8e795 and 616cdf533a23 I'm not sure that will work on old database
2008-07-28 10:47 -!- FWiesing(n=Wiesinge@194.208.185.12) has joined #tryton
2008-07-28 11:13 <udono> cedk: bechamel: did you think about using wxpython instead of gtk?
2008-07-28 11:17 <bechamel> udono: yes whe talk about wxwidget some times ago, but porting the actual client is a big task and also there is pyjama equivalent for it
2008-07-28 11:19 <udono> bechamel: ok, the pyjama goal I forgot... I just read about wxpython and its native Widgets for different os...
2008-07-28 11:27 <bechamel> udono: yes, wxwidget + pyjama-like stuff could be a killer combination
2008-07-28 11:30 <cedk> udono: I don't really see a big benefit to switch to wxwidgets
2008-07-28 11:30 <cedk> gtk is already supported on many platforms
2008-07-28 11:31 <cedk> and I'm not sure that we will be able to have something like our cairo graphs
2008-07-28 11:33 <udono> cedk: I dont know, just ask. Wx sounds good for independence and native platform look. But maybe it brings more problems than goodies...
2008-07-28 11:34 <cedk> udono: you will work with only the subset of each graphical library of each os
2008-07-28 11:35 <cedk> one more thing can be the size of the library but wxwidget have a lib of 2-3M
2008-07-28 11:36 <cedk> but gtk if you remove all the translation, it is 5M
2008-07-28 11:37 <cedk> and I wrote some wxwidgets applications in C
2008-07-28 11:37 <cedk> and you don't have classical string type because of the OS compliant
2008-07-28 11:38 <cedk> I found it quite difficult if you must comunicate with other application
2008-07-28 11:52 <udono> cedk: I have no experience with wx, but I trust your opinion, it seems not as easy as to translate glade to pygtk....
2008-07-28 11:53 <cedk> udono: and there will be very much works to do
2008-07-28 11:55 <udono> cedk: ok, I just wanted to be sure that the glade2pygtk task is not senseless at all, and we are looking for a completely other solution in future...
2008-07-28 11:57 <cedk> udono: the only benefit to switch to wxwidgets is to have native interface for win32 users
2008-07-28 11:57 <cedk> udono: but when I discuss with bechamel about that
2008-07-28 11:57 <cedk> udono: we finish with tha conclusion that win32 users have many application with different widgets
2008-07-28 11:58 <cedk> udono: like Ooo, firefox etc ...
2008-07-28 11:58 <cedk> udono: so the advantage is not soo much
2008-07-28 11:59 <cedk> there will be perhaps macos users that can be happy with that
2008-07-28 11:59 <cedk> but we need to find a solution to provide an .app for macos
2008-07-28 12:03 <udono> what is maco?
2008-07-28 12:16 <udono> afk
2008-07-28 13:19 <cedk> udono: MacOS http://www.apple.com/macosx/
2008-07-28 13:48 -!- markusleist(n=markus@212.14.79.210) has joined #tryton
2008-07-28 16:14 -!- kultviech(n=kultviec@p5B0D3F98.dip0.t-ipconnect.de) has joined #tryton
2008-07-28 17:49 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-07-28 18:22 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 563:2c275102bd45 tryton/tryton/gui/window/ (6 files in 6 dirs): Allow to have string for digits that will be evalutate with the record values.
2008-07-28 18:22 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 564:16b154bee999 tryton/tryton/gui/window/view_form/view/list.py: Add rubber banding on list view
2008-07-28 18:22 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 565:676f9136aab7 tryton/tryton/gui/window/view_form/view/list.py: Display sum of selected records and sum of all records
2008-07-28 18:22 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 759:71fd722ee4cd trytond/trytond/osv/orm.py: Add Decimal and datetime to context of eval for xml id
2008-07-28 18:22 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 49:abc5df6701e2 purchase/ (purchase.py purchase.xml): Use digits string for amounts
2008-07-28 18:29 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 64:539c0c9d8763 product/product.py: Fix name_search on product to use super
2008-07-28 18:29 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 113:d17135d8375c relationship/party.py: Add name_search for code on party
2008-07-28 18:45 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 566:9e6fe477a68a tryton/tryton/gui/window/view_form/ (4 files in 3 dirs): Use model expr_eval for evaluating the state attributes
2008-07-28 18:46 -!- Gedd(n=ged@77.109.113.245) has joined #tryton
2008-07-28 19:05 <udono> cedk: in tryton.glade there are some signals, which seems no where defined: on_but_server_activate
2008-07-28 19:05 <udono> <signal name="activate" handler="on_but_server_activate"/>
2008-07-28 19:06 <udono> I try to translate them to pygtk with: self.but_server_new.connect("activate", on_but_server_activate)
2008-07-28 19:07 <udono> ... this doesnt work...
2008-07-28 19:17 <cedk> udono: it is not used
2008-07-28 19:17 <udono> cedk: yes, I seem so...
2008-07-28 19:17 <cedk> udono: line 816 in main.py there is a connect to click event
2008-07-28 19:18 <cedk> glade generate to much handler that we need
2008-07-28 19:18 <cedk> so you can drop it
2008-07-28 19:18 <udono> ok, I understand
2008-07-28 19:18 <udono> cedk: thx
2008-07-28 19:19 <cedk> udono: you work on db backup?
2008-07-28 19:20 <udono> dblogin.py
2008-07-28 20:16 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 85:ac473819c3e3 account_invoice/ (invoice.py invoice.xml): Use string digits
2008-07-28 20:52 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 760:0f966cb1722c trytond/trytond/osv/fields.py:
2008-07-28 20:52 <CIA-54> tryton: Remove round from Numeric fields as it can be dynamic so it must be handle by
2008-07-28 20:52 <CIA-54> tryton: the object.
2008-07-28 22:16 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 567:5569db3b2eea tryton/tryton/gui/window/view_form/widget_search/calendar.py: Fix clear calendar
2008-07-28 22:41 <bechamel> cedk: i discovered that there is a name field for ir_ui_menu on init.sql, but not on ir/ui/menu.py. So i dropped it, fix some old code about it on orm.py (in fields_view_get) but now there a bug about it on the client siez
2008-07-28 22:41 <bechamel> siez > side

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