chat.freenode.net #tryton log beginning Tue Oct 13 00:00:02 CEST 2009 | ||
2009-10-13 00:11 <cedk> udono: import module, some builtins function like file, open | ||
2009-10-13 00:11 <cedk> udono: accessing to other object from one | ||
2009-10-13 00:12 <cedk> udono: you can look to unittest of safe_eval | ||
2009-10-13 00:12 <udono> cedk: thanks | ||
2009-10-13 00:52 -!- ikks(n=ikks@190.158.113.124) has joined #tryton | ||
2009-10-13 02:51 -!- ikks(n=ikks@190.158.113.124) has joined #tryton | ||
2009-10-13 05:18 -!- yangoon(n=mathiasb@84.159.119.7) has joined #tryton | ||
2009-10-13 05:22 <CIA-78> udono roundup * #1229/Account field is cleared on editable list: | ||
2009-10-13 05:22 <CIA-78> [new] * Configure Expense Account with Default Tax. | ||
2009-10-13 05:22 <CIA-78> * Entries > Open Journal Expense for a period | ||
2009-10-13 05:22 <CIA-78> * Create new move line with Name = Test and Ac ... | ||
2009-10-13 05:22 <CIA-78> http://bugs.tryton.org/roundup/issue1229 | ||
2009-10-13 07:25 -!- evernichon(n=eric@mailout.fief.ch) has joined #tryton | ||
2009-10-13 07:58 -!- carlos(n=carlos@87.221.156.255) has joined #tryton | ||
2009-10-13 08:21 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton | ||
2009-10-13 08:26 -!- MarkusB(n=burli@94.219.150.233) has joined #tryton | ||
2009-10-13 08:30 -!- vengfulsquirrel(n=ian@69.181.194.95) has joined #tryton | ||
2009-10-13 08:32 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton | ||
2009-10-13 08:37 -!- evernichon_(n=eric@mailout.fief.ch) has joined #tryton | ||
2009-10-13 08:39 -!- paepke(n=paepke@p5B32F561.dip.t-dialin.net) has joined #tryton | ||
2009-10-13 08:43 -!- tekknokrat(n=lila@lxp01-hetzner.ewc.de) has joined #tryton | ||
2009-10-13 09:04 -!- bechamel(n=user@85.201.159.186) has joined #tryton | ||
2009-10-13 09:29 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2009-10-13 09:36 <CIA-78> matb roundup * #1230/Actualization problem of many2many in client: [new] There is a nasty display problem of m2m in the client we probbably already encountered in testing caldav, where categories added with the Ca ... | ||
2009-10-13 09:36 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 09:39 <CIA-78> matb roundup * #1230/Actualization problem of many2many in client: | ||
2009-10-13 09:39 <CIA-78> [chatting] And to be complete: | ||
2009-10-13 09:39 <CIA-78> Displays correctly all categories of all parties, so seems to be a cache problem. | ||
2009-10-13 09:39 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 09:40 <CIA-78> ced roundup * #1230/Actualization problem of many2many in client: | ||
2009-10-13 09:40 <CIA-78> Your request is false: | ||
2009-10-13 09:40 <CIA-78> 'categories': [('add', 2, 1)] | ||
2009-10-13 09:40 <CIA-78> must be: | ||
2009-10-13 09:40 <CIA-78> 'categories': [('add', [2, 1])] | ||
2009-10-13 09:40 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 09:52 <CIA-78> matb roundup * #1230/Actualization problem of many2many in client: | ||
2009-10-13 09:52 <CIA-78> Thx! I posted the wrong dict. | ||
2009-10-13 09:52 <CIA-78> Like your example display is immediately, but the creation worked with a single category like 'categories': [('add' ... | ||
2009-10-13 09:52 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 10:02 <CIA-78> matb roundup * #1230/Actualization problem of many2many in client: | ||
2009-10-13 10:02 <CIA-78> I have to correct: | ||
2009-10-13 10:02 <CIA-78> The original issue is unchanged: for just new created parties you can view them in the running client, but categories are not ... | ||
2009-10-13 10:02 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 10:21 <CIA-78> ced roundup * #1230/Actualization problem of many2many in client: Explain precisely the steps | ||
2009-10-13 10:21 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 10:26 -!- vengfulsquirrel(n=ian@69.181.194.95) has left #tryton | ||
2009-10-13 10:34 -!- evernichon_(n=eric@mailout.fief.ch) has joined #tryton | ||
2009-10-13 10:37 -!- cedk_(n=ced@ced.homedns.org) has joined #tryton | ||
2009-10-13 10:50 <CIA-78> matb roundup * #1230/Actualization problem of many2many in client: | ||
2009-10-13 10:50 <CIA-78> - open client and connect to database | ||
2009-10-13 10:50 <CIA-78> - open view 'Party' | ||
2009-10-13 10:50 <CIA-78> - add/create a party with a related category via netrpc | ||
2009-10-13 10:50 <CIA-78> - view the new party in the a ... | ||
2009-10-13 10:50 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 10:51 <CIA-78> ced roundup * #1230/Actualization problem of many2many in client: On 13/10/09 10:50 +0200, Mathias Behrle wrote: > > Mathias Behrle <mathias.behrle@gmx.de> added the comment: > > - open client and connect to da ... | ||
2009-10-13 10:51 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 10:54 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has left #tryton | ||
2009-10-13 11:04 <CIA-78> Timitos roundup * #1231/KeyError: 'pricelist': [new] Traceback (most recent call last): File "/tryton/gui/window/view_form/view/form_gtk/many2one.py", line 358, in sig_edit context.update ... | ||
2009-10-13 11:04 <CIA-78> http://bugs.tryton.org/roundup/issue1231 | ||
2009-10-13 11:06 <CIA-78> Timitos roundup * #1231/KeyError: 'pricelist': | ||
2009-10-13 11:06 <CIA-78> [chatting] product_price_list installed, but no pricelist created. | ||
2009-10-13 11:06 <CIA-78> i tried to create a new sale order line. | ||
2009-10-13 11:06 <CIA-78> http://bugs.tryton.org/roundup/issue1231 | ||
2009-10-13 11:10 <CIA-78> matb roundup * #1230/Actualization problem of many2many in client: | ||
2009-10-13 11:10 <CIA-78> >> - view the new party in the already opened view Party -> no category displayed | ||
2009-10-13 11:10 <CIA-78> >How ? | ||
2009-10-13 11:10 <CIA-78> E.g. | ||
2009-10-13 11:10 <CIA-78> Ctrl + R, go to last party -> Ctrl + L | ||
2009-10-13 11:10 <CIA-78> or searc ... | ||
2009-10-13 11:10 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 11:10 <CIA-78> Timitos roundup * #1231/KeyError: 'pricelist': [invalid] sorry. i forgot to install sale_price_list | ||
2009-10-13 11:10 <CIA-78> http://bugs.tryton.org/roundup/issue1231 | ||
2009-10-13 11:29 <udono> cedk: yesterday night I tried to debug https://bugs.tryton.org/roundup/issue1229 in the client. But I have not find another good way then raiseing Exceptions in the part of http://hg.tryton.org/hgwebdir.cgi/tryton/diff/a07fda599b02/tryton/gui/window/view_form/model/field.py | ||
2009-10-13 11:30 <udono> cedk: Do you know a better way for debugging the client? Specially how to get some values printout in running system? | ||
2009-10-13 11:31 <udono> the print statement seems to be catched and not outpout to the console | ||
2009-10-13 11:33 <bechamel> udono: I never tried but maybe a "sys.stdout.flush() | ||
2009-10-13 11:33 <udono> bechamel: thanks | ||
2009-10-13 11:33 <bechamel> udono: .. will do the trick | ||
2009-10-13 11:35 <udono> bechamel: Great tip! It works. | ||
2009-10-13 11:42 -!- cedk_(n=ced@ced.homedns.org) has joined #tryton | ||
2009-10-13 11:56 <CIA-78> matb roundup * #1232/Fix for module description for changeset 958f9b72fd30: | ||
2009-10-13 11:56 <CIA-78> [new] Please take the patch, that suits you most: | ||
2009-10-13 11:56 <CIA-78> one is for english description only, one for all. | ||
2009-10-13 11:56 <CIA-78> http://bugs.tryton.org/roundup/issue1232 | ||
2009-10-13 11:58 <CIA-78> Timitos roundup * #1233/cancel button is shown for already canceled sale orders: | ||
2009-10-13 11:58 <CIA-78> [new] the canceled button is not needed there. | ||
2009-10-13 11:58 <CIA-78> patch attached | ||
2009-10-13 11:58 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:12 -!- evernichon_(n=eric@mailout.fief.ch) has joined #tryton | ||
2009-10-13 12:15 <CIA-78> C?dric Krier <ced@b2ck.com> default * 517:621fb4fc6bac account/move.py: Add currency_digits to values of tax_lines to have right display of rounding | ||
2009-10-13 12:15 <CIA-78> http://hg.tryton.org/modules/account/rev/621fb4fc6bac | ||
2009-10-13 12:15 <CIA-78> C?dric Krier <ced@b2ck.com> default * 1412:b10a3e0485b2 tryton/tryton/gui/window/view_form/model/field.py: | ||
2009-10-13 12:15 <CIA-78> Remove rounding of Float and Decimal in set as we have not every time the | ||
2009-10-13 12:15 <CIA-78> right digits | ||
2009-10-13 12:15 <CIA-78> http://hg.tryton.org/tryton/rev/b10a3e0485b2 | ||
2009-10-13 12:17 <CIA-78> ced roundup * #1229/Account field is cleared on editable list: [resolved] Fixed with changeset b10a3e0485b2 and changeset 621fb4fc6bac | ||
2009-10-13 12:17 <CIA-78> http://bugs.tryton.org/roundup/issue1229 | ||
2009-10-13 12:22 <CIA-78> ced roundup * #1232/Fix for module description for changeset 958f9b72fd30: [chatting] You are translator you can commit this. | ||
2009-10-13 12:22 <CIA-78> http://bugs.tryton.org/roundup/issue1232 | ||
2009-10-13 12:24 <CIA-78> matb roundup * #1232/Fix for module description for changeset 958f9b72fd30: | ||
2009-10-13 12:24 <CIA-78> As translator I am normally not entitled to change other descriptions than the german one. | ||
2009-10-13 12:24 <CIA-78> Which one should I commit? | ||
2009-10-13 12:24 <CIA-78> http://bugs.tryton.org/roundup/issue1232 | ||
2009-10-13 12:28 <CIA-78> ced roundup * #1232/Fix for module description for changeset 958f9b72fd30: On 13/10/09 12:24 +0200, Mathias Behrle wrote: > > Mathias Behrle <mathias.behrle@gmx.de> added the comment: > > As translator I am normally not ... | ||
2009-10-13 12:28 <CIA-78> http://bugs.tryton.org/roundup/issue1232 | ||
2009-10-13 12:28 <CIA-78> Korbinian Preisler <timitos@virtual-things.biz> default * 218:7d2e97631023 sale/sale.xml: fix visibility of cancel button for canceled sale order for issue 1232 | ||
2009-10-13 12:28 <CIA-78> http://hg.tryton.org/modules/sale/rev/7d2e97631023 | ||
2009-10-13 12:29 <CIA-78> ced roundup * #1233/cancel button is shown for already canceled sale orders: | ||
2009-10-13 12:29 <CIA-78> [chatting] Applied | ||
2009-10-13 12:29 <CIA-78> We should have the same for purchase. | ||
2009-10-13 12:29 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:29 <CIA-78> Timitos roundup * #1233/cancel button is shown for already canceled sale orders: i am already working on it | ||
2009-10-13 12:29 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:29 <CIA-78> udono roundup * #1229/Account field is cleared on editable list: [closed] Work! | ||
2009-10-13 12:29 <CIA-78> http://bugs.tryton.org/roundup/issue1229 | ||
2009-10-13 12:32 <CIA-78> ced roundup * #1230/Actualization problem of many2many in client: Could not reproduce. | ||
2009-10-13 12:32 <CIA-78> http://bugs.tryton.org/roundup/issue1230 | ||
2009-10-13 12:34 <CIA-78> Mathias Behrle <mathiasb@behrle.dyndns.org> default * 25:a541b7769cf5 stock_inventory_location/__tryton__.py: Fixing module descriptions for changeset 24:958f9b72fd30. | ||
2009-10-13 12:34 <CIA-78> http://hg.tryton.org/modules/stock_inventory_location/rev/a541b7769cf5 | ||
2009-10-13 12:35 <CIA-78> matb roundup * #1232/Fix for module description for changeset 958f9b72fd30: [resolved] Fixed with changeset a541b7769cf5 | ||
2009-10-13 12:35 <CIA-78> http://bugs.tryton.org/roundup/issue1232 | ||
2009-10-13 12:43 <CIA-78> Timitos roundup * #1233/cancel button is shown for already canceled sale orders: | ||
2009-10-13 12:43 <CIA-78> patch for purchase. | ||
2009-10-13 12:43 <CIA-78> attention! the patch differs from the sale order one! | ||
2009-10-13 12:43 <CIA-78> when preparing the patch for purchase i noticed that a purchase order ... | ||
2009-10-13 12:43 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:46 <CIA-78> Korbinian Preisler <timitos@virtual-things.biz> default * 344:40cfc9fabcfc purchase/purchase.xml: fix visibility of cancel button for canceled purchase order for issue 1232 | ||
2009-10-13 12:46 <CIA-78> http://hg.tryton.org/modules/purchase/rev/40cfc9fabcfc | ||
2009-10-13 12:48 <CIA-78> ced roundup * #1233/cancel button is shown for already canceled sale orders: On 13/10/09 12:43 +0200, Korbinian Preisler wrote: > > Korbinian Preisler <Timitos@virtual-things.biz> added the comment: > > patch for purchase ... | ||
2009-10-13 12:48 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:49 <CIA-78> Timitos roundup * #1233/cancel button is shown for already canceled sale orders: [chatting] ok. so why did you apply the patch? :-) | ||
2009-10-13 12:49 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:51 <CIA-78> ced roundup * #1233/cancel button is shown for already canceled sale orders: On 13/10/09 12:49 +0200, Korbinian Preisler wrote: > > Korbinian Preisler <Timitos@virtual-things.biz> added the comment: > > ok. so why did you ... | ||
2009-10-13 12:51 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:52 <CIA-78> udono roundup * #961/Force-assignation on shipment moves should become an own access group: | ||
2009-10-13 12:52 <CIA-78> Added new patch created with hg export. | ||
2009-10-13 12:52 <CIA-78> Discuss patch on codereview: http://codereview.appspot.com/130070 | ||
2009-10-13 12:52 <CIA-78> http://bugs.tryton.org/roundup/issue961 | ||
2009-10-13 12:53 <CIA-78> Timitos roundup * #1233/cancel button is shown for already canceled sale orders: | ||
2009-10-13 12:53 <CIA-78> not it does not. as i said it differs from the sale patch. | ||
2009-10-13 12:53 <CIA-78> i works like my proposal | ||
2009-10-13 12:53 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:55 <CIA-78> Timitos roundup * #1233/cancel button is shown for already canceled sale orders: this is the correct patch | ||
2009-10-13 12:55 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:58 <CIA-78> ced roundup * #1233/cancel button is shown for already canceled sale orders: On 13/10/09 12:53 +0200, Korbinian Preisler wrote: > > Korbinian Preisler <Timitos@virtual-things.biz> added the comment: > > not it does not. a ... | ||
2009-10-13 12:58 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 12:58 -!- ikks(n=ikks@190.158.100.255) has joined #tryton | ||
2009-10-13 13:00 -!- paepke(n=paepke@p5B329E13.dip0.t-ipconnect.de) has joined #tryton | ||
2009-10-13 13:04 <CIA-78> Timitos roundup * #1233/cancel button is shown for already canceled sale orders: not it is not: there is an AND between invoice_state and shipment_state instead of an or | ||
2009-10-13 13:04 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 13:05 <CIA-78> Korbinian Preisler <timitos@virtual-things.biz> default * 345:7e1cb853ece3 purchase/purchase.xml: fix visibility of cancel button for canceled purchase order for issue 1233 | ||
2009-10-13 13:05 <CIA-78> http://hg.tryton.org/modules/purchase/rev/7e1cb853ece3 | ||
2009-10-13 13:06 <CIA-78> udono roundup * #1233/cancel button is shown for already canceled sale orders: Ced, do you have an example, when it should be good to cancel a purchase order or a sale order when the invoice or the shipment are not canceled? ... | ||
2009-10-13 13:06 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 13:18 <CIA-78> Timitos roundup * #1234/auto_reload kills running crons: [new] when code of the script is changed and saved while the cron is running and the auto_reload happens while the cron is running the cron is sto ... | ||
2009-10-13 13:18 <CIA-78> http://bugs.tryton.org/roundup/issue1234 | ||
2009-10-13 13:41 <CIA-78> Timitos roundup * #1202/strange error when testing party_vcarddav with zideone: | ||
2009-10-13 13:41 <CIA-78> seems to work again with the patch. | ||
2009-10-13 13:41 <CIA-78> now i got this error when trying some things. | ||
2009-10-13 13:41 <CIA-78> [Tue Oct 13 13:39:23 2009] ERROR:webdav:Exception: | ||
2009-10-13 13:41 <CIA-78> Trace ... | ||
2009-10-13 13:41 <CIA-78> http://bugs.tryton.org/roundup/issue1202 | ||
2009-10-13 13:49 -!- aa_(n=ali@pida.vm.bytemark.co.uk) has left #tryton | ||
2009-10-13 13:49 <CIA-78> udono roundup * #1235/Account: Entries > Open Journal, Tax line is created unreliable: | ||
2009-10-13 13:49 <CIA-78> [new] The tax line is only created: | ||
2009-10-13 13:49 <CIA-78> 1. when the first entry line has an account with default tax. | ||
2009-10-13 13:49 <CIA-78> 2. only one time per move. | ||
2009-10-13 13:49 <CIA-78> I see no way to ... | ||
2009-10-13 13:49 <CIA-78> http://bugs.tryton.org/roundup/issue1235 | ||
2009-10-13 13:52 <CIA-78> ced roundup * #1235/Account: Entries > Open Journal, Tax line is created unreliable: [chatting] On 13/10/09 13:49 +0200, Udono wrote: > > New submission from Udono <udono@gmx.net>: > > The tax line is only created: > 1. when the ... | ||
2009-10-13 13:52 <CIA-78> http://bugs.tryton.org/roundup/issue1235 | ||
2009-10-13 13:56 <CIA-78> udono roundup * #1235/Account: Entries > Open Journal, Tax line is created unreliable: Invoice is not this good for such bookings, since I need products for every invoice line. But these moves are not including special products I lik ... | ||
2009-10-13 13:56 <CIA-78> http://bugs.tryton.org/roundup/issue1235 | ||
2009-10-13 14:03 <CIA-78> udono roundup * #1235/Account: Entries > Open Journal, Tax line is created unreliable: | ||
2009-10-13 14:03 <CIA-78> And think of move lines like: | ||
2009-10-13 14:03 <CIA-78> Debit: Birthday present for mother, account: personal draw (Kind: other) 100EUR (no VAT) | ||
2009-10-13 14:03 <CIA-78> This you can not seriou ... | ||
2009-10-13 14:03 <CIA-78> http://bugs.tryton.org/roundup/issue1235 | ||
2009-10-13 14:14 <CIA-78> ced roundup * #1235/Account: Entries > Open Journal, Tax line is created unreliable: On 13/10/09 13:56 +0200, Udono wrote: > > Udono <udono@gmx.net> added the comment: > > Invoice is not this good for such bookings, since I need ... | ||
2009-10-13 14:14 <CIA-78> http://bugs.tryton.org/roundup/issue1235 | ||
2009-10-13 14:23 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2009-10-13 14:24 -!- gremly(n=gremly@190.156.166.158) has joined #tryton | ||
2009-10-13 14:25 -!- tekknokrat(n=lila@lxp01-hetzner.ewc.de) has joined #tryton | ||
2009-10-13 14:29 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2009-10-13 14:47 -!- tekknokrat(n=lila@lxp01-hetzner.ewc.de) has joined #tryton | ||
2009-10-13 15:29 -!- tekknokrat(n=lila@lxp01-hetzner.ewc.de) has joined #tryton | ||
2009-10-13 15:34 -!- juanfer(n=juanfer@190.144.69.234) has joined #tryton | ||
2009-10-13 15:41 -!- woakas(n=woakas@190.144.69.234) has joined #tryton | ||
2009-10-13 16:03 <CIA-78> ced roundup * #1233/cancel button is shown for already canceled sale orders: On 13/10/09 13:06 +0200, Udono wrote: > > Udono <udono@gmx.net> added the comment: > > Ced, do you have an example, when it should be good to ca ... | ||
2009-10-13 16:03 <CIA-78> http://bugs.tryton.org/roundup/issue1233 | ||
2009-10-13 16:09 -!- _TiN_(n=TiN@190.228.30.153) has joined #tryton | ||
2009-10-13 16:15 -!- pepeu(n=manuel@201.155.193.192) has joined #tryton | ||
2009-10-13 16:21 <CIA-78> ced roundup * #1202/strange error when testing party_vcarddav with zideone: | ||
2009-10-13 16:21 <CIA-78> [need-eg] Are you sure you have calendar_rrule not null in the table | ||
2009-10-13 16:21 <CIA-78> calendar_event_rrule? | ||
2009-10-13 16:21 <CIA-78> http://bugs.tryton.org/roundup/issue1202 | ||
2009-10-13 16:29 -!- ecir3(n=brice@costes009986-2.clients.easynet.fr) has joined #tryton | ||
2009-10-13 16:40 -!- juanfer(n=juanfer@190.144.69.234) has joined #tryton | ||
2009-10-13 16:41 <ecir3> hi, we have performance issues with tryton-1.2. what's the best place to discuss the point ? irc ? google group ? | ||
2009-10-13 16:42 <yangoon> ecir3: you will reach more people on google groups | ||
2009-10-13 16:43 <ecir3> yangoon: ok. thanks. | ||
2009-10-13 16:44 <ecir3> yangoon: tryton or tryton-dev ? tryton seems more accurate | ||
2009-10-13 16:44 <yangoon> ecir3: I think, too | ||
2009-10-13 17:34 -!- evernichon(n=eric@mailout.fief.ch) has joined #tryton | ||
2009-10-13 17:41 -!- evernichon_(n=eric@mailout.fief.ch) has joined #tryton | ||
2009-10-13 17:41 -!- evernichon_(n=eric@mailout.fief.ch) has joined #tryton | ||
2009-10-13 17:49 -!- gour(n=Gour@93.159.95.36) has joined #tryton | ||
2009-10-13 17:51 -!- gour(n=Gour@93.159.95.36) has joined #tryton | ||
2009-10-13 18:12 -!- ecir_3(n=brice@costes009986-2.clients.easynet.fr) has joined #tryton | ||
2009-10-13 18:43 -!- ecir_3(n=brice@212.99.12.66) has joined #tryton | ||
2009-10-13 19:09 -!- gour(n=Gour@188.125.21.120) has joined #tryton | ||
2009-10-13 19:27 -!- gour(n=Gour@188.125.21.120) has joined #tryton | ||
2009-10-13 20:26 -!- carlos(n=carlos@229.156.221.87.dynamic.jazztel.es) has joined #tryton | ||
2009-10-13 21:12 -!- paepke(n=paepke@Rbab7.r.pppool.de) has joined #tryton | ||
2009-10-13 22:16 -!- pepeu(n=manuel@201.152.109.142) has joined #tryton | ||
2009-10-13 22:18 -!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton | ||
2009-10-13 22:46 <CIA-78> Timitos roundup * #1202/strange error when testing party_vcarddav with zideone: | ||
2009-10-13 22:46 <CIA-78> you got it. now everything is working again. | ||
2009-10-13 22:46 <CIA-78> without the patch i get some exceptions in the log like: | ||
2009-10-13 22:46 <CIA-78> [Tue Oct 13 17:45:27 2009] ERROR:webdav: ... | ||
2009-10-13 22:46 <CIA-78> http://bugs.tryton.org/roundup/issue1202 | ||
2009-10-13 22:52 <CIA-78> C?dric Krier <ced@b2ck.com> default * 51:01baa33b1abf calendar/caldav.py: Catch AttributeError on get_calendar_description for issue1202 | ||
2009-10-13 22:52 <CIA-78> http://hg.tryton.org/modules/calendar/rev/01baa33b1abf | ||
2009-10-13 22:54 <CIA-78> ced roundup * #1202/strange error when testing party_vcarddav with zideone: | ||
2009-10-13 22:54 <CIA-78> [resolved] Applied. | ||
2009-10-13 22:54 <CIA-78> For the DAV_NotFound, I think it is normal as it seems that zideone try to retrieve calendar_description on collection that i ... | ||
2009-10-13 22:54 <CIA-78> http://bugs.tryton.org/roundup/issue1202 | ||
2009-10-13 23:03 <cedk> carlos: hi | ||
2009-10-13 23:03 <cedk> carlos: why don't you use google mercurial? | ||
2009-10-13 23:04 <carlos> cedk, Hi | ||
2009-10-13 23:05 <carlos> cedk, We are having problems to keep history of already started modules and it has some name restrictions for the repositories | ||
2009-10-13 23:05 <carlos> at least for the investigation / tests I did | ||
2009-10-13 23:05 <cedk> carlos: like ? | ||
2009-10-13 23:06 <carlos> repository name should follow the hostname restrictions, so no '_' chars in the name, so we should add extra subdirectories inside the repository to add such character | ||
2009-10-13 23:07 <carlos> also, it's too close to svn standard layout, and thus, to create diferent series branches, it seems to expect that you will use the same mercurial repository | ||
2009-10-13 23:08 <carlos> so it will be too different to the way Tryton handles repositories right now | ||
2009-10-13 23:08 <carlos> and we want to stay as close as possible to Tryton | ||
2009-10-13 23:08 <carlos> so we decided to use Google code for general hosting and intuxication for the mercurial repositories | ||
2009-10-13 23:08 <cedk> carlos: mercurial repo is mercurial repo | ||
2009-10-13 23:09 <cedk> carlos: about naming, you can rename it localy | ||
2009-10-13 23:09 <carlos> cedk, sure those are 'cosmetic' issues, the main issue is the commit log | ||
2009-10-13 23:10 <cedk> carlos: don't understant ? | ||
2009-10-13 23:10 <carlos> I didn't find a way to push an existing repository, if you know how to do it, I'm open to learn it | ||
2009-10-13 23:10 <yangoon> carlos: you can ubundle and unbundle an existing repos into a new one | ||
2009-10-13 23:11 <carlos> cedk, we have branches with code already in them, and we don't want to lose history | ||
2009-10-13 23:11 <cedk> yangoon: +1 | ||
2009-10-13 23:11 <carlos> yangoon, is there any document with more information? my mercurial knowledge is a bit limited | ||
2009-10-13 23:11 <cedk> carlos: or simply change the default target of your local repo | ||
2009-10-13 23:11 <cedk> carlos: .hg/hgrc | ||
2009-10-13 23:11 <carlos> cedk, I tried that already | ||
2009-10-13 23:12 <carlos> I created a repository at google's code | ||
2009-10-13 23:12 <carlos> an empty one | ||
2009-10-13 23:12 <carlos> and then, I tries to push it | ||
2009-10-13 23:12 <yangoon> carlos: http://mercurial.intuxication.org/dev/wiki/FAQ | ||
2009-10-13 23:12 <carlos> but I got an error (I don't remember the exact error right now) | ||
2009-10-13 23:12 <carlos> so seems like Google does something else instead of just an init | ||
2009-10-13 23:12 <carlos> yangoon, thanks | ||
2009-10-13 23:13 <cedk> carlos: so make a merge | ||
2009-10-13 23:13 <carlos> cedk, I think the error was related to not sharing the same parent | ||
2009-10-13 23:15 <cedk> carlos: I just checkout the tryton hg on google and there is nothing in it | ||
2009-10-13 23:15 <cedk> carlos: if you post the error message we could fix it | ||
2009-10-13 23:16 <carlos> let me try to reproduce it... | ||
2009-10-13 23:17 <carlos> cedk, btw, I was asked to talk with you about the pos name I'm planning to use. Is there any problem to use trytonpos name? | ||
2009-10-13 23:19 <cedk> carlos: I don't know what it is | ||
2009-10-13 23:19 <cedk> carlos: but I think it will be funnier to have an other name | ||
2009-10-13 23:19 <cedk> carlos: like we did for neso | ||
2009-10-13 23:19 <carlos> cedk, pos = Point Of Sale | ||
2009-10-13 23:20 <cedk> carlos: yes I know, but I don't know the concept | ||
2009-10-13 23:21 <carlos> cedk, well, the main point is that I'm really bad with names, so I was so original that I thought about using trytonpos ;-) | ||
2009-10-13 23:21 <cedk> carlos: you must define goals etc. for the project | ||
2009-10-13 23:23 <cedk> carlos: also the techno | ||
2009-10-13 23:23 <cedk> carlos: after that you can find a good name | ||
2009-10-13 23:24 <carlos> cedk, yangoon: I think I need some rest... | ||
2009-10-13 23:24 <carlos> cedk, yangoon: I had no problem to do the push now | ||
2009-10-13 23:25 <carlos> so the main issue is not an issue anymore... | ||
2009-10-13 23:25 <paepke> carlos: youre not alone with needing some rest ;-) | ||
2009-10-13 23:26 <carlos> cedk, sure, but that depends on the time you have to do all that. Right now, I need a fast implementation | ||
2009-10-13 23:26 <carlos> cedk, and in the mean time, I need a name to use | ||
2009-10-13 23:27 <cedk> carlos: it is not a reason, defining goals doesn't mean to reach them | ||
2009-10-13 23:28 <cedk> carlos: but you will have a clean vision of how you must work | ||
2009-10-13 23:29 <carlos> I have already some goals | ||
2009-10-13 23:30 <carlos> without any goal I couldn't even do a prototype | ||
2009-10-13 23:31 <bechamel> some name ideas http://en.wikipedia.org/wiki/List_of_Solar_System_Moons | ||
2009-10-13 23:32 <cedk> perhaps better a asteroid name as POS looks more like | ||
2009-10-13 23:32 <carlos> bechamel, oh, so neso comes from a moon name? | ||
2009-10-13 23:32 <bechamel> yes likes tryton | ||
2009-10-13 23:34 <cedk> carlos: http://en.wikipedia.org/wiki/Neso_(moon) | ||
2009-10-13 23:35 <carlos> bechamel, yeah, I know about Tryton, however it took me a while to realise it, I though about Triton, the animal :-P (its foot in the logo confused me ...) | ||
2009-10-13 23:35 <yangoon> carlos: bechamel cedk I am assuming pos will be a module, corrrect? | ||
2009-10-13 23:35 <carlos> yangoon, no, at least not current implementation | ||
2009-10-13 23:36 <yangoon> carlos: ah, ok, then go for asteroids...:) | ||
2009-10-13 23:36 <bechamel> carlos: the name reference the animal and the moon :) | ||
2009-10-13 23:36 <carlos> yangoon, it's POS specific Tryton client (current implementation is touch screen oriented) | ||
2009-10-13 23:37 <carlos> however, I need to evaluate whether we could reuse current Tryton views infrastructure to achieve the same, but I need a prototype as soon as possible so that's a second phase for me | ||
2009-10-13 23:37 <carlos> so it's more like neso | ||
2009-10-13 23:38 <carlos> cedk, is there really a 'pos' asteroid? | ||
2009-10-13 23:39 <yangoon> larissa:D | ||
2009-10-13 23:40 <cedk> carlos: by the way, why not use an existing one ? | ||
2009-10-13 23:42 <cedk> carlos: like the openbravo pos | ||
2009-10-13 23:42 <cedk> carlos: if you need something fast | ||
2009-10-13 23:43 <carlos> cedk, the only really interesting is openBravoPOS but the integration code is a hack to integrate it with OpenBravo and we look for a near realtime integration | ||
2009-10-13 23:43 <cedk> carlos: because for me writing a good POS is complex | ||
2009-10-13 23:43 <carlos> cedk, sure, but we don't need a full pos, just a frontend for Trytond | ||
2009-10-13 23:44 <carlos> with a very basic use cases | ||
2009-10-13 23:44 <cedk> carlos: so it is not a real POS | ||
2009-10-13 23:44 -!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton | ||
2009-10-13 23:44 <carlos> cedk, indeed, but just for the prototype | ||
2009-10-13 23:45 <cedk> carlos: for me a POS is offline and sync at end of the day | ||
2009-10-13 23:46 <cedk> carlos: so you need to have a local db with product and price | ||
2009-10-13 23:46 <carlos> cedk, the idea is to allow that but also some real time sync (or almost real time) | ||
2009-10-13 23:46 <carlos> but using Trytond | ||
2009-10-13 23:46 <carlos> so we sync two Trytond | ||
2009-10-13 23:46 <cedk> carlos: it is just a matter of sync frequency | ||
2009-10-13 23:46 <carlos> that's why I named neso | ||
2009-10-13 23:47 <carlos> we will have a self hosted tryton with a touch panel front end that will sync with a bigger Trytond in a server and with Postgresql db | ||
2009-10-13 23:48 <cedk> carlos: sync database is a nightmare | ||
2009-10-13 23:48 <carlos> so we reuse Tryton as a framework | ||
2009-10-13 23:48 <cedk> I will not do that | ||
2009-10-13 23:48 <carlos> cedk, I'm not talking about full sync | ||
2009-10-13 23:48 <cedk> carlos: it is worst | ||
2009-10-13 23:49 <carlos> well, it's not too different from a sync with a different pos software | ||
2009-10-13 23:49 <carlos> given that I'm not talking about a 1:1 sync | ||
2009-10-13 23:51 <cedk> carlos: ok, I think I understand | ||
2009-10-13 23:51 <cedk> carlos: what you can do is simply implement a new kind of view or extend form view to have the missing widget for a POS | ||
2009-10-13 23:52 <cedk> carlos: like a numpad | ||
2009-10-13 23:52 <cedk> carlos: or big button to select product etc. | ||
2009-10-13 23:52 <carlos> right, I want to investigate such option | ||
2009-10-13 23:52 <carlos> and see whether current infrastucture allows to do it or needs some extensions | ||
2009-10-13 23:53 <carlos> but for the prototype, I'm doing an specific pygtk UI that connects using netrpc directly | ||
2009-10-13 23:54 <cedk> carlos: I think you can almost do everything but not very eye candy | ||
2009-10-13 23:55 <cedk> carlos: except a numpad | ||
2009-10-13 23:55 <cedk> carlos: do you have a screen schema? | ||
2009-10-13 23:56 <cedk> carlos: like this http://www.openbravo.com/img-corp/product/screenshots/screen5-pos.png | ||
2009-10-13 23:57 <carlos> cedk, http://www.bdpcenter.com/galeria/pantallas.php?ap=hos&f=01 | ||
2009-10-13 23:57 <carlos> the one from openbravo loses a lot of space | ||
2009-10-13 23:58 <cedk> carlos: for me, it needs just some new widgets | ||
2009-10-13 23:59 <cedk> carlos: and must be possible to write it as plugins of tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!