IRC logs of #tryton for Wednesday, 2008-09-24

chat.freenode.net #tryton log beginning Wed Sep 24 00:00:01 CEST 2008
2008-09-24 01:24 -!- b52lap(n=b52lapto@41.249.250.195) has joined #tryton
2008-09-24 05:19 -!- yangoon(n=mathiasb@p549F601B.dip.t-dialin.net) has joined #tryton
2008-09-24 08:01 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-09-24 08:31 -!- Gedd(n=ged@77.109.115.3) has joined #tryton
2008-09-24 09:00 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-09-24 09:00 <gadaga> hi
2008-09-24 09:09 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-09-24 09:14 <CIA-52> tryton: ced roundup * #395/The couple (fs_id, module, model) must be unique!: On 23/09/08 22:28 +0200, Mathias wrote: > > Mathias <mathias.behrle@gmx.de> added the comment: > > Sorry, doesn't change anything, is also in ne ...
2008-09-24 09:16 <udono> hi gadaga
2008-09-24 09:17 <udono> hi cedk: It works fine with Many2Many in a tree structure. Thank a lot for the good hints yesterday.
2008-09-24 09:17 <cedk> udono: you're welcome
2008-09-24 09:18 <gadaga> udono: hi
2008-09-24 09:29 <udono> cedk: Thanks :-) There is one strange thing with the Many2Many view: http://paste.pocoo.org/show/86075/
2008-09-24 09:32 <cedk> udono: I have already see this effect sometimes, I will investigate
2008-09-24 09:33 <cedk> udono: I think it is liked on the method to store user preferences on list view
2008-09-24 09:39 <udono> cedk: ok, thanks. Should I open an issue, to not forget?
2008-09-24 09:40 <cedk> udono: yes you can
2008-09-24 09:40 <udono> cedk: ok
2008-09-24 09:45 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton
2008-09-24 09:49 <CIA-52> tryton: udono roundup * #398/Many2Many view: all Rows are collapsed: [new] Many2Many view: all Rows are collapsed. cedk (chat 2008-09-24 09:33) I have already see this effect sometimes, I will investigate. I think ...
2008-09-24 09:50 <udono> cedk: another question, which magic you use for the xml_id replacement in the translation strings yesterday?
2008-09-24 09:50 <cedk> udono: my fingers :-)
2008-09-24 09:50 <udono> :-)
2008-09-24 09:51 <udono> cedk: so you are quick-fingers-kreir .-)
2008-09-24 09:52 <udono> and not slow-hand-clapton
2008-09-24 09:52 <cedk> udono: no, I know where to find the action in xml
2008-09-24 09:56 <CIA-52> tryton: ced roundup * #396/Actualization of menu: [resolved] I try it and it works. I change the translation of a menu entry, reload the menu view and I have the new translation.
2008-09-24 10:09 <cedk> udono: can you tell me what you have in the table ir_ui_view_tree_width
2008-09-24 10:10 <cedk> udono: for the model relationship.party
2008-09-24 10:10 <udono> cedk: yes
2008-09-24 10:13 <udono> cedk: http://paste.pocoo.org/show/86077/
2008-09-24 10:15 <CIA-52> tryton: ced roundup * #398/Many2Many view: all Rows are collapsed: [resolved] Fix with changeset 404aafbf43ae
2008-09-24 10:16 <udono> cedk: Thanks, I test
2008-09-24 10:17 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 1013:404aafbf43ae trytond/trytond/osv/orm.py: Set tree with only for with greater than zero for issue398
2008-09-24 10:29 <udono> cedk: It's not working. Did I need to remove the entrys in ir_ui_view_tree_width?
2008-09-24 10:30 <udono> cedk: Yes I need to remove. Now its working. Thanks
2008-09-24 10:31 -!- rli(n=rli@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-09-24 10:32 <udono> saveing the right width works, too.
2008-09-24 10:45 -!- gael_(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton
2008-09-24 10:54 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 212:e54134312a6b account/move.py: Add check for reconciliation of the same party lines
2008-09-24 11:02 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 213:725c446b89c7 account/move.py: Fix concurrency exception in move line write
2008-09-24 11:15 <yangoon> cedk: your comment in https://bugs.tryton.org/roundup/issue395: I have to delete row "The couple (fs_id, module) must be unique!" from ir_translation, right?
2008-09-24 11:44 <cedk> yangoon: it is in ir_model_data table
2008-09-24 11:46 <yangoon> cedk: you are speaking about constraint or value?
2008-09-24 11:47 <cedk> yangoon: constraint
2008-09-24 11:49 <yangoon> cedk: I have deleted the contraint in old database and updated, as well I have created new database: http://paste.pocoo.org/show/86083/
2008-09-24 11:49 <yangoon> cedk: so constraint seems to look good
2008-09-24 11:50 <cedk> yangoon: so what the problems?
2008-09-24 11:51 <yangoon> cedk: persisting The couple (fs_id, module) must be unique! in translation
2008-09-24 11:51 <cedk> yangoon: when?
2008-09-24 11:53 <yangoon> cedk: https://bugs.tryton.org/roundup/file197/couple.png
2008-09-24 11:54 <cedk> yangoon: it is an older translation
2008-09-24 11:55 <yangoon> cedk: if there is old value in csv file, does it persist in new database?
2008-09-24 11:55 <yangoon> cedk: i.e. never cleaned up?
2008-09-24 11:55 <cedk> yangoon: yes
2008-09-24 11:57 <yangoon> ok, then I just have to delete the row in translations and you have to rename couple to triple or key, as I proposed in https://bugs.tryton.org/roundup/issue395
2008-09-24 11:58 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 1014:378bffc5ed92 trytond/trytond/ir/model.py: Fix typo
2008-09-24 12:13 <yangoon> cedk: There will be from now on often smaller changes to translation files. I think it would be more convenient for you to just let me push such changes instead of creating/importing patches each time. How do you think about it?
2008-09-24 12:15 <cedk> yangoon: it is simplest for us to work with patches
2008-09-24 12:26 -!- tekknokrat(n=gthieleb@port-87-193-170-219.static.qsc.de) has joined #tryton
2008-09-24 14:47 -!- ikks(n=igor@190.12.156.178) has joined #tryton
2008-09-24 15:22 -!- b52lap(n=b52lapto@41.249.250.195) has joined #tryton
2008-09-24 16:13 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 1015:8b872a6782a4 trytond/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:13 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 1016:e4bedc0ac0cb trytond/COPYRIGHT: Fix typo
2008-09-24 16:13 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 1017:96816e4d1f74 trytond/setup.py: Fix setup classifiers
2008-09-24 16:13 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 1020:119d8f9f6588 trytond/trytond/ir/module/module.py: Remove default license
2008-09-24 16:13 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 1018:bf8af14dba66 trytond/trytond/version.py: Fix license in version
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 1019:dd2a49722b1d trytond/trytond/ir/module/ (module.py module.xml): Remove license on ir.module
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 216:a5246ba2e520 account/setup.py: Fix setup classifiers and license
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 215:e39f0f749230 account/COPYRIGHT: Add missing SPRL on B2CK
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 214:a9d8cbfca25f account/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 10:a6f8ad97a37b account_be/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 11:d7571eca247c account_be/setup.py: Fix setup classifiers and license
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 117:bf659a5e9533 account_invoice/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 118:befc5888f081 account_invoice/setup.py: Fix setup classifiers and license
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 53:f85fb3e7218b account_statement/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 54:e80820ac54ec account_statement/setup.py: Add setup
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 20:fa78f57a372f analytic_account/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 21:e1b371c366e0 analytic_account/setup.py: Fix setup classifiers and license
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 13:1fc16695759c analytic_invoice/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 14:9e2ecfe5825e analytic_invoice/setup.py: Fix setup classifiers and license
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 12:b35ebb9b08c1 analytic_purchase/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:14 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 13:c9c1bd2b922e analytic_purchase/setup.py: Fix setup classifiers and license
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 58:6c66ef5af36e company/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 59:ade81f7fa86f company/setup.py: Fix setup classifiers and license
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 22:1c87308b9bba currency/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 23:bdd9ca27fbc0 currency/setup.py: Fix setup classifiers and license
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 6:3c0cead8aa5e google_maps/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 7:0d3f9e022768 google_maps/setup.py: Fix setup classifiers and license
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 77:0e5a637a9a66 product/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 78:ec5e92ae4e96 product/setup.py: Fix setup classifiers and license
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 13:36b4a6dd4656 project/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 14:0d41471d848d project/setup.py: Fix setup classifiers and license
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 7:33845c2b6203 project_revenue/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 8:2ca6d3b989dd project_revenue/setup.py: Fix setup classifiers and license
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 92:a8f6aefc81a9 purchase/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 93:253da8a48341 purchase/setup.py: Fix setup classifiers and license
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 134:6da9caf10f95 relationship/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 135:936268c24d97 relationship/setup.py: Fix setup classifiers and license
2008-09-24 16:16 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 783:ba1b0b1d3fb4 tryton/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:16 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 784:2ddd63a5cc57 tryton/ (COPYRIGHT tryton/common/date_widget.py): Convert date_widget to GPLv3
2008-09-24 16:16 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 215:01c18d9f9343 stock/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:16 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 216:e0d862083b33 stock/setup.py: Fix setup classifiers and license
2008-09-24 16:16 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 43:fbef77063c95 timesheet/ (COPYRIGHT LICENSE): Use GPLv3
2008-09-24 16:16 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 44:58796143419e timesheet/setup.py: Fix setup classifiers and license
2008-09-24 17:29 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 785:c1f54b447859 tryton/ (share/tryton/tryton.glade tryton/gui/main.py): Remove license from glade
2008-09-24 17:31 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 55:474171ff1e58 account_statement/ (__tryton__.py statement.py): Rename "Bank Statement" into "Account Statement"
2008-09-24 17:38 <cedk> Timitos: Hi, can I ask you a question about account statement?
2008-09-24 17:43 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 56:72c0e01bace7 account_statement/statement.py:
2008-09-24 17:43 <CIA-52> tryton: Add some docstring
2008-09-24 17:43 <CIA-52> tryton: Make create_move return the id of the move
2008-09-24 17:48 <udono> cedk: timitos is not there today
2008-09-24 17:52 <bechamel> udono: hi, did you see my answer yesterday evening about the m2m ?
2008-09-24 17:57 <udono> bechamel: yes, good timing! This morning I solved my problem with your hint.
2008-09-24 17:58 <cedk> udono: ok, I will ask him tomorow
2008-09-24 17:59 <bechamel> udono: great :)
2008-09-24 17:59 <udono> cedk: or you just ask, he told me he will be there maybe, but late. Tomorrow he is away, too, I thing. But if you ask him, he will read sooner or later...
2008-09-24 18:00 <cedk> udono: ok
2008-09-24 18:01 <cedk> Timitos: it is about the account statement, I don't know how to handle when customers paid too much for an invoice
2008-09-24 18:01 <udono> bechamel: there are som small things, I dont know to solve, but I collect them for later finetuning. Now I am looking for ideas how to slove the bigger problems of the concept...
2008-09-24 18:02 <udono> s/slove/solve/
2008-09-24 18:04 <bechamel> udono: ok
2008-09-24 18:04 <udono> btw. I moved from joe to gvim :-) there are great syntax colors for python I like fruity: http://pocoo.org/~mitsuhiko/fruity.vim
2008-09-24 18:04 <bechamel> ACTION prefer emacs :)
2008-09-24 18:05 <bechamel> udono: and there is nice color in emacs too ;)
2008-09-24 18:06 <udono> bechamel: but not fruity ;-) http://lucumr.pocoo.org/static/pictures/vim_pocoo_dev.png
2008-09-24 18:07 <bechamel> udono: not bad, i like the font too
2008-09-24 18:09 <udono> yes, the font I like a lot, too. You find it here: http://jorrel.blogspot.com/2007/11/monaco-on-ubuntu.html
2008-09-24 18:12 <bechamel> udono: cool i was searching for it some time ago, i didn't manage to find the ttf file, thanks
2008-09-24 18:12 <udono> bechamel: you are welcome :-)
2008-09-24 18:59 <CIA-52> tryton: Bertrand Chenal <bch@b2ck.com> default * 1021:3b84bd2821b6 trytond/doc/models.rst: Added some documentation about models. WIP.
2008-09-24 18:59 <CIA-52> tryton: Bertrand Chenal <bch@b2ck.com> default * 1022:11dca081e8b1 trytond/: merge
2008-09-24 20:21 -!- b52laptop(n=b52lapto@41.249.250.195) has joined #tryton
2008-09-24 21:17 <CIA-52> tryton: udono roundup * #399/Strange Error in custom module: duplicate key violates unique constraint "ir_model_data_fs_id_module_uniq": [new] If I try to update a customized module, This error is raised: [Wed Sep 24 20:24:25 2008] ERROR:init:Error while parsing xml file: In tag rec ...
2008-09-24 21:32 -!- Gedd(n=ged@77.109.115.191) has joined #tryton
2008-09-24 21:42 <Timitos> cedk: handling when customers paid too much is rather difficult. i think we need to discuss that as there are many possibilities to solve this problem. we need to choose one together.
2008-09-24 21:44 <Timitos> cedk: i will be available perhaps tomorrow afternoon or on friday morning to discuss this
2008-09-24 22:17 <CIA-52> tryton: cedric.krier@b2ck.com * r156 /wiki/HowtoContribute.wiki: Use GPLv3
2008-09-24 22:53 -!- Franz_Josef(n=chatzill@e176239248.adsl.alicedsl.de) has joined #tryton
2008-09-24 23:52 -!- 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/!