IRC logs of #tryton for Friday, 2008-08-01

chat.freenode.net #tryton log beginning Fri Aug 1 00:00:01 CEST 2008
2008-08-01 00:02 -!- kultviech(n=kultviec@p5B0D3E30.dip0.t-ipconnect.de) has left #tryton
2008-08-01 00:03 -!- betamax_(i=betamax@gateway/tor/x-dbd800905a07186a) has joined #tryton
2008-08-01 00:44 <CIA-54> tryton: C?dric Krier <ced@b2ck.com> default * 798:f52f8c0fc81f trytond/trytond/web_service/db.py: Add quote on database queries
2008-08-01 01:24 -!- FWiesing(n=Wiesinge@194.208.185.12) has left #tryton
2008-08-01 01:45 <CIA-54> tryton: FWiesing roundup * #229/NameError: name 'currency_digits' is not defined: [new] Traceback (most recent call last): File "/tryton/gui/main.py", line 605, in _sig_child_call res = wid.handlers[button_name]() File " ...
2008-08-01 01:48 <CIA-54> tryton: FWiesing roundup * #229/NameError: name 'currency_digits' is not defined: [chatting] If I want create a new purchase under draft purchases I get the messagebox below. The user is uses german language. The message appears ...
2008-08-01 06:43 -!- udono(n=udono@dynamic-unidsl-85-197-25-158.westend.de) has joined #tryton
2008-08-01 07:26 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-08-01 08:24 -!- Gedd(n=ged@77.109.115.118) has joined #tryton
2008-08-01 10:01 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-08-01 10:09 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton
2008-08-01 10:16 <CIA-54> tryton: ced roundup * #229/NameError: name 'currency_digits' is not defined: [testing] This is because you don't have update the module purchase.
2008-08-01 10:57 -!- CIA-9(n=CIA@208.69.182.149.simpli.biz) has joined #tryton
2008-08-01 11:11 <CIA-9> tryton: FWiesing roundup * #230/res = self.cursor.execute(sql): [new] Traceback (most recent call last): File "/trytond/netsvc.py", line 335, in run res = method(*msg[2:]) File "/trytond/web_service/wiz ...
2008-08-01 11:13 <CIA-9> tryton: FWiesing roundup * #230/res = self.cursor.execute(sql): [chatting] If I upgrade the module purchase with administration > ir > module - I get the error below
2008-08-01 11:14 -!- FWiesing(n=Wiesinge@194.208.185.12) has joined #tryton
2008-08-01 11:15 <CIA-9> tryton: ced roundup * #230/res = self.cursor.execute(sql): Put the output of the server also.
2008-08-01 11:15 -!- markusleist(n=markus@212.14.79.210) has joined #tryton
2008-08-01 11:23 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 31:82661631a3d6 gentoo-overlay/dev-python/relatorio/ (Manifest relatorio-9999.ebuild): relatorio use mercurial now
2008-08-01 11:24 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 799:ec48b4d44fbe trytond/trytond/ir/model.py: Fix unique constraint on Model to use model field instead of name
2008-08-01 13:18 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 579:67cdd4532319 tryton/tryton/gui/window/view_form/model/ (field.py group.py record.py):
2008-08-01 13:18 <CIA-9> tryton: Add get_eval function to have simple value for expr eval in on_change,
2008-08-01 13:18 <CIA-9> tryton: states, ...
2008-08-01 13:18 <CIA-9> tryton: Add signal record changed when removing model from group
2008-08-01 13:18 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 580:f3ee88f5a022 tryton/tryton/gui/window/view_form/model/record.py:
2008-08-01 13:18 <CIA-9> tryton: Don't check_load by default on expr_eval
2008-08-01 13:18 <CIA-9> tryton: Fix EvalEnvironment to handle check_load and to use get_eval
2008-08-01 13:18 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 581:034ce8d8b886 tryton/tryton/gui/window/view_form/model/group.py: Don't force to reload model in add_fields if there is no new field
2008-08-01 13:18 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 50:38a262305686 purchase/purchase.py: Better invoice method name
2008-08-01 13:18 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 51:09a73405fca5 purchase/purchase.py:
2008-08-01 13:18 <CIA-9> tryton: Set currency readonly when there is lines because unit price depend of the
2008-08-01 13:18 <CIA-9> tryton: currency
2008-08-01 13:19 <cedk> bechamel: with those push, I made that the value send to the server on an on_change will be more easy to use
2008-08-01 13:20 <cedk> bechamel: for the one2many, you will have only one list with dictionnary for values
2008-08-01 13:20 -!- kultviech(n=kultviec@p5497741F.dip.t-dialin.net) has joined #tryton
2008-08-01 13:20 <cedk> bechamel: instead of the [('add', []), ('remove', [])]
2008-08-01 13:21 <bechamel> cedk: ok, i didn't remember what was sent
2008-08-01 13:21 <cedk> and for the many2many, it will be just the list of id instaed of [('set', [])]
2008-08-01 13:21 -!- kleinerdrache(n=martin@85.127.52.146) has joined #tryton
2008-08-01 13:21 <cedk> bechamel: it will look more like a browserecord :-)
2008-08-01 14:38 -!- udono(n=udono@dynamic-unidsl-85-197-19-56.westend.de) has joined #tryton
2008-08-01 15:18 <udono> hello
2008-08-01 16:22 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 52:d35b4574a041 purchase/purchase.py:
2008-08-01 16:22 <CIA-9> tryton: Improve get_tax_amount
2008-08-01 16:22 <CIA-9> tryton: - skip non line
2008-08-01 16:22 <CIA-9> tryton: - initialise context if not
2008-08-01 16:22 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 53:fdf108bfbe04 purchase/purchase.py:
2008-08-01 16:22 <CIA-9> tryton: Add an on_change on lines of purchase to update untaxed_amount, tax_amout and
2008-08-01 16:23 <CIA-9> tryton: total_amount for issue185
2008-08-01 16:23 <CIA-9> tryton: ced roundup * #185/Sums on form purchase are only calculated with button 'Compute': [resolved] Fix with changeset fdf108bfbe04
2008-08-01 16:37 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 87:0d4c13921a0f account_invoice/invoice.py: Add default value for payment_term if there is only one
2008-08-01 16:37 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 54:ac3d1813973a purchase/purchase.py: Add default value for payment_term and warehouse if there is only one
2008-08-01 16:37 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 55:a9a07ac0e3cb purchase/purchase.py:
2008-08-01 16:37 <CIA-9> tryton: Use domain of payment_term field for the search of default in prevention of
2008-08-01 16:37 <CIA-9> tryton: futur inherit that will add domain
2008-08-01 16:38 <cedk> udono: the issue for database creation with case insensitive is fixed
2008-08-01 16:38 <udono> cedk: Yes, I read it.
2008-08-01 16:39 <udono> cedk: did you know if there are more characters allowed then Alphanummeric and underscore?
2008-08-01 16:39 <udono> cedk: in database names for postgres.
2008-08-01 16:40 <udono> cedk: I searcht yesterday, but dont find anything
2008-08-01 16:40 <cedk> udono: I try sometimes ago to know exactly what is allowed but I didn't succeed
2008-08-01 16:40 <udono> cedk: ok
2008-08-01 16:40 <cedk> udono: I preferd to have a subset that works than a too big set that can have mistake
2008-08-01 16:41 <cedk> udono: bu the way, if you add the keypress event, can you add ctrl+u on paswword to reset it
2008-08-01 16:41 <udono> cedk: I dont understand
2008-08-01 16:42 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-08-01 16:43 <cedk> udono: generally in unix world, when you must enter a password, you can reset the entry if you make a mistake by enter ctrl+u
2008-08-01 16:45 <udono> cedk: Ok, I understand, but I dont know how to do...
2008-08-01 16:46 <udono> cedk: and on the dbcreate dialog are two passwords...
2008-08-01 16:49 <udono> cedk: ?
2008-08-01 16:54 <cedk> udono: for each gtk.Entry, you connect it to keypress event, and if the event = ctrl+u, you set '' in the entry
2008-08-01 16:59 <udono> cedk: I try
2008-08-01 17:09 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 800:fb5f9741d211 trytond/trytond/workflow/workflow.py: Add some indexes on workflow object inspired by openerp rev936
2008-08-01 17:09 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 801:edb37a191dbc trytond/trytond/ir/translation.py: Fix index name on ir.translation and add a new one
2008-08-01 17:15 <CIA-9> tryton: C?dric Krier <ced@b2ck.com> default * 582:717249b49471 tryton/tryton/gui/window/view_form/view/form_gtk/checkbox.py: Allow setting of default value on checkbox widget from openerp rev548
2008-08-01 17:54 <udono> cedk: I posted on postgres a request about the databasename...
2008-08-01 18:02 <CIA-9> tryton: Bertrand Chenal <bch@b2ck.com> default * 583:d4c6db66de32 tryton/share/pixmaps/tryton.png: New logo on login screen
2008-08-01 18:02 <CIA-9> tryton: Bertrand Chenal <bch@b2ck.com> default * 584:1428081ab2c7 tryton/: merge
2008-08-01 18:26 -!- kultviech(n=kultviec@p5497741F.dip.t-dialin.net) has joined #tryton
2008-08-01 18:38 -!- udono(n=udono@dynamic-unidsl-85-197-23-188.westend.de) has joined #tryton
2008-08-01 18:39 <udono> cedk: sorry connection lost...
2008-08-01 18:48 <CIA-9> tryton: Timitos roundup * #231/error when updating dbs to newest version: [new] Traceback (most recent call last): File "./trytond", line 29, in <module> trytond.TrytonServer().run() File "/home/kp/proc/tryton/tr ...
2008-08-01 19:20 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-08-01 19:26 <udono> ced: I have it...
2008-08-01 19:28 <udono> cedk which keys are allowed for a tryton server password and for a tryton admin password? Possible to use accents or space?
2008-08-01 20:05 -!- kultviech(n=kultviec@p5497741F.dip.t-dialin.net) has left #tryton
2008-08-01 21:54 <udono> by
2008-08-01 21:54 -!- udono(n=udono@dynamic-unidsl-85-197-23-188.westend.de) has left #tryton
2008-08-01 22:00 -!- kultviech(n=kultviec@91.13.52.108) has joined #tryton

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