chat.freenode.net #tryton log beginning Mon Sep 21 00:00:02 CEST 2009 | ||
2009-09-21 01:39 -!- juanfer(n=juanfer@190.25.114.27) has joined #tryton | ||
2009-09-21 04:09 -!- woakas(n=woakas@190.144.69.234) has joined #tryton | ||
2009-09-21 05:19 -!- yangoon(n=mathiasb@p549F340A.dip.t-dialin.net) has joined #tryton | ||
2009-09-21 07:31 -!- gour(n=Gour@93.159.76.168) has joined #tryton | ||
2009-09-21 07:42 <gour> morning | ||
2009-09-21 07:48 <gour> i saw an openerp screencast yesterday about producing & scheduling courses, teachers, students...everything was done 'automaticaly' from the client, i.e. by modifying present modules, duplicating and/or tweaking the properties via GUI. otoh, by looking at 'helloWorld' example in Tryton's wiki i got impression one has to do everything manually by writing models & (xml) views with the editor. now, what's the | ||
2009-09-21 07:48 <gour> actual truth considering Tryton platform? | ||
2009-09-21 07:59 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton | ||
2009-09-21 08:06 -!- sharkcz(n=dan@88.146.14.17) has joined #tryton | ||
2009-09-21 08:09 -!- paepke(n=paepke@mail.metaldyne.de) has joined #tryton | ||
2009-09-21 08:23 -!- MarkusB(n=burli@dslb-088-068-141-244.pools.arcor-ip.net) has joined #tryton | ||
2009-09-21 08:25 <gour> ohh, the channel gets populated after i submitted my question :-( | ||
2009-09-21 08:26 <paepke> gour: its time to start work in europe... | ||
2009-09-21 08:27 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2009-09-21 08:28 <gour> paepke: you were somewhere else recently? | ||
2009-09-21 08:29 <paepke> gour: why? ;-) | ||
2009-09-21 08:30 <gour> paepke: "gour: its time to start work in europe..." | ||
2009-09-21 08:32 -!- dukai(n=quassel@77.46.176.142) has joined #tryton | ||
2009-09-21 08:33 <paepke> no. because the channel gets populated... but i like to be somewhere else... | ||
2009-09-21 08:34 <gour> ahh | ||
2009-09-21 08:34 <gour> ACTION is wondering if he shall repeat the question or not | ||
2009-09-21 08:37 <paepke> gour: you give us just the hint to look at the irc-log. but you/we can ping cedk to look at your question... | ||
2009-09-21 08:37 <Timitos> gour: i read it in the log. for the moment it is true. you need to develop these functions with a module. tryton does not provide functions for modifications of fields from the client | ||
2009-09-21 08:38 <Timitos> gour: but there are some plans for something like that. | ||
2009-09-21 08:38 <gour> Timitos: thanks. so for now, writing tryton module is like a writing one for e.g. pygtk, no clicking around ;) | ||
2009-09-21 08:39 <Timitos> gour: yes | ||
2009-09-21 08:39 <gour> Timitos: so, client serves for inspection-only? | ||
2009-09-21 08:42 <Timitos> gour: for the moment you can see the client like a browser. you can modify and add data an proceed some processes on the data. but you cannot change the functionality of the server from there. | ||
2009-09-21 08:43 <gour> Timitos: ok. now it's clear | ||
2009-09-21 08:44 <gour> writing python modules is 'natural' for python framework, one (probably) just need to adjust for *.xml stuff :-) | ||
2009-09-21 08:55 <gour> s/modules/models | ||
2009-09-21 09:18 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1839:40ebede845a3 trytond/trytond/pysocket.py: | ||
2009-09-21 09:18 <CIA-2> Add missing hostname initialisation in PySocket | ||
2009-09-21 09:18 <CIA-2> (transplanted from d2a3f0e562ddae28f9a80db449f8340310580d30) | ||
2009-09-21 09:18 <CIA-2> http://hg.tryton.org/1.2/trytond/rev/40ebede845a3 | ||
2009-09-21 09:18 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1840:93987aaf90a1 trytond/trytond/tools/misc.py: | ||
2009-09-21 09:18 <CIA-2> Don't change kwargs in Cache | ||
2009-09-21 09:18 <CIA-2> (transplanted from 493a6a44b539d591210e15a5eb350d319eb9fdeb) | ||
2009-09-21 09:18 <CIA-2> http://hg.tryton.org/1.2/trytond/rev/93987aaf90a1 | ||
2009-09-21 09:18 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1841:5c55f68ecf62 trytond/trytond/report/report.py: | ||
2009-09-21 09:18 <CIA-2> Missing context in browse call for res.user in report | ||
2009-09-21 09:18 <CIA-2> (transplanted from 9e73df3d90b95bb330ef08ffac73f3d7e5f26aa8) | ||
2009-09-21 09:18 <CIA-2> http://hg.tryton.org/1.2/trytond/rev/5c55f68ecf62 | ||
2009-09-21 09:19 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1398:2ab9ca6dc1b8 trytond/trytond/pysocket.py: | ||
2009-09-21 09:19 <CIA-2> Add missing hostname initialisation in PySocket | ||
2009-09-21 09:19 <CIA-2> (transplanted from d2a3f0e562ddae28f9a80db449f8340310580d30) | ||
2009-09-21 09:19 <CIA-2> http://hg.tryton.org/1.0/trytond/rev/2ab9ca6dc1b8 | ||
2009-09-21 09:19 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1399:4be1a01277cd trytond/trytond/report/report.py: | ||
2009-09-21 09:19 <CIA-2> Missing context in browse call for res.user in report | ||
2009-09-21 09:19 <CIA-2> (transplanted from 9e73df3d90b95bb330ef08ffac73f3d7e5f26aa8) | ||
2009-09-21 09:19 <CIA-2> http://hg.tryton.org/1.0/trytond/rev/4be1a01277cd | ||
2009-09-21 09:19 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1314:e4333a613c72 tryton/tryton/pysocket.py: | ||
2009-09-21 09:19 <CIA-2> Add missing hostname initialisation in PySocket for issue1148 | ||
2009-09-21 09:19 <CIA-2> (transplanted from 29cda9531e63860741749b759713673debbb9626) | ||
2009-09-21 09:19 <CIA-2> http://hg.tryton.org/1.2/tryton/rev/e4333a613c72 | ||
2009-09-21 09:20 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1130:03b1c64de497 tryton/tryton/pysocket.py: | ||
2009-09-21 09:20 <CIA-2> Add missing hostname initialisation in PySocket for issue1148 | ||
2009-09-21 09:20 <CIA-2> (transplanted from 29cda9531e63860741749b759713673debbb9626) | ||
2009-09-21 09:20 <CIA-2> http://hg.tryton.org/1.0/tryton/rev/03b1c64de497 | ||
2009-09-21 09:20 -!- bechamel(n=user@host-85-201-159-186.brutele.be) has joined #tryton | ||
2009-09-21 10:21 <CIA-2> ced roundup * #1180/KeyError: 'webdav.collection': [chatting] Did you enter a login? | ||
2009-09-21 10:21 <CIA-2> http://bugs.tryton.org/roundup/issue1180 | ||
2009-09-21 10:27 <CIA-2> bch roundup * #1181/relation "stock_packing_internal" does not exist: [chatting] The traceback looks like the stock.move model still contains a packing_internal field which shouldn't be there with the last revision. ... | ||
2009-09-21 10:27 <CIA-2> http://bugs.tryton.org/roundup/issue1181 | ||
2009-09-21 10:47 <CIA-2> C?dric Krier <ced@b2ck.com> default * 594:6f0af488dd35 stock/ (location.py product.py): Don't use global context as default value of act_window for issue1183 | ||
2009-09-21 10:47 <CIA-2> http://hg.tryton.org/modules/stock/rev/6f0af488dd35 | ||
2009-09-21 10:48 <CIA-2> ced roundup * #1183/Socket Connection Broken: [resolved] Fix with changeset 6f0af488dd35 | ||
2009-09-21 10:48 <CIA-2> http://bugs.tryton.org/roundup/issue1183 | ||
2009-09-21 11:04 <CIA-2> ced roundup * #1182/building of docs with latex builder fails: And what is the proper way? | ||
2009-09-21 11:04 <CIA-2> http://bugs.tryton.org/roundup/issue1182 | ||
2009-09-21 11:24 -!- carlos(n=carlos@173.156.221.87.dynamic.jazztel.es) has joined #tryton | ||
2009-09-21 11:33 <gour> cedk: in regard to 1182, building of html works only because 'html' is default builder, but invoking it with: 'sphinx-build -b html' fails as well due to interference of parsing sphinx arguments | ||
2009-09-21 11:41 <CIA-2> matb roundup * #1181/relation "stock_packing_internal" does not exist: [resolved] It was indeed another module not installed in this database, but linked into modules containing the old models. Thx for the hint! | ||
2009-09-21 11:41 <CIA-2> http://bugs.tryton.org/roundup/issue1181 | ||
2009-09-21 11:41 <cedk> gour: so it is a sphinx issue | ||
2009-09-21 11:42 <gour> cedk: heh, he said it's tryton bug | ||
2009-09-21 11:42 <cedk> gour: I don't understand | ||
2009-09-21 11:43 <cedk> gour: there is a conf file | ||
2009-09-21 11:43 <cedk> gour: and he says that it is a problem with configure.py which is in sphinx | ||
2009-09-21 11:43 <cedk> gour: and if it is a problem of Tryton, what is wrong ? | ||
2009-09-21 11:45 <gour> cedk: well, the problems is not with sphinx's conf.py but with tryton's trytond/trytond/config.py | ||
2009-09-21 11:45 <gour> *problem | ||
2009-09-21 11:45 <gour> which "all parse_args in an OptionParser, which then tries to parse sphinx-build's args " | ||
2009-09-21 11:45 <gour> *call... | ||
2009-09-21 11:54 <bechamel> gour: "sphinx-build -b latex . latex/" called in the doc/ dir works here, except that sphinx doesn't handle non-ascii in the conf.py (So i had to change Cédric to Cedric in the latex_documents option). | ||
2009-09-21 11:55 <cedk> bechamel: which version? | ||
2009-09-21 11:55 <gour> bechamel: I had that issue with encoding, but with sphinx-0.6.2 it fails with the arguments | ||
2009-09-21 11:55 <gour> bechamel: can you clear the 'cache' ? | ||
2009-09-21 11:55 <bechamel> 0.6.3 | ||
2009-09-21 11:56 <bechamel> gour: for the cache: just remove the content of latex/ | ||
2009-09-21 11:57 <gour> bechamel: can you try by removing html dir as well? | ||
2009-09-21 11:57 <gour> bechamel: the 'bug' was reproduced by main sphinx dev yesterday | ||
2009-09-21 11:58 <gour> he is 'birkenfeld' in #python-docs | ||
2009-09-21 12:02 <bechamel> gour: it also works, btw I don't see how removing html/* will change something when the latex build is made | ||
2009-09-21 12:03 <gour> bechamel: well it depends if you were building in the same spot | ||
2009-09-21 12:03 <gour> (as i did) | ||
2009-09-21 12:07 <cedk> I have a patch I will upload it as soon as coderview is back | ||
2009-09-21 12:08 <gour> ok | ||
2009-09-21 12:10 <cedk> http://codereview.appspot.com/120054 | ||
2009-09-21 12:16 <CIA-2> Mathias Behrle <mathiasb@behrle.dyndns.org> default * 595:50d4831136c8 stock/de_DE.csv: Update translation for de_DE | ||
2009-09-21 12:16 <CIA-2> http://hg.tryton.org/modules/stock/rev/50d4831136c8 | ||
2009-09-21 12:39 <CIA-2> ced roundup * #1182/building of docs with latex builder fails: http://codereview.appspot.com/120054 | ||
2009-09-21 12:39 <CIA-2> http://bugs.tryton.org/roundup/issue1182 | ||
2009-09-21 12:56 -!- aa_(n=ali@pida/aa) has joined #tryton | ||
2009-09-21 13:03 <yangoon> cedk: hi | ||
2009-09-21 13:03 <yangoon> cedk: I don't understand the use of field Boolean 'Date' in calendar.radte | ||
2009-09-21 13:05 <yangoon> cedk: cedkis it to say: handle content of field datetime as date only? | ||
2009-09-21 13:18 <CIA-2> Mathias Behrle <mathiasb@behrle.dyndns.org> default * 28:255502493b09 calendar/de_DE.csv: Update translation for de_DE | ||
2009-09-21 13:18 <CIA-2> http://hg.tryton.org/modules/calendar/rev/255502493b09 | ||
2009-09-21 13:27 <cedk> yangoon: this is to know if it is a date or a datetime | ||
2009-09-21 13:28 <cedk> ACTION lunch | ||
2009-09-21 13:29 <gour> ACTION wishes bon appetite to cedk | ||
2009-09-21 13:29 <yangoon> cedk: we should add an help text and probbably best would be to rename the label to 'Is date' | ||
2009-09-21 13:45 <CIA-2> Mathias Behrle <mathiasb@behrle.dyndns.org> default * 12:d2fa377ac806 calendar_todo/ (__tryton__.py de_DE.csv): Add translation for de_DE | ||
2009-09-21 13:45 <CIA-2> http://hg.tryton.org/modules/calendar_todo/rev/d2fa377ac806 | ||
2009-09-21 14:04 -!- gour(n=Gour@93.159.80.169) has joined #tryton | ||
2009-09-21 14:32 <CIA-2> Mathias Behrle <mathiasb@behrle.dyndns.org> default * 1:0a1e3fcbc12c ldap_authentification/ (__tryton__.py de_DE.csv): Add translation for de_DE | ||
2009-09-21 14:32 <CIA-2> http://hg.tryton.org/modules/ldap_authentification/rev/0a1e3fcbc12c | ||
2009-09-21 14:33 <CIA-2> Mathias Behrle <mathiasb@behrle.dyndns.org> default * 1:7c5914708ddb ldap_connection/ (__tryton__.py de_DE.csv): Add translation for de_DE | ||
2009-09-21 14:33 <CIA-2> http://hg.tryton.org/modules/ldap_connection/rev/7c5914708ddb | ||
2009-09-21 14:43 -!- _TiN_(i=ahenze@190.0.162.41) has joined #tryton | ||
2009-09-21 14:50 <CIA-2> Mathias Behrle <mathiasb@behrle.dyndns.org> default * 4:ffd56f2b28c1 product_price_list/ (__tryton__.py de_DE.csv): Add translation for de_DE | ||
2009-09-21 14:50 <CIA-2> http://hg.tryton.org/modules/product_price_list/rev/ffd56f2b28c1 | ||
2009-09-21 15:00 <CIA-2> Mathias Behrle <mathiasb@behrle.dyndns.org> default * 2019:bf57d6085f20 trytond/trytond/ (ir/de_DE.csv res/de_DE.csv workflow/de_DE.csv): Update translation for de_DE | ||
2009-09-21 15:00 <CIA-2> http://hg.tryton.org/trytond/rev/bf57d6085f20 | ||
2009-09-21 15:01 <CIA-2> Mathias Behrle <mathiasb@behrle.dyndns.org> default * 142:c86e71f78d51 account_statement/de_DE.csv: Update translation for de_DE | ||
2009-09-21 15:01 <CIA-2> http://hg.tryton.org/modules/account_statement/rev/c86e71f78d51 | ||
2009-09-21 15:07 -!- woakas(n=woakas@190.144.69.234) has joined #tryton | ||
2009-09-21 15:23 -!- jerojasro(n=jerojasr@190.144.69.234) has joined #tryton | ||
2009-09-21 15:28 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has joined #tryton | ||
2009-09-21 16:55 -!- tekknokrat1(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has joined #tryton | ||
2009-09-21 16:59 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has joined #tryton | ||
2009-09-21 17:03 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has joined #tryton | ||
2009-09-21 17:17 -!- _TiN_(i=ahenze@190.0.162.41) has joined #tryton | ||
2009-09-21 18:14 -!- paepke(n=paepke@Ra795.r.pppool.de) has joined #tryton | ||
2009-09-21 19:26 <CIA-2> matb roundup * #1180/KeyError: 'webdav.collection': | ||
2009-09-21 19:26 <CIA-2> [unread] Yes, credentials are ok, updated to tip and get: | ||
2009-09-21 19:26 <CIA-2> ::ffff:192.168.99.69 - - [21/Sep/2009 19:22:43] code 401, message Authorization Requi ... | ||
2009-09-21 19:26 <CIA-2> http://bugs.tryton.org/roundup/issue1180 | ||
2009-09-21 19:42 <CIA-2> matb roundup * #1180/KeyError: 'webdav.collection': [chatting] Joined the wireshark dump of the connection. | ||
2009-09-21 19:42 <CIA-2> http://bugs.tryton.org/roundup/issue1180 | ||
2009-09-21 20:10 <CIA-2> matb roundup * #1184/TypeError: unsupported operand type(s) for /: 'float' and 'Decimal': | ||
2009-09-21 20:10 <CIA-2> [new] Database with only account_invoice installed, on saving new invoice: | ||
2009-09-21 20:10 <CIA-2> Traceback (most recent call last): | ||
2009-09-21 20:10 <CIA-2> File "/home/mathiasb/bin/tryto ... | ||
2009-09-21 20:10 <CIA-2> http://bugs.tryton.org/roundup/issue1184 | ||
2009-09-21 20:37 <CIA-2> matb roundup * #1185/Localized year format in timesheet reports: | ||
2009-09-21 20:37 <CIA-2> [new] Display of year format is broken in timesheet reports when running in german l10n. | ||
2009-09-21 20:37 <CIA-2> Screenshot attached. | ||
2009-09-21 20:37 <CIA-2> http://bugs.tryton.org/roundup/issue1185 | ||
2009-09-21 21:40 -!- vengfulsquirrel(n=plinux@wireless-216-170-122-150.digitalputty.com) has joined #tryton | ||
2009-09-21 22:01 -!- _TiN_(i=ahenze@190.0.162.41) has joined #tryton | ||
2009-09-21 23:28 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has left #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!