IRC logs of #tryton for Thursday, 2008-08-14

chat.freenode.net #tryton log beginning Thu Aug 14 00:00:01 CEST 2008
2008-08-14 01:02 -!- b52laptop(n=b52lapto@41.249.250.195) has joined #tryton
2008-08-14 08:28 -!- Gedd(n=ged@77.109.115.118) has joined #tryton
2008-08-14 08:29 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-08-14 08:50 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-08-14 08:51 <gadaga> hi
2008-08-14 08:51 <Timitos> gadaga: hi
2008-08-14 08:51 <gadaga> Timitos: hi
2008-08-14 09:08 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton
2008-08-14 09:13 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-08-14 09:40 <CIA-54> tryton: udono roundup * #252/field with translate=True: on translation error:: [chatting] Is there a way to translate this kind of XML records? Or is there another way to provide data which will be transletable?
2008-08-14 09:50 -!- gael_(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-08-14 10:15 -!- gael__(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-08-14 10:36 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 831:d66687cd9a50 trytond/trytond/module.py:
2008-08-14 10:36 <CIA-54> tryton: Improve import modules
2008-08-14 10:36 <CIA-54> tryton: - Add traceback in the log message
2008-08-14 10:36 <CIA-54> tryton: - Don't try to instanciate module that are not imported
2008-08-14 11:23 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 647:1d5ba0fb6b4d tryton/tryton/common/common.py: Don't call error on socket exception
2008-08-14 11:23 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 648:b09a203efce1 tryton/tryton/gui/window/view_form/model/record.py: Preserve record id to have False value
2008-08-14 11:23 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 649:17f49d676fea tryton/tryton/rpc.py: Don't remove socket after network error on login
2008-08-14 11:23 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 650:1dc722565411 tryton/tryton/ (common/common.py gui/window/tree.py): Stop the login loop after network error and add error message
2008-08-14 11:24 <CIA-54> tryton: ced roundup * #249/Network is unreachable: [resolved] Must be fixed with changesets: 1d5ba0fb6b4d b09a203efce1 17f49d676fea 1dc722565411
2008-08-14 11:25 <CIA-54> tryton: ced roundup * #229/NameError: name 'currency_digits' is not defined: [resolved] I close the issue, reopen it if it doesn't work
2008-08-14 11:45 <CIA-54> tryton: gadaga roundup * #253/patch for currency in ISO4217: [new] this is a patch for having all currencies in ISO4217
2008-08-14 11:53 <cedk> openerp takes the Modified Preorder Tree Traversal
2008-08-14 11:53 <cedk> http://bazaar.launchpad.net/%7Eopenerp/openobject-server/trunk/revision/961
2008-08-14 11:54 <cedk> but with a bad implementation :-)
2008-08-14 11:54 <gadaga> cedk: yes I've see it ;)
2008-08-14 11:57 <cedk> he can only have one tree on a object
2008-08-14 12:02 <cedk> what do you think about this funtcionnality:
2008-08-14 12:02 <cedk> http://husendaudi.blogspot.com/2008/08/spell-check-functionality-on-textview.html
2008-08-14 12:03 -!- ansx(i=nil@motocultabl.eu) has joined #tryton
2008-08-14 12:04 <gadaga> cedk: it's a good idea to add spell check
2008-08-14 12:10 <CIA-54> tryton: gadaga roundup * #254/KeyError: 'name': [new] Traceback (most recent call last): File "/tryton/gui/main.py", line 610, in _sig_child_call res = wid.handlers[button_name]() File " ...
2008-08-14 13:35 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 651:94f726866c9f tryton/tryton/gui/window/tree.py: Improve exception handling
2008-08-14 13:35 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 652:5e6e9ae60d3b tryton/tryton/gui/window/view_form/view/form_gtk/parser.py: Add log error for unknown field name
2008-08-14 13:35 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 832:725f3ee91806 trytond/trytond/pysocket.py: Improve socket behavior
2008-08-14 13:35 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 653:93e31960aae3 tryton/tryton/ (pysocket.py rpc.py):
2008-08-14 13:35 <CIA-54> tryton: Improve socket behavior
2008-08-14 13:35 <CIA-54> tryton: IPv4 socket can not reconnect with the same socket
2008-08-14 13:51 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 654:bf8b3cd545db tryton/tryton/gui/window/view_form/screen/screen.py:
2008-08-14 13:51 <CIA-54> tryton: Don't delete fields to prevent error message just set it invisible, readonly,
2008-08-14 13:51 <CIA-54> tryton: etc..
2008-08-14 14:17 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 655:2d297dfad296 tryton/tryton/rpc.py: Fix typo in NotLogged exception
2008-08-14 14:17 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 656:140fec5bd4d8 tryton/tryton/pysocket.py: Call connect in reconnect function
2008-08-14 14:17 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 657:1442061116ae tryton/tryton/gui/window/view_form/view/form_gtk/textbox.py: Add spell check in textbox (from openerp rev558)
2008-08-14 14:18 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 833:c67cc5386d02 trytond/trytond/pysocket.py: Use connect in reconnect function
2008-08-14 14:25 <gadaga> cedk: nice for Spell check ;)
2008-08-14 14:26 <cedk> gadaga: it is in a try except because gtkspell is not available on win32
2008-08-14 14:26 <cedk> gadaga: and it needs gnome stuff
2008-08-14 14:27 <gadaga> cedk: and mac osx?
2008-08-14 14:27 <cedk> gadaga: I don't know if there is gtkspell on mac
2008-08-14 14:27 <gadaga> cedk: leyoda will test it ;)
2008-08-14 14:36 <cedk> gadaga: for the currency patch, do you have all the currencies ?
2008-08-14 14:36 <gadaga> cedk: yes all in iso 4217 standard
2008-08-14 14:39 <gadaga> cedk: you should use Aspell for win32 for replacing gtkspell?
2008-08-14 14:40 <gadaga> cedk: pidgin use Aspell in win32 for Spell check
2008-08-14 14:45 <cedk> pidgin is not write in python
2008-08-14 15:14 -!- kultviech(n=kultviec@p54975B35.dip.t-dialin.net) has joined #tryton
2008-08-14 15:34 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 658:f8892a390426 tryton/tryton/gui/window/attachment.py: Remove unused view_name for issue254
2008-08-14 15:34 <CIA-54> tryton: ced roundup * #254/KeyError: 'name': [resolved] Fix with changeset f8892a390426
2008-08-14 16:03 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-08-14 16:09 -!- b52lap(n=b52lapto@41.249.250.195) has joined #tryton
2008-08-14 16:25 <CIA-54> tryton: Bertrand Chenal <bch@b2ck.com> default * 176:e9d735b124cf stock/ (location.py product.py): Fix: use max date instead of current date for infinite forecast
2008-08-14 16:26 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton
2008-08-14 16:36 <CIA-54> tryton: bch roundup * #255/Border around O2M: [new] I find that if there was a border around o2m and m2m (especially when the form view is used, ie addresses on party), the form would be more ...
2008-08-14 16:49 -!- kultviech(n=kultviec@p54975B35.dip.t-dialin.net) has left #tryton
2008-08-14 17:12 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 659:1ed058d555a8 tryton/tryton/gui/window/view_form/view/form_gtk/ (many2many.py one2many.py textbox.py): Use SHADOW_ETCHED_IN for view in form for issue255
2008-08-14 17:12 <CIA-54> tryton: ced roundup * #255/Border around O2M: [resolved] Fix with changeset 1ed058d555a8
2008-08-14 17:17 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-08-14 17:19 <CIA-54> tryton: Gael LE GUEDARD <gael@sednacom.fr> default * 12:0ba466231103 currency/currency.xml: Add currencies in ISO 4217
2008-08-14 17:19 <CIA-54> tryton: ced roundup * #253/patch for currency in ISO4217: [resolved] Applied
2008-08-14 17:38 <udono> cedk: You ask me before some weeks about the german translations, I ask FWiesing he told me that the translations are in a state we can publish
2008-08-14 17:39 <cedk> udono: ok, all is in the issue ?
2008-08-14 17:39 <udono> cedk: yes
2008-08-14 17:40 <cedk> udono: strange I don't see any ir csv
2008-08-14 17:40 <udono> cedk: I will see
2008-08-14 17:41 <cedk> udono: and all files are in june
2008-08-14 17:42 <udono> yes, FWiesing told me they have been ready... now they are aged...
2008-08-14 17:45 <cedk> udono: so what?
2008-08-14 17:47 <udono> cedk: dont know... FWiesing is away untill oktober... maybe we may include them and overwork
2008-08-14 17:50 <udono> cedk: what do you advice?
2008-08-14 17:51 <cedk> udono: I think that if I put in the repo the translation even if there are not correct
2008-08-14 17:51 <cedk> udono: we will have some translation error report with patches
2008-08-14 17:51 <cedk> udono: and so it will progress
2008-08-14 17:52 <udono> cedk: yes, this is a good way
2008-08-14 17:52 <cedk> udono: otherwise, if we wait, there will be only one person to make the job
2008-08-14 17:52 <udono> cedk: absolutely right
2008-08-14 17:53 <udono> cedk: and refining translation is a by-the-way job
2008-08-14 17:54 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 660:c77e24f2895c tryton/tryton/gui/window/tree.py: Add viewport with SHADOW_ETCHED_IN on tree view
2008-08-14 17:54 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 661:655335b21611 tryton/tryton/gui/window/view_form/view/screen_container.py: Add SHADOW_ETCHED_IN on viewport for list view
2008-08-14 17:55 <cedk> udono: so I take it and we will see
2008-08-14 17:55 <udono> cedk: yes. I will contribute translations as I can...
2008-08-14 17:59 <gadaga> bybye
2008-08-14 17:59 <gadaga> ACTION mode [holidays]: on :D
2008-08-14 17:59 <gadaga> see you in september ;)
2008-08-14 17:59 <Timitos> gadaga: have a nice holiday
2008-08-14 18:00 <gadaga> Timitos: Thanks :)
2008-08-14 18:00 <udono> gadaga: great holiday! And good recreation!
2008-08-14 18:01 <gadaga> udono: yess thanks
2008-08-14 18:01 <udono> \me is a little bit jealousy of gadaga
2008-08-14 18:01 <udono> ACTION is a little bit jealousy of gadaga
2008-08-14 18:30 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 834:3222dbef9e87 trytond/trytond/res/user.xml: Remove old roles_id
2008-08-14 18:30 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 835:e8b7d333968c trytond/trytond/res/ (__tryton__.py de_DE.csv): Add de_DE translation
2008-08-14 18:30 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 45:62c54f2ba60e company/ (__tryton__.py de_DE.csv): Add de_DE translation
2008-08-14 18:30 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 13:874086424056 currency/ (__tryton__.py de_DE.csv): Add de_DE translation
2008-08-14 18:30 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 68:81798d50a638 product/ (__tryton__.py de_DE.csv): Add de_DE translation
2008-08-14 18:30 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 10:f4b2fb76382b project/ (__tryton__.py de_DE.csv): Add de_DE translation
2008-08-14 18:30 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 120:f3bc0018980e relationship/ (__tryton__.py de_DE.csv): Add de_DE translation
2008-08-14 18:30 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 38:bd2aa67a13f9 timesheet/ (__tryton__.py de_DE.csv): Add de_DE translation
2008-08-14 18:31 <CIA-54> tryton: ced roundup * #107/Anmerkungen zu German Translations (Deutsche Übersetzungen): [resolved] All added to the repository. I close the issue but re-open it for new translation or fix.
2008-08-14 18:39 <CIA-54> tryton: Bertrand Chenal <bch@b2ck.com> default * 836:21595f71fdec trytond/trytond/sql_db.py: Add values when adding boolean, integer and float columns.
2008-08-14 18:39 <CIA-54> tryton: Bertrand Chenal <bch@b2ck.com> default * 837:c3b5782c3b99 trytond/: merge
2008-08-14 18:39 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 662:6d66e28d9e2c tryton/tryton/gui/window/form.py: Don't display negative id and fix guidelines
2008-08-14 18:53 <udono> cedk: Translations works fine, many thanks
2008-08-14 18:54 <udono> cedk: I try the spellchecker, but I cant see any spelling mistake marking...
2008-08-14 18:55 <cedk> udono: you must have python-gnome-extra package installed
2008-08-14 18:55 <udono> cedk: is installed
2008-08-14 18:55 <cedk> udono: and you must have the right dictionnary
2008-08-14 18:56 <udono> ok
2008-08-14 18:56 <udono> I will see
2008-08-14 19:00 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 838:dcae0db75e7b trytond/trytond/ (osv/orm.py sql_db.py): Use symbol_set from fields for default value
2008-08-14 19:01 <udono> cedk: everything seems installed, but no visual error or something
2008-08-14 19:02 <cedk> udono: what are you typing and in which language ?
2008-08-14 19:03 <udono> cedk: on python console ican import gtkspell
2008-08-14 19:03 <udono> cedk: iam typing jhgfhgf hhjhjlghl hhh in client language setting german
2008-08-14 19:03 <Timitos> udono: in which field do you try that?
2008-08-14 19:04 <udono> Timitos: textfield of product
2008-08-14 19:04 <udono> Timitos: did it work for you?
2008-08-14 19:04 -!- b52lap(n=b52lapto@41.249.250.195) has joined #tryton
2008-08-14 19:04 <Timitos> udono: yes. in note field of account.
2008-08-14 19:05 <Timitos> udono: it is working with text field of product, too. so it must depend on your installation
2008-08-14 19:06 <udono> Timitos: both not working for me.
2008-08-14 19:07 <udono> Timitos:cedk take a look how to test
2008-08-14 19:37 <udono> cedk: Timitos: its working now, just an uncaught crosses branches... just a merge, just a commit, everything work fine
2008-08-14 19:45 <Timitos> udono: fine :-)
2008-08-14 20:38 <udono> Anyone knows news about relatorio and the new api. What will it provide? Because we like to create our invoicing in Tryton... is the hyperlink solution like mentioned last week now fixed part of relatorio?
2008-08-14 20:48 <udono> Gedd: ?
2008-08-14 21:34 -!- b52laptop(n=b52lapto@41.249.250.195) has joined #tryton

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