IRC logs of #tryton for Friday, 2009-06-26

chat.freenode.net #tryton log beginning Fri Jun 26 00:00:02 CEST 2009
2009-06-26 00:28 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 196:0a77868186b7 stock_supply/doc/index.rst: Update doc to reflect packing>shipment renaming
2009-06-26 00:28 <CIA-70> http://hg.tryton.org/modules/stock_supply/rev/0a77868186b7
2009-06-26 00:28 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 576:e2089ac25744 stock/doc/index.rst: Update doc to reflect packing>shipment renaming
2009-06-26 00:28 <CIA-70> http://hg.tryton.org/modules/stock/rev/e2089ac25744
2009-06-26 01:14 <vengfulsquirrel> Does anyone have a deployed trytond instance? With some/any memory usage statistics?
2009-06-26 02:51 -!- ikks(n=ikks@190.120.130.45) has joined #tryton
2009-06-26 05:19 -!- yangoon(n=mathiasb@p549F7D2C.dip.t-dialin.net) has joined #tryton
2009-06-26 07:47 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-06-26 08:09 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-06-26 08:22 -!- paepke(n=paepke@mail.metaldyne-nue.de) has joined #tryton
2009-06-26 08:29 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-06-26 08:57 -!- enlightx(n=enlightx@host-84-223-75-213.cust-adsl.tiscali.it) has joined #tryton
2009-06-26 09:22 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-06-26 09:50 -!- bechamel(n=user@host-85-201-74-27.brutele.be) has joined #tryton
2009-06-26 11:34 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 69:bf5dcd08fde1 project/work.py: Use browse record methods to compute total effort
2009-06-26 11:34 <CIA-70> http://hg.tryton.org/modules/project/rev/bf5dcd08fde1
2009-06-26 11:57 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 39:d9795c8b0eb5 country/scripts/countries.py: Guidelines
2009-06-26 11:57 <CIA-70> http://hg.tryton.org/modules/country/rev/d9795c8b0eb5
2009-06-26 11:57 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 40:9956fc3402f9 country/doc/index.rst: Added doc
2009-06-26 11:57 <CIA-70> http://hg.tryton.org/modules/country/rev/9956fc3402f9
2009-06-26 12:18 -!- essich(n=essich@p4FCF987A.dip0.t-ipconnect.de) has joined #tryton
2009-06-26 12:51 <CIA-70> htgoebel roundup * #1092/Patch: code cleanup for all modules setup.py: [new] Enclosed please find some patches (hg export) containing code-cleanup for all official modules 'setup.py'.
2009-06-26 12:51 <CIA-70> http://bugs.tryton.org/roundup/issue1092
2009-06-26 14:17 -!- _TiN_(n=TiN@190.189.9.80) has joined #tryton
2009-06-26 14:55 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-06-26 15:10 -!- enlightx_(n=enlightx@host-84-220-82-143.cust-adsl.tiscali.it) has joined #tryton
2009-06-26 15:49 <essich> cedk: What is the minimum Python version required for Tryton? http://code.google.com/p/tryton/wiki/TechnicalRequirements only states "recent".
2009-06-26 15:49 <essich> cedk: where ist this documented?
2009-06-26 15:51 <cedk> essich: in INSTALL file
2009-06-26 15:52 <essich> cedk: IC. Thanks.
2009-06-26 15:52 <essich> cedk: any reason for using mx.DateTime instead of Python datatime module?
2009-06-26 15:53 <essich> cedk: installing egenix-mx-base is a hassel when should be done automatically
2009-06-26 15:54 -!- enlightx(n=enlightx@host-84-220-82-143.cust-adsl.tiscali.it) has joined #tryton
2009-06-26 15:54 <cedk> essich: more powerful for some operations
2009-06-26 15:57 <essich> cedk: IC
2009-06-26 15:58 <cedk> essich: there is dateutil that could perhaps be a replacement
2009-06-26 15:59 <cedk> essich: but there is also the limit about datetime for year > 9999
2009-06-26 16:01 <udono> cedk: in 9999 we have time machines and will come back to 2009 to fix the issue :-)
2009-06-26 16:03 <cedk> and also negative year
2009-06-26 16:04 <cedk> udono: I'm thinking about a application for history per example
2009-06-26 16:07 <cedk> udono: and it is strange to have still this kind of limit. Like if not learn from the 2000 bug
2009-06-26 16:12 <udono> cedk: yes, you are right, but 9999 is quite big
2009-06-26 16:13 <cedk> udono: yes not a problem for current use
2009-06-26 16:17 <cedk> anyway we are openned for any patches that will remove mx.DateTime
2009-06-26 16:19 <CIA-70> C?dric Krier <ced@b2ck.com> default * 1863:9d7c5f1b937b trytond/trytond/tests/test_tryton.py: Add views unittest
2009-06-26 16:19 <CIA-70> http://hg.tryton.org/trytond/rev/9d7c5f1b937b
2009-06-26 16:19 <CIA-70> C?dric Krier <ced@b2ck.com> default * 163:d2632fc1dee7 company/tests/test_company.py: Add test views
2009-06-26 16:19 <CIA-70> http://hg.tryton.org/modules/company/rev/d2632fc1dee7
2009-06-26 16:19 <CIA-70> C?dric Krier <ced@b2ck.com> default * 164:0a5f501e4876 company/tests/__init__.py: Guidelines
2009-06-26 16:19 <CIA-70> http://hg.tryton.org/modules/company/rev/0a5f501e4876
2009-06-26 16:19 <CIA-70> C?dric Krier <ced@b2ck.com> default * 5:0c66f6f42c4d company_work_time/ (3 files in 2 dirs): Add test views
2009-06-26 16:19 <CIA-70> http://hg.tryton.org/modules/company_work_time/rev/0c66f6f42c4d
2009-06-26 16:19 <CIA-70> C?dric Krier <ced@b2ck.com> default * 41:ca3f282faad0 country/ (MANIFEST.in tests/__init__.py tests/test_country.py): Add test views
2009-06-26 16:19 <CIA-70> http://hg.tryton.org/modules/country/rev/ca3f282faad0
2009-06-26 16:19 <CIA-70> C?dric Krier <ced@b2ck.com> default * 74:62fe4bff85f5 currency/ (MANIFEST.in tests/__init__.py tests/test_currency.py): Add test views
2009-06-26 16:19 <CIA-70> http://hg.tryton.org/modules/currency/rev/62fe4bff85f5
2009-06-26 16:19 <CIA-70> C?dric Krier <ced@b2ck.com> default * 38:6c361ddb89cf google_maps/ (MANIFEST.in tests/__init__.py tests/test_google_maps.py): Add test views
2009-06-26 16:19 <CIA-70> http://hg.tryton.org/modules/google_maps/rev/6c361ddb89cf
2009-06-26 16:20 <CIA-70> C?dric Krier <ced@b2ck.com> default * 286:34e1cee91d22 party/tests/test_party.py: Add test views
2009-06-26 16:20 <CIA-70> http://hg.tryton.org/modules/party/rev/34e1cee91d22
2009-06-26 16:20 <CIA-70> C?dric Krier <ced@b2ck.com> default * 164:1a5400c7f146 product/ (MANIFEST.in tests/__init__.py tests/test_product.py): Add test views
2009-06-26 16:20 <CIA-70> http://hg.tryton.org/modules/product/rev/1a5400c7f146
2009-06-26 16:28 <essich> cedk: so mayby I'm going to remove mx.DateTime ar least for the client
2009-06-26 16:28 <essich> s/mayby/maybe/
2009-06-26 17:06 <cedk> essich: if I remeber well, there is some issue with datetime for formatting date before 1900
2009-06-26 18:18 <cedk> essich: http://bugs.python.org/issue1777412
2009-06-26 18:18 <cedk> essich: this is the issue for year before 1900
2009-06-26 18:19 <cedk> essich: so I think it is better to stay with mx.DateTime on the client side
2009-06-26 18:20 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 287:a72f84eab32f party/ (MANIFEST.in doc/index.rst): Added doc
2009-06-26 18:20 <CIA-70> http://hg.tryton.org/modules/party/rev/a72f84eab32f
2009-06-26 18:21 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 37:f3dcfbea3796 project_revenue/work.py: Removed dead code
2009-06-26 18:21 <CIA-70> http://hg.tryton.org/modules/project_revenue/rev/f3dcfbea3796
2009-06-26 18:21 <CIA-70> C?dric Krier <ced@b2ck.com> default * 577:7fc99581902d stock/tests/test_stock.py:
2009-06-26 18:21 <CIA-70> Add test views
2009-06-26 18:21 <CIA-70> Remove deprecated test by MPTT
2009-06-26 18:21 <CIA-70> http://hg.tryton.org/modules/stock/rev/7fc99581902d
2009-06-26 18:24 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 38:aace791e0688 country/doc/index.rst: Added doc
2009-06-26 18:24 <CIA-70> http://hg.tryton.org/1.2/modules/country/rev/aace791e0688
2009-06-26 18:24 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 279:014716073db4 party/ (MANIFEST.in doc/index.rst): Added doc
2009-06-26 18:24 <CIA-70> http://hg.tryton.org/1.2/modules/party/rev/014716073db4
2009-06-26 18:24 <CIA-70> C?dric Krier <ced@b2ck.com> default * 566:35f3e94c3b1c stock/inventory.py: Don't set date in set_state_done for issue1087
2009-06-26 18:24 <CIA-70> http://hg.tryton.org/1.2/modules/stock/rev/35f3e94c3b1c
2009-06-26 18:24 <CIA-70> Korbinian Preisler <timitos@virtual-things.biz> default * 567:0e55378aeccc stock/inventory.py: Fix effective_date of stock move from inventory for issue 1087
2009-06-26 18:24 <CIA-70> http://hg.tryton.org/1.2/modules/stock/rev/0e55378aeccc
2009-06-26 18:24 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 568:ae69fc370fd8 stock/doc/index.rst: Update doc to reflect packing>shipment renaming
2009-06-26 18:24 <CIA-70> http://hg.tryton.org/1.2/modules/stock/rev/ae69fc370fd8
2009-06-26 18:24 <CIA-70> Bertrand Chenal <bch@b2ck.com> default * 193:a893e2ccb832 stock_supply/doc/index.rst: Update doc to reflect packing>shipment renaming
2009-06-26 18:24 <CIA-70> http://hg.tryton.org/1.2/modules/stock_supply/rev/a893e2ccb832
2009-06-26 19:07 -!- enlightx(n=enlightx@host-84-220-82-143.cust-adsl.tiscali.it) has joined #tryton
2009-06-26 19:09 -!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2009-06-26 20:27 -!- _TiN_(n=TiN@200.69.137.190) has joined #tryton
2009-06-26 20:36 -!- sharkcz_(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-06-26 21:41 -!- panthera(n=daniel@static.88-198-196-34.clients.your-server.de) has joined #tryton
2009-06-26 22:08 -!- vengfulsquirrel1(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2009-06-26 22:39 -!- essich(n=essich@p4FCF987A.dip0.t-ipconnect.de) has joined #tryton
2009-06-26 23:26 -!- _TiN_(n=TiN@190.189.9.80) has joined #tryton

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