IRC logs of #tryton for Monday, 2009-09-28

chat.freenode.net #tryton log beginning Mon Sep 28 00:00:02 CEST 2009
2009-09-28 00:22 <CIA-2> ced roundup * #1195/Sale workflow doesn't finish when actions are applied to multiple sales.: [testing] http://codereview.appspot.com/124056
2009-09-28 00:22 <CIA-2> http://bugs.tryton.org/roundup/issue1195
2009-09-28 00:27 <CIA-2> ced roundup * #1195/Sale workflow doesn't finish when actions are applied to multiple sales.: Could you test if the issue happens also in 1.2?
2009-09-28 00:27 <CIA-2> http://bugs.tryton.org/roundup/issue1195
2009-09-28 01:05 <CIA-2> vengfulsquirrel roundup * #1195/Sale workflow doesn't finish when actions are applied to multiple sales.: Using a back ported version of the module(shipment->packing), 1.2 and the demo sql the issue does not happen. When I close two sales at once they ...
2009-09-28 01:05 <CIA-2> http://bugs.tryton.org/roundup/issue1195
2009-09-28 05:20 -!- yangoon(n=mathiasb@p549F79C7.dip.t-dialin.net) has joined #tryton
2009-09-28 05:37 -!- gremly(n=gremly@190.156.171.58) has joined #tryton
2009-09-28 06:38 -!- gremly(n=gremly@190.156.171.58) has joined #tryton
2009-09-28 07:51 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-09-28 08:14 -!- cedk(n=ced@ced.homedns.org) has joined #tryton
2009-09-28 08:42 -!- vengfulsquirrel(n=ian@69.181.194.95) has joined #tryton
2009-09-28 08:46 -!- paepke(n=paepke@mail.metaldyne-nue.de) has joined #tryton
2009-09-28 09:09 -!- gour(n=Gour@188.125.19.200) has joined #tryton
2009-09-28 09:21 -!- bechamel(n=user@host-85-201-159-186.brutele.be) has joined #tryton
2009-09-28 09:25 -!- MarkusB(n=burli@dslb-088-068-141-244.pools.arcor-ip.net) has joined #tryton
2009-09-28 09:55 -!- dukai(n=quassel@93.86.28.136) has joined #tryton
2009-09-28 11:00 <CIA-2> C?dric Krier <ced@b2ck.com> default * 0:ee22b5bb0fbb sale_price_list/ (15 files in 2 dirs): Initial commit of sale_price_list
2009-09-28 11:00 <CIA-2> http://hg.tryton.org/modules/sale_price_list/rev/ee22b5bb0fbb
2009-09-28 11:16 -!- tekknokrat(n=gthieleb@dslb-088-074-135-001.pools.arcor-ip.net) has joined #tryton
2009-09-28 11:16 <CIA-2> C?dric Krier <ced@b2ck.com> default * 340:f22f0c3e85fa purchase/purchase.py:
2009-09-28 11:16 <CIA-2> Fix visibility of purchase* fields on stock.move to no more use context value
2009-09-28 11:16 <CIA-2> but a Function field
2009-09-28 11:16 <CIA-2> http://hg.tryton.org/modules/purchase/rev/f22f0c3e85fa
2009-09-28 11:25 <CIA-2> C?dric Krier <ced@b2ck.com> default * 215:c660ffcdfb8c sale/sale.py: Put in function context creation for get_sale_price to be more overridable
2009-09-28 11:25 <CIA-2> http://hg.tryton.org/modules/sale/rev/c660ffcdfb8c
2009-09-28 11:26 <CIA-2> C?dric Krier <ced@b2ck.com> default * 2026:bbb5f73319ad trytond/ (19 files in 13 dirs): Add new tool safe_eval
2009-09-28 11:26 <CIA-2> http://hg.tryton.org/trytond/rev/bbb5f73319ad
2009-09-28 11:26 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1406:7810ff7d7663 tryton/ (15 files in 11 dirs): Add new safe_eval
2009-09-28 11:26 <CIA-2> http://hg.tryton.org/tryton/rev/7810ff7d7663
2009-09-28 11:26 <CIA-2> C?dric Krier <ced@b2ck.com> default * 86:8fe073c7b3c4 currency/currency.py: Use safe_eval
2009-09-28 11:26 <CIA-2> http://hg.tryton.org/modules/currency/rev/8fe073c7b3c4
2009-09-28 11:26 <CIA-2> C?dric Krier <ced@b2ck.com> default * 5:9600d0417cea product_price_list/price_list.py: Use safe_eval
2009-09-28 11:26 <CIA-2> http://hg.tryton.org/modules/product_price_list/rev/9600d0417cea
2009-09-28 11:30 <CIA-2> C?dric Krier <ced@b2ck.com> default * 576:ddadc608adee stock/ (location.py product.py):
2009-09-28 11:30 <CIA-2> Don't use global context as default value of act_window for issue1183
2009-09-28 11:30 <CIA-2> (transplanted from 6f0af488dd359668d01dfa8990066d3301287413)
2009-09-28 11:30 <CIA-2> http://hg.tryton.org/1.2/modules/stock/rev/ddadc608adee
2009-09-28 11:30 <CIA-2> Ian Wilson <ian@laspilitas.com> default * 577:77217df7499e stock/product.py:
2009-09-28 11:30 <CIA-2> Return dictionary when given no locations for issue1190.
2009-09-28 11:30 <CIA-2> (transplanted from ce2a2525700133cba8b85f5c483147f3a8ccc21e)
2009-09-28 11:30 <CIA-2> http://hg.tryton.org/1.2/modules/stock/rev/77217df7499e
2009-09-28 11:30 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1315:79db69a03786 tryton/tryton/gui/window/view_form/model/record.py:
2009-09-28 11:30 <CIA-2> Save also readonly values when editing for issue1188
2009-09-28 11:30 <CIA-2> (transplanted from 0ab1f0e615017e77274a2f8a53a4772ef78c6b47)
2009-09-28 11:30 <CIA-2> http://hg.tryton.org/1.2/tryton/rev/79db69a03786
2009-09-28 11:30 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1131:fbf47a953db0 tryton/tryton/gui/window/view_form/model/record.py:
2009-09-28 11:30 <CIA-2> Save also readonly values when editing for issue1188
2009-09-28 11:30 <CIA-2> (transplanted from 0ab1f0e615017e77274a2f8a53a4772ef78c6b47)
2009-09-28 11:30 <CIA-2> http://hg.tryton.org/1.0/tryton/rev/fbf47a953db0
2009-09-28 11:31 <CIA-2> C?dric Krier <ced@b2ck.com> default * 417:9f222984bf7f stock/ (location.py product.py):
2009-09-28 11:31 <CIA-2> Don't use global context as default value of act_window for issue1183
2009-09-28 11:31 <CIA-2> (transplanted from 6f0af488dd359668d01dfa8990066d3301287413)
2009-09-28 11:31 <CIA-2> http://hg.tryton.org/1.0/modules/stock/rev/9f222984bf7f
2009-09-28 11:31 <CIA-2> Ian Wilson <ian@laspilitas.com> default * 418:227bd6044e02 stock/product.py:
2009-09-28 11:31 <CIA-2> Return dictionary when given no locations for issue1190.
2009-09-28 11:31 <CIA-2> (transplanted from ce2a2525700133cba8b85f5c483147f3a8ccc21e)
2009-09-28 11:31 <CIA-2> http://hg.tryton.org/1.0/modules/stock/rev/227bd6044e02
2009-09-28 11:41 <CIA-2> C?dric Krier <ced@b2ck.com> default * 2:174924ec3514 neso/bin/neso: Add default value to server connection when running DBDropBackup for issue1193
2009-09-28 11:41 <CIA-2> http://hg.tryton.org/neso/rev/174924ec3514
2009-09-28 11:41 <CIA-2> ced roundup * #1193/Unable to backup database on neso: [resolved] Fix with changeset 174924ec3514
2009-09-28 11:41 <CIA-2> http://bugs.tryton.org/roundup/issue1193
2009-09-28 11:59 <CIA-2> C?dric Krier <ced@b2ck.com> default * 2027:907e3126f73b trytond/trytond/backend/sqlite/table.py:
2009-09-28 11:59 <CIA-2> Add test is column_name is in _columns when testing field type for issue1194
2009-09-28 11:59 <CIA-2> add_raw_column is used in _update_history_table and column_name can any more
2009-09-28 11:59 <CIA-2> exist or not yet instanciate in the Model
2009-09-28 11:59 <CIA-2> http://hg.tryton.org/trytond/rev/907e3126f73b
2009-09-28 11:59 <CIA-2> ced roundup * #1194/Database update fails with neso: [resolved] Fix with changeset 907e3126f73b
2009-09-28 11:59 <CIA-2> http://bugs.tryton.org/roundup/issue1194
2009-09-28 13:14 -!- ikks(n=ikks@190.158.100.159) has joined #tryton
2009-09-28 14:35 -!- yangoon(n=mathiasb@p549F79C7.dip.t-dialin.net) has joined #tryton
2009-09-28 15:32 <CIA-2> C?dric Krier <ced@b2ck.com> default * 2028:e0e538707887 trytond/trytond/model/model.py:
2009-09-28 15:32 <CIA-2> Fix _getxxx2many_targets to return the right model name for many2many relation
2009-09-28 15:32 <CIA-2> for issue1195
2009-09-28 15:32 <CIA-2> http://hg.tryton.org/trytond/rev/e0e538707887
2009-09-28 15:32 <CIA-2> ced roundup * #1195/Sale workflow doesn't finish when actions are applied to multiple sales.: [resolved] Fix with changeset e0e538707887
2009-09-28 15:32 <CIA-2> http://bugs.tryton.org/roundup/issue1195
2009-09-28 15:38 <CIA-2> C?dric Krier <ced@b2ck.com> default * 32:3fe26cd8ab40 calendar/calendar.py: Add help on calendar ower for issue1141
2009-09-28 15:38 <CIA-2> http://hg.tryton.org/modules/calendar/rev/3fe26cd8ab40
2009-09-28 15:38 <CIA-2> ced roundup * #1141/Selection of owner for new calendar: [resolved] Add help on calendar owner with changeset 3fe26cd8ab40
2009-09-28 15:38 <CIA-2> http://bugs.tryton.org/roundup/issue1141
2009-09-28 15:44 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-09-28 16:12 -!- cristi_an(i=5978d3ce@gateway/web/freenode/x-xooyeccmkbkygyqg) has joined #tryton
2009-09-28 16:32 -!- tekknokrat(n=gthieleb@lxp01-hetzner.ewc.de) has joined #tryton
2009-09-28 16:35 -!- tekknokrat(n=gthieleb@lxp01-hetzner.ewc.de) has joined #tryton
2009-09-28 17:29 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-09-28 18:05 <CIA-2> C?dric Krier <ced@b2ck.com> default * 56:826f863f0efc account_product/product.py: Remove required on account expense/revenue for issue1011
2009-09-28 18:05 <CIA-2> http://hg.tryton.org/modules/account_product/rev/826f863f0efc
2009-09-28 18:05 <CIA-2> C?dric Krier <ced@b2ck.com> default * 341:0db7c14f79e2 purchase/purchase.py: Make account_expense required when purchasable for issue1011
2009-09-28 18:05 <CIA-2> http://hg.tryton.org/modules/purchase/rev/0db7c14f79e2
2009-09-28 18:05 <CIA-2> C?dric Krier <ced@b2ck.com> default * 216:cd25e814412a sale/sale.py: Make account_revenue required when salable for issue1011
2009-09-28 18:05 <CIA-2> http://hg.tryton.org/modules/sale/rev/cd25e814412a
2009-09-28 18:07 <CIA-2> ced roundup * #1011/A product which is only Purchasable, requires an Account Revenue value: [resolved] Fix with changeset 826f863f0efc , changeset 0db7c14f79e2 and changeset cd25e814412a
2009-09-28 18:07 <CIA-2> http://bugs.tryton.org/roundup/issue1011
2009-09-28 18:11 -!- tekknokrat(n=lila@lxp01-hetzner.ewc.de) has joined #tryton
2009-09-28 18:32 -!- paepke(n=paepke@Rb64b.r.pppool.de) has joined #tryton
2009-09-28 19:03 -!- bechamel`(n=user@85.201.159.186) has joined #tryton
2009-09-28 19:10 -!- vengfulsquirrel(n=ian@69.181.194.95) has joined #tryton
2009-09-28 20:31 -!- cristi_an(i=5978d3ce@gateway/web/freenode/x-afgfuhrtzhsqqjwe) has joined #tryton
2009-09-28 22:29 -!- FWiesing(n=FWiesing@194-208-185-012.tele.net) has left #tryton
2009-09-28 22:48 -!- carlos(n=carlos@97.156.221.87.dynamic.jazztel.es) has joined #tryton
2009-09-28 22:58 -!- bechamel(n=user@85.201.159.186) has left #tryton

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