IRC logs of #tryton for Thursday, 2008-06-05

chat.freenode.net #tryton log beginning Thu Jun 5 00:01:01 CEST 2008
2008-06-05 00:21 <bechamel> cedk: the logger seems ok :)
2008-06-05 01:00 <CIA-50> trytond: Bertrand Chenal <bch@b2ck.com> default * 139:938515cedff2 stock/ (location.py location.xml product.py product.xml): Added forecasted quantities for stocks.
2008-06-05 05:19 -!- yangoo1(n=mathiasb@p549F7EFC.dip.t-dialin.net) has joined #tryton
2008-06-05 08:00 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-06-05 08:06 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has joined #tryton
2008-06-05 08:07 <udono> good morning
2008-06-05 08:08 <Timitos> udono: morning :-)
2008-06-05 08:08 <udono> Timitos: :-)
2008-06-05 08:27 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-06-05 08:46 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 359:4f070720fb84 / (12 files in 8 dirs): Remove "Tryton -" from window names
2008-06-05 08:55 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 19:151060bb69e6 timesheet/ (line.py line.xml): Add view form for enter_lines.init and make required employee and date
2008-06-05 08:57 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 360:0f109d00d5f1 /tryton/common/common.py: Remove development stuff from bad commit 4f070720fb84
2008-06-05 09:18 <udono> hello cedk, good morning
2008-06-05 09:30 -!- Timitos(n=Timitos@88.217.184.172) has left #tryton
2008-06-05 09:43 <cedk> udono: hi
2008-06-05 10:16 -!- bechamel(n=user@ced.homedns.org) has joined #tryton
2008-06-05 10:21 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 361:b25eb56311f7 /tryton/gui/window/view_form/view/form_gtk/url.py: Don't show readonly url
2008-06-05 10:22 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 0:fc2822019532 google_maps/ (__init__.py __tryton__.py address.py address.xml setup.py): Initial commit for google_maps module
2008-06-05 10:33 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 362:8f808f0a7d1c /tryton/gui/window/view_form/view/form.py: Send the same data for relate, action and print
2008-06-05 10:50 <udono> cedk: on http://www.tryton.org/hg/ are the modules missing
2008-06-05 10:51 <udono> cedk: is it a problem?
2008-06-05 10:52 <cedk> udono: oups, fixed
2008-06-05 10:52 <udono> ok
2008-06-05 10:52 <cedk> udono: bad push command
2008-06-05 10:53 -!- bechamel(n=user@ced.homedns.org) has joined #tryton
2008-06-05 10:56 <udono> cedk: nice google maps included. Works fine.
2008-06-05 11:02 <udono> Is it possible to drop fields when I inherit another object?
2008-06-05 11:03 <udono> no, no good idea, bad design...
2008-06-05 11:03 <cedk> udono: you can remove it from the view
2008-06-05 11:04 <udono> yes
2008-06-05 11:09 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 86:8c8e8b08d1aa relationship/party.xml: Increase address height
2008-06-05 11:46 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 30:0fdfe6573f89 company/company.py: Constraint on employee in user, must be child_of main_company
2008-06-05 11:46 <udono> how can i create a domain in a fields.Many2One which shows ('gender', '=', gender) and if gender is None than show all ? If I use just this, than nothing will be displaied
2008-06-05 12:08 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 363:d7c223fb5930 /tryton/gui/window/view_form/view/graph_gtk/ (bar.py line.py): Use locale atof instead of eval for Label in graph with widget float_time
2008-06-05 12:10 <cedk> udono: try with ('gender', 'in', [gender])
2008-06-05 12:10 <udono> cedk: thanks
2008-06-05 12:11 <cedk> udono: I'm not sure
2008-06-05 12:22 <yangoo1> cedk: hello, just applied proxy.patch, doesn't work so far, plaese see bugtracker for error message
2008-06-05 12:23 <udono> yangoo1: hello
2008-06-05 12:23 <yangoo1> udono: hi udono
2008-06-05 12:30 <udono> cedk: no, it dosn't work: TypeError: 'NoneType' object is not iterable
2008-06-05 12:31 <udono> cedk: wait, this could be another error...
2008-06-05 12:43 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 553:ae67414a24f6 /trytond/res/user.xml: Allow user to read users
2008-06-05 12:43 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 97:b77137a75b23 account/tax.xml: Add global rule for taxes
2008-06-05 15:26 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton
2008-06-05 17:07 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2008-06-05 17:09 <udono> Hello cedk: I put my module fragment online http://freehg.org/u/udono/relationship_extended/
2008-06-05 17:12 <cedk> udono: I will take a look
2008-06-05 17:15 -!- bechamel(n=user@ced.homedns.org) has joined #tryton
2008-06-05 17:45 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has joined #tryton
2008-06-05 18:17 -!- cedk_(n=ced@ced.homedns.org) has joined #tryton
2008-06-05 18:24 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has joined #tryton
2008-06-05 20:24 <yangoo1> someone got working forest extension for mercurial?
2008-06-05 20:25 <yangoo1> hg fstatus gives correct result, while not respecting .hgignore
2008-06-05 20:25 <yangoo1> but hg fpull tells "Network unreachable"
2008-06-05 20:25 <yangoo1> hg pull works as expected
2008-06-05 20:27 <cedk_> yangoo1: you must have a wrong address for one repository
2008-06-05 20:29 <yangoo1> this errors appears in each of the repos
2008-06-05 20:29 <yangoo1> and i cloned the repos according to the URLs on tryton.org
2008-06-05 20:30 <yangoo1> I am working with latest http://hg.akoha.org/hgforest/rev/715440e45bf4
2008-06-05 20:31 <yangoo1> [.]
2008-06-05 20:31 <yangoo1> pulling from http://www.tryton.org/hg/trytond/
2008-06-05 20:31 <yangoo1> skipped: <urlopen error (101, 'Network is unreachable')>
2008-06-05 20:31 <cedk_> yangoo1: me too
2008-06-05 20:32 <yangoo1> another proxy question?
2008-06-05 20:32 <cedk_> yangoo1: maybe
2008-06-05 20:32 <cedk_> yangoo1: for me, it works
2008-06-05 20:33 <cedk_> yangoo1: try to open your firewall port
2008-06-05 20:34 <yangoo1> is there a general way to tell python software to use a proxy?
2008-06-05 20:35 <cedk_> yangoo1: I don't think so
2008-06-05 20:36 <yangoo1> I am very astonished, that python seems to have general problems with proxy access...
2008-06-05 21:33 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has left #tryton
2008-06-05 22:17 -!- Timitos(n=Timitos@88.217.184.172) has left #tryton
2008-06-05 23:40 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 98:f8ca9e8c0240 account/ (move.xml tax.py tax.xml): Rename vat into vat_number and tax_vat into vat
2008-06-05 23:40 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 44:e053ae1f50a0 account_invoice/invoice.odt: Rename vat into vat_number
2008-06-05 23:40 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 31:4089616030ea company/company.xml: Rename vat into vat_number
2008-06-05 23:40 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 24:83bd3e3e4680 purchase/purchase.odt: Rename vat into vat_number
2008-06-05 23:40 <CIA-50> trytond: C?dric Krier <ced@b2ck.com> default * 87:33721c25b88d relationship/ (party.py party.xml): Rename vat into vat_number
2008-06-05 23:48 <CIA-50> tryton: C?dric Krier <ced@b2ck.com> default * 364:a88d75e73efe /tryton/tryton.py: Import pygtk and gtk before config

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