chat.freenode.net #tryton log beginning Mon Jul 7 00:00:01 CEST 2008 | ||
2008-07-07 05:19 -!- yangoon1(n=mathiasb@p549F66DC.dip.t-dialin.net) has joined #tryton | ||
2008-07-07 09:50 -!- udono(n=uspallek@kons-5d84e512.pool.einsundeins.de) has joined #tryton | ||
2008-07-07 09:50 <CIA-53> tryton: FWiesing roundup * #174/Error message when opening tree in purchase management: [new] If I want to open the menu-tree in purchase management the following error-message is displayed. You can confirm the message in then open th ... | ||
2008-07-07 09:57 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton | ||
2008-07-07 10:04 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2008-07-07 10:04 <CIA-53> tryton: FWiesing roundup * #174/Error message when opening tree in purchase management: [chatting] this messegae appears everytime you open a tree in menus. | ||
2008-07-07 10:05 <FWiesing> good morning | ||
2008-07-07 10:12 <udono> hello | ||
2008-07-07 10:47 -!- markusleist(n=markus@212.14.79.210) has joined #tryton | ||
2008-07-07 10:50 -!- kultviech(n=kultviec@p5B0D0C4D.dip0.t-ipconnect.de) has joined #tryton | ||
2008-07-07 11:38 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 500:907e4ee45fe4 tryton/tryton/gui/main.py: Improve error message on database operations. | ||
2008-07-07 11:38 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 501:afdda21e4155 tryton/tryton/gui/window/view_form/ (screen/screen.py view/form_gtk/many2many.py): Don't set cursor when displaying many2many | ||
2008-07-07 11:38 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 502:234af9e8413f tryton/tryton/gui/window/view_form/ (4 files in 3 dirs): | ||
2008-07-07 11:38 <CIA-53> tryton: Add add_remove on one2many widget. | ||
2008-07-07 11:38 <CIA-53> tryton: It allows to add/remove records that match the domain given by the | ||
2008-07-07 11:38 <CIA-53> tryton: add_remove attribute. | ||
2008-07-07 11:38 <CIA-53> tryton: The behavior is like the add/remove button of many2many widget. | ||
2008-07-07 11:38 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 695:d362805dc989 trytond/trytond/ir/ui/ (form.rnc form.rng): Add select attributes for tree inside form | ||
2008-07-07 11:38 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 696:79152520fef1 trytond/trytond/osv/ (fields.py orm.py): Add add_remove attributes and improve 'write', 'remove' on One2Many | ||
2008-07-07 11:38 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 153:c98fe9a12e23 stock/ (move.py packing.py packing.xml): Remove select_move wizard and use instead add_remove attributes on one2many | ||
2008-07-07 11:38 <cedk> Hi guys, I just push a new functionality | ||
2008-07-07 11:39 <cedk> it allows to add add/remove buttons on one2many widget to search for existing records | ||
2008-07-07 11:39 <cedk> it is used in the packing.in object to search for waiting move | ||
2008-07-07 11:40 <cedk> it will be great if you can test it and make some comments about it | ||
2008-07-07 11:50 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 503:383e3a40f0a9 tryton/tryton/gui/window/view_tree/view_tree.py: Improve on_get_iter for issue174 | ||
2008-07-07 11:51 <CIA-53> tryton: ced roundup * #174/Error message when opening tree in purchase management: [testing] Can you test with changeset 383e3a40f0a9 | ||
2008-07-07 11:51 <bechamel> cedk: i managed to raise this http://paste.pocoo.org/show/78782/, but i'm not able to reproduce it | ||
2008-07-07 11:53 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 504:d60ea295796c tryton/tryton/gui/window/view_form/model/group.py: Fix load to clean correctly model_removed and model_unlinked | ||
2008-07-07 11:54 <cedk> bechamel: must be fixed with this | ||
2008-07-07 11:55 <bechamel> cedk: ok | ||
2008-07-07 12:49 -!- FWiesing(n=FWiesing@194.208.185.12) has joined #tryton | ||
2008-07-07 12:59 <FWiesing> cedk: I just made a update - but the issue 174 is not fixed - sorry | ||
2008-07-07 13:02 <cedk> FWiesing: can you send a dump of your database | ||
2008-07-07 13:04 <FWiesing> ok - few minutes | ||
2008-07-07 13:14 <cedk> FWiesing: there is no attachment | ||
2008-07-07 13:34 -!- udono(n=uspallek@kons-5d84e512.pool.einsundeins.de) has joined #tryton | ||
2008-07-07 13:34 <FWiesing> cedk: sent again | ||
2008-07-07 13:42 -!- FWiesing(n=FWiesing@194.208.185.12) has left #tryton | ||
2008-07-07 13:53 -!- FWiesing(n=FWiesing@194.208.185.12) has joined #tryton | ||
2008-07-07 14:24 <FWiesing> Timitos: cedk: Since update from today I can add products from a purchase to the warehouse - this is fixed | ||
2008-07-07 14:29 <CIA-53> tryton: FWiesing roundup * #174/Error message when opening tree in purchase management: take 2 Cédric Krier schrieb: > Cédric Krier <cedric.krier@b2ck.com> added the comment: > > Can you test with changeset 383e3a40f0a9 > > ------- ... | ||
2008-07-07 14:29 <FWiesing> ok - some minutes | ||
2008-07-07 14:37 <FWiesing> cedk: under debian all is fine - under the ubuntu-client the errormessage is shown | ||
2008-07-07 14:39 <cedk> FWiesing: I can not reproduce the error with the backup | ||
2008-07-07 14:39 <FWiesing> the language is not the problem - only the type of os - the message is shown under ubuntu | ||
2008-07-07 14:39 <FWiesing> not under debian | ||
2008-07-07 14:39 <FWiesing> there everything is fine | ||
2008-07-07 14:39 <cedk> FWiesing: is there any error message in the server/client console ? | ||
2008-07-07 14:40 <FWiesing> I don' t know - I think I have to start the client with the option -v - allright? | ||
2008-07-07 14:40 <cedk> FWiesing: yes this can help | ||
2008-07-07 14:40 <FWiesing> mom | ||
2008-07-07 14:45 <FWiesing> sent an e-mail with textfile | ||
2008-07-07 14:45 <FWiesing> cedk: on start of the log - there is a warning, that en_US-language is not found | ||
2008-07-07 14:46 <FWiesing> cedk: the only error is a that is shown is, the same as displayed in the messagebox from the screenshot | ||
2008-07-07 14:47 <cedk> FWiesing: can you put all in the issue | ||
2008-07-07 14:47 <FWiesing> ok | ||
2008-07-07 14:47 <FWiesing> need to go away for about 1 1/2 hour | ||
2008-07-07 14:49 <CIA-53> tryton: FWiesing roundup * #174/Error message when opening tree in purchase management: The error is only displayed in OS ubuntu - in debian all seems fine. A logfile is uploaded. The language is no problem. | ||
2008-07-07 14:51 <CIA-53> tryton: ced roundup * #174/Error message when opening tree in purchase management: Can you send the output of the client with this patch. | ||
2008-07-07 15:49 <FWiesing> cedk: back - Should I update and test? | ||
2008-07-07 15:50 <cedk> FWiesing: no, just apply the patch, it adds a print statement | ||
2008-07-07 15:50 <cedk> FWiesing: and send back the output | ||
2008-07-07 15:54 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 154:23557093c572 stock/ (6 files): | ||
2008-07-07 15:54 <CIA-53> tryton: Remove "waiting" state in move | ||
2008-07-07 15:54 <CIA-53> tryton: Improve menu order | ||
2008-07-07 15:54 <CIA-53> tryton: Fix some guidelines | ||
2008-07-07 15:54 <CIA-53> tryton: Add readonly on inventory_move on packing with state done | ||
2008-07-07 15:54 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 697:8159059fcd69 trytond/trytond/osv/fields.py: Use 0 fractional digits for second in Datetime field | ||
2008-07-07 15:54 -!- nicoe(n=nicoe@80.248.214.43) has joined #tryton | ||
2008-07-07 15:54 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 505:d6c56028e1ee tryton/tryton/gui/window/view_form/model/record.py: | ||
2008-07-07 15:54 <CIA-53> tryton: Use property for modified on record. | ||
2008-07-07 15:54 <CIA-53> tryton: It is usefull for debugging | ||
2008-07-07 15:55 <nicoe> Hi everyone ! | ||
2008-07-07 15:55 <Timitos> nicoe: hi | ||
2008-07-07 15:55 <cedk> nicoe: hi | ||
2008-07-07 15:56 <nicoe> cedk: I just released our openoffice templating module, I think you might find it usefull ... | ||
2008-07-07 15:56 <nicoe> http://www.openhex.com/blogs/nicoe/200807041702_Announcing_relatorio_! | ||
2008-07-07 15:57 <nicoe> cedk: les ardentes ? | ||
2008-07-07 15:57 <cedk> nicoe: oui | ||
2008-07-07 15:57 <cedk> nicoe: j'ai un passe pour les 4 jours | ||
2008-07-07 15:57 <nicoe> cedk: moi aussi. | ||
2008-07-07 15:58 <nicoe> cedk: cool, on pourra causer autour d'une bière :) | ||
2008-07-07 16:00 <cedk> nicoe: tu a deja regarder ce qu'on a pour le reporting ? | ||
2008-07-07 16:00 <nicoe> cedk: Pas vraiment | ||
2008-07-07 16:01 <nicoe> cedk: openoffice headless c'est ça ? | ||
2008-07-07 16:01 <cedk> nicoe: on parse directement l'odt et on sort un odt | ||
2008-07-07 16:01 <nicoe> ACTION va jetter un oeil | ||
2008-07-07 16:01 <cedk> nicoe: oui, on a aussi la possibilité de passer l'odt générer dans openoffice pour sortir un pdf | ||
2008-07-07 16:03 <nicoe> cedk: on parse aussi l'odt pour soritr un xml interprêté par genshi | ||
2008-07-07 16:05 <cedk> nicoe: on le change directement nous, comme ça on a exactement le même layout que dans openoffice | ||
2008-07-07 16:06 <cedk> nicoe: vous utilisez toujours tiny rml2pdf ? | ||
2008-07-07 16:07 <nicoe> cedk: le support est là (pour ne pas avoir à utiliser oo.org sur le serveur) mais on ne l'utilise pas puisque OO permet de sortir du pdf si l'utilisateur le veut | ||
2008-07-07 16:08 <cedk> nicoe: sais-tu s'il existe une signature possible dans la norme odt ? | ||
2008-07-07 16:08 <nicoe> cedk: Tu as un exemple de fichier openoffice 'tytonisé' ? | ||
2008-07-07 16:08 <nicoe> cedk: signature en quelle sens ? | ||
2008-07-07 16:08 <nicoe> cedk: crypto ? | ||
2008-07-07 16:09 <cedk> nicoe: oui comme pour les pdf pour garantir qu'on ne l'a pas modifie | ||
2008-07-07 16:09 <cedk> nicoe: http://www.tryton.org/hgwebdir.cgi/modules/account_invoice/file/60350d0e2a8f/invoice.odt | ||
2008-07-07 16:09 <cedk> nicoe: plutot: http://www.tryton.org/hgwebdir.cgi/modules/account_invoice/raw-file/60350d0e2a8f/invoice.odt | ||
2008-07-07 16:10 <nicoe> cedk: merci. Pour la signature je pense que ça existe, sur le site de la carte d'identité belge il parlait de comment faire pour signer ses documents avec un cetificat | ||
2008-07-07 16:11 <cedk> nicoe: ok, parce qu'on pense que l'odt est largement suffisant pour les rapports, sauf pour la facture car souvent les boss ne veulent pas que l'utilisateur puisse la modifier | ||
2008-07-07 16:12 <cedk> nicoe: vous avez d'autres projects interessants ? | ||
2008-07-07 16:13 <nicoe> cedk: elixir | ||
2008-07-07 16:13 <nicoe> cedk: http://elixir.ematia.de | ||
2008-07-07 16:15 -!- FWiesing(n=FWiesing@194.208.185.12) has joined #tryton | ||
2008-07-07 16:16 <FWiesing> cedk: I added the line - but it's not the solution | ||
2008-07-07 16:16 <cedk> FWiesing: it was not a solution, just a way to retreive more informations | ||
2008-07-07 16:17 <cedk> FWiesing: can you sent the output | ||
2008-07-07 16:18 <cedk> nicoe: est-ce que c'est aussi performent que l'ORM de OpenERP ? | ||
2008-07-07 16:18 <nicoe> cedk: mais comme maintenant j'ai plus de temps on a réellement repris le développement de notre framework et on compte sortir le serveur d'application et le client le plus vite possible | ||
2008-07-07 16:18 <nicoe> cedk: on a pas fait de tests à ce niveau là. | ||
2008-07-07 16:18 <cedk> nicoe: c'est aussi un ERP ? | ||
2008-07-07 16:19 <nicoe> cedk: non, on pense plutôt serveur d'application qu'ERP. | ||
2008-07-07 16:19 <nicoe> cedk: c'est pourquoi elixir/relatorio sont indépendants | ||
2008-07-07 16:21 <nicoe> cedk: à priori niveau performances ça devrait être kif-kif car tu peux envoyer du SQL directement et recevoir les résultats sous forme de liste de dico | ||
2008-07-07 16:22 <nicoe> cedk: d'après ged on peut aussi générer la query depuis l'ORM et recevoir le résultat sous forme liste de dico | ||
2008-07-07 16:22 <cedk> nicoe: et coté client, vous utilisez quoi ? | ||
2008-07-07 16:23 <nicoe> cedk: ça c'est le gros problème ... | ||
2008-07-07 16:24 <nicoe> cedk: on a pris énormément de retard à ce niveau, mais ged est parti sur une implémentation en qooxdoo, on compte aussi faire une lib python qui devrait nous permettre d'avoir une UI en curse et un autre en GTK/QT (on verra) | ||
2008-07-07 16:25 <cedk> nicoe: nous, on regarde du cote de http://code.google.com/p/pyjamas/ | ||
2008-07-07 16:27 <cedk> nicoe: il y a un branche pour convertir du code pygtk | ||
2008-07-07 16:28 <cedk> nicoe: http://code.google.com/p/pyjamas/wiki/GsocLlpamies | ||
2008-07-07 16:29 <cedk> nicoe: pour l'instant c'est pas très actif mais je trouve que c'est une bonne manière pour avoir un client natif et web | ||
2008-07-07 16:29 <nicoe> cedk: Ça intéresse ged :) | ||
2008-07-07 16:30 <cedk> nicoe: cool, si on peut mutualiser les devs sur ça, ce serait cool :-) | ||
2008-07-07 16:30 <nicoe> cedk: je suppose que vous utilisez aussi un peu eTiny ... | ||
2008-07-07 16:30 <cedk> nicoe: non on a pas parte eTiny sur tryton | ||
2008-07-07 16:30 <nicoe> cedk: ah ok ... | ||
2008-07-07 16:30 <cedk> nicoe: enfin pas encore car c'est une possibilité pour avoir un client web rapidement | ||
2008-07-07 16:31 <nicoe> cedk: je m'en doute | ||
2008-07-07 16:31 <cedk> nicoe: mais il est assez lent, car il y a beaucoup de chose qui se font sur le serveur donc ça ne tient pas trop la charge | ||
2008-07-07 16:32 <cedk> nicoe: on trouve que c'est plus malin de compiler pygtk en javascript :-) | ||
2008-07-07 16:32 <nicoe> cedk: faut dire que se trimbaler turbogears + cherrypy + ... juste pour ça c'est pas l'idée du siècle (enfin AMHA) | ||
2008-07-07 16:32 <cedk> nicoe: AMHA ??? | ||
2008-07-07 16:33 <cedk> FWiesing: ping | ||
2008-07-07 16:33 <nicoe> cedk: A Mon Humble Avis (IMHO quoi) | ||
2008-07-07 16:33 <FWiesing> hello - one moment | ||
2008-07-07 16:34 -!- Gedd(n=ged@ip-80-236-224-56.dsl.scarlet.be) has joined #tryton | ||
2008-07-07 16:35 <FWiesing> cedk: I postet the output in issue174 | ||
2008-07-07 16:35 <FWiesing> OK? | ||
2008-07-07 16:35 <cedk> nicoe: pq tu utilise des champs Placeholder dans les odt ? | ||
2008-07-07 16:35 <nicoe> cedk: Il fallait en choisir un, celui-là m'apparaissait bien | ||
2008-07-07 16:36 <Gedd> cedk, bechamel: salut les gars | ||
2008-07-07 16:36 <nicoe> cedk: Et puis, je veux une balise à remplacer que je puisse repérer facilement. | ||
2008-07-07 16:37 <nicoe> cedk: Par exemple en ruby il utilise un style différent : http://stonecode.svnrepository.com/documatic/trac.cgi/wiki | ||
2008-07-07 16:37 <cedk> nicoe: ok, j'ai choisi une autre mais j'avais pas trop de critere pour ça | ||
2008-07-07 16:37 <cedk> Gedd: salut | ||
2008-07-07 16:38 <nicoe> cedk: Aaaah, je n'avais pas remarqué que le code que je voyais n'était pas du texte normal ... | ||
2008-07-07 16:39 <nicoe> cedk: Je comprends mieux maintenant | ||
2008-07-07 16:42 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 506:d3aeee6e869b tryton/tryton/gui/window/view_tree/view_tree.py: Improve test on_get_iter for issue174 | ||
2008-07-07 16:43 <CIA-53> tryton: ced roundup * #174/Error message when opening tree in purchase management: Can you test with changeset d3aeee6e869b | ||
2008-07-07 16:43 <FWiesing> ok - I run a update | ||
2008-07-07 16:46 <nicoe> cedk: c'est du au mode 'read-only' d'openoffice ... saleté. | ||
2008-07-07 16:46 <cedk> nicoe: quand ça vient du browser :-) | ||
2008-07-07 16:46 <nicoe> cedk: le dictat du clic | ||
2008-07-07 16:47 <nicoe> :) | ||
2008-07-07 16:47 <cedk> nicoe: c'est assez similaire à ce que vous avez fait | ||
2008-07-07 16:47 <nicoe> cedk: en effet ... | ||
2008-07-07 16:47 <cedk> nicoe: on a en plus la possibilité d'ajouter des images qui viennent du code | ||
2008-07-07 16:48 <nicoe> cedk: et j'ai vu d'autres directives aussi ... | ||
2008-07-07 16:48 <cedk> nicoe: formatLang pour formater les chiffres et les dates en fonction de la langue | ||
2008-07-07 16:50 <nicoe> cedk: il y a aussi removeParentNode | ||
2008-07-07 16:51 <nicoe> cedk: qui dit bien ce qu'elle veut dire | ||
2008-07-07 16:51 <cedk> nicoe: :-) | ||
2008-07-07 16:51 <nicoe> cedk: suepr intéressant le concept d'ajouter une image directement | ||
2008-07-07 16:51 <cedk> nicoe: il y a aussi setTag pour mettre un attribut sur un tag xml | ||
2008-07-07 16:51 <nicoe> cedk: et vous vous en servez pourquoi ? | ||
2008-07-07 16:52 <cedk> nicoe: on sait aussi merger un style qui vient d'un autre odt | ||
2008-07-07 16:52 <nicoe> cedk: de notre côté on a le py:if :) | ||
2008-07-07 16:52 <cedk> nicoe: pour faire une liste d'étiquette avec des code bar | ||
2008-07-07 16:52 <nicoe> cedk: OO peut générer directement des codes-barres ? | ||
2008-07-07 16:53 <cedk> nicoe: il y a des fonts qui le font mais pas libre | ||
2008-07-07 16:53 <nicoe> cedk: ah ok ... | ||
2008-07-07 16:53 <cedk> nicoe: du coup on le génére avec une lib python et on l'insere | ||
2008-07-07 16:53 <cedk> nicoe: mais on pense aussi l'utiliser pour faire des catalogue produit avec un image du produit | ||
2008-07-07 16:54 <FWiesing> cedk: it works - great! | ||
2008-07-07 16:54 <cedk> FWiesing: ok you can close de issue | ||
2008-07-07 16:54 <nicoe> cedk: Je parlais du fait d'ajouter un attribut dans un tag :) | ||
2008-07-07 16:54 <nicoe> cedk: pour les images je vois bien ... | ||
2008-07-07 16:56 <cedk> nicoe: je ne sais plus on l'a utilisé | ||
2008-07-07 17:25 <FWiesing> udono: how would you translate customer packing? | ||
2008-07-07 17:26 <FWiesing> I think it isn's "Auftrag" - I would prefer "Kundenlieferung"? - What's your opinion? | ||
2008-07-07 17:28 <udono> cedk: what is customer packing in french terms? | ||
2008-07-07 17:29 <cedk> udono: "Colis client" | ||
2008-07-07 17:30 <udono> cedk: thanks | ||
2008-07-07 17:32 <udono> FWiesing: I thing its Kunden Paketierung or Packliste | ||
2008-07-07 17:33 <FWiesing> I think "Packliste" is the best | ||
2008-07-07 17:35 <FWiesing> udono: thx. | ||
2008-07-07 17:35 <FWiesing> afk | ||
2008-07-07 17:35 <udono> FWiesing: ok, bye | ||
2008-07-07 18:33 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 19:c0170784c081 gentoo-overlay/app-office/tryton/ (Manifest tryton-9999.ebuild): Add desktop entry | ||
2008-07-07 18:50 <FWiesing> cedk: Since last update I got a messagebox when I want to confirm a purchase with the content: ValidateError - "The value "waiting" for the field "state" is not in the selection" - what does it mean? | ||
2008-07-07 18:51 <cedk> FWiesing: you need to update purchase and stock modules | ||
2008-07-07 18:51 <FWiesing> ok | ||
2008-07-07 18:57 -!- nicoe(n=nicoe@80.248.214.43) has left #tryton | ||
2008-07-07 19:05 <FWiesing> cedk: It is impossible to confirm a purchase - I think since one of the updates today - I get a messagebox with this content: ValidateError - "The value "waiting" for the field "state" is not in the selection" | ||
2008-07-07 19:05 <FWiesing> Should I open an issue in the bugtracker? | ||
2008-07-07 19:06 <cedk> FWiesing: what is the revision of your module purchase | ||
2008-07-07 19:12 <FWiesing> I make an update 5 minutes ago | ||
2008-07-07 19:12 <FWiesing> mom | ||
2008-07-07 19:13 <cedk> FWiesing: hg log -r tip | ||
2008-07-07 19:13 <cedk> FWiesing: is there a traceback ? | ||
2008-07-07 19:14 <FWiesing> no | ||
2008-07-07 19:14 <FWiesing> no traceback | ||
2008-07-07 19:14 <FWiesing> I start the client with the option -v | ||
2008-07-07 19:14 <FWiesing> and look if I get some informations there | ||
2008-07-07 19:15 <FWiesing> I start the client with the ./tryton + hg log -r tip --> is that allright? | ||
2008-07-07 19:17 <cedk> FWiesing: no | ||
2008-07-07 19:17 <cedk> FWiesing: just start the client with ./tryton | ||
2008-07-07 19:17 <FWiesing> ok | ||
2008-07-07 19:17 <cedk> FWiesing: and can you start the server with ./trytond -v | ||
2008-07-07 19:17 <FWiesing> ok - thats no problem | ||
2008-07-07 19:18 <FWiesing> I only want to know what shoud I do with "hg log -r tip" | ||
2008-07-07 19:19 <cedk> FWiesing: it give you the revision of the repository in the current directory | ||
2008-07-07 19:36 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 37:0c9a5bfdccfc purchase/purchase.py: Fix remove state waiting on stock move | ||
2008-07-07 19:36 <cedk> FWiesing: I forget to push the last commit in purchase | ||
2008-07-07 19:36 <cedk> FWiesing: it must work now | ||
2008-07-07 19:55 <FWiesing> sorry - had to phone | ||
2008-07-07 20:00 -!- kultviec1(n=kultviec@p5B0D1BCC.dip0.t-ipconnect.de) has joined #tryton | ||
2008-07-07 20:14 <FWiesing> it works now | ||
2008-07-07 20:42 -!- Gedd(n=ged@77.109.114.210) has joined #tryton | ||
2008-07-07 20:43 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2008-07-07 22:21 <CIA-53> tryton: Timitos roundup * #175/AttributeError: 'str' object has no attribute 'strftime': [new] Traceback (most recent call last): File "/tryton/gui/main.py", line 1013, in _sig_child_call res = wid.handlers[button_name]() File ... | ||
2008-07-07 22:21 <CIA-53> tryton: Timitos roundup * #175/AttributeError: 'str' object has no attribute 'strftime': [chatting] i opened the form administration -> ir -> sheduled actions | ||
2008-07-07 22:34 <CIA-53> tryton: C?dric Krier <ced@b2ck.com> default * 698:001baa331095 trytond/trytond/ir/cron.py: Fix default values in ir.cron for issue175 | ||
2008-07-07 22:34 <CIA-53> tryton: ced roundup * #175/AttributeError: 'str' object has no attribute 'strftime': [resolved] Fix with changeset 001baa331095 | ||
2008-07-07 22:59 -!- yangoon2(n=mathiasb@p549F66DC.dip.t-dialin.net) has joined #tryton | ||
2008-07-07 23:34 -!- kultviech(n=kultviec@p5B0D1BCC.dip0.t-ipconnect.de) has joined #tryton | ||
2008-07-07 23:54 -!- kultviech(n=kultviec@p5B0D1BCC.dip0.t-ipconnect.de) has left #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!