chat.freenode.net #tryton log beginning Wed Jun 18 00:00:01 CEST 2008 | ||
2008-06-18 00:24 <CIA-52> tryton: matb roundup * #134/error while installing/upgrading modules in new database: this is the first run of module install, that shows also correct import of module products: 2008-06-17 19:57:01,032 INFO CREATE DB: tryton3 [Tue ... | ||
2008-06-18 00:29 <CIA-52> tryton: ced roundup * #134/error while installing/upgrading modules in new database: [resolved] This is because you put the currency translation file in the module relationship instead of module currency. | ||
2008-06-18 00:35 <CIA-52> tryton: matb roundup * #134/error while installing/upgrading modules in new database: [chatting] Of course you are right. Nevertheless I join the two __tryton__.py (of both product and currency) Is it no matter with mixed delimite ... | ||
2008-06-18 00:38 <CIA-52> tryton: ced roundup * #134/error while installing/upgrading modules in new database: [resolved] No, it is python code. | ||
2008-06-18 00:40 <CIA-52> tryton: matb roundup * #134/error while installing/upgrading modules in new database: [chatting] now loads perfectly until: > Traceback (most recent call last): > File "/trytond/netsvc.py", line 338, in run > res = method(*ms ... | ||
2008-06-18 05:19 -!- yangoon(n=mathiasb@p549F669A.dip.t-dialin.net) has joined #tryton | ||
2008-06-18 07:27 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton | ||
2008-06-18 08:40 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2008-06-18 08:47 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton | ||
2008-06-18 08:47 <gadaga> hi | ||
2008-06-18 08:47 <Timitos> gadaga: hi | ||
2008-06-18 08:47 <gadaga> Timitos: hi | ||
2008-06-18 08:49 <CIA-52> tryton: ced roundup * #134/error while installing/upgrading modules in new database: [resolved] This is an other issue, so please create a new one with the traceback. | ||
2008-06-18 10:21 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has joined #tryton | ||
2008-06-18 10:26 -!- ecir3(n=brice@sednaco19320-gw.clients.easynet.fr) has joined #tryton | ||
2008-06-18 10:29 -!- bechamel(n=user@user-85-201-84-14.tvcablenet.be) has joined #tryton | ||
2008-06-18 10:46 <ecir3> cedk: une question sur la gestion des traductions | ||
2008-06-18 10:46 <cedk> oui | ||
2008-06-18 10:47 <ecir3> cedk: comment intégrer un fichier csv avec une mise à jour de la traduction fr_FR d'un module ? | ||
2008-06-18 10:47 <ecir3> cedk: je n'ai pas trouvé le wizard | ||
2008-06-18 10:47 <cedk> je comprend pas | ||
2008-06-18 10:47 <cedk> http://code.google.com/p/tryton/wiki/HowtoTranslate | ||
2008-06-18 10:47 <ecir3> cedk: j'ai pris un raccourci. j'explique | ||
2008-06-18 10:52 <ecir3> cedk: nous avons une personne qui nous aide pour les traductions. elle n'a pas accès à tryton. on fonctionne par échange de fichier csv. je pensais qu'on avait gardé la possibilité d'intégrer directement un fichier de traduction à la volée sans installer de fichier (pas pratique pour le travail itératif). par contre, il est vrai que lorsque la traduction sera stabilisée, on mettra le fichier dans | ||
2008-06-18 10:52 <ecir3> l'arborescence du module. | ||
2008-06-18 10:54 <cedk> ecir3: je pense que ce n'est pas possible de traduire correctement sans connaitre le context | ||
2008-06-18 10:55 <ecir3> cedk: je suis d'accord. mais cela aide d'avoir déjà une traduction brute et directe. sur un fichier de 600 lignes, plus de 95% des traductions sont correctes. | ||
2008-06-18 10:56 <ecir3> cedk: c'est ce que j'ai constaté sur les premiers fichiers de traduction | ||
2008-06-18 11:07 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 58:dcd9e4f9e2ef product/uom.xml: | ||
2008-06-18 11:07 <CIA-52> tryton: Use hour as base of unit of time | ||
2008-06-18 11:07 <CIA-52> tryton: Add work day unit | ||
2008-06-18 11:19 <CIA-52> tryton: matb roundup * #135/another error while installing/upgrading modules in new database: [new] > Traceback (most recent call last): > File "/trytond/netsvc.py", line 338, in run > res = method(*msg[2:]) > File "/trytond/web_ser ... | ||
2008-06-18 11:22 <CIA-52> tryton: ced roundup * #135/another error while installing/upgrading modules in new database: [chatting] I need to know with files the server is parsing. Please put some lines above the traceback. | ||
2008-06-18 11:26 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton | ||
2008-06-18 11:30 <CIA-52> tryton: matb roundup * #135/another error while installing/upgrading modules in new database: [Wed Jun 18 11:28:26 2008] INFO:init:module:stock:creating or updating database tables 2008-06-18 11:28:29,659 INFO module:stock:creating or updat ... | ||
2008-06-18 11:35 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 630:beebec0507cc trytond/trytond/ir/property.py: | ||
2008-06-18 11:35 <CIA-52> tryton: Remove size constraint on ir.property fields. | ||
2008-06-18 11:35 <CIA-52> tryton: Remove search by orm for models_get and use sql to improve speed. | ||
2008-06-18 11:40 <CIA-52> tryton: ced roundup * #135/another error while installing/upgrading modules in new database: Can you put the output of this query: SELECT * from wkf; | ||
2008-06-18 11:45 <ecir3> cedk: il y a qqchose que je dois faire de travers pour la mise a jour des traductions. j'ai ajoute et declare le fichier fr_FR.csv dans le module. la traduction est bien prise en compte a l'installation du module. par contre, apres installation, si on modifie le fichier, et qu'on demande la mise a jour de la traduction, la nouvelle version du fichier n'est pas prise en compte. | ||
2008-06-18 11:51 <cedk> ecir3: c'est normal, il faut mettre a jour le module | ||
2008-06-18 11:51 <CIA-52> tryton: matb roundup * #135/another error while installing/upgrading modules in new database: SELECT * from wkf; no data returned = empty table | ||
2008-06-18 11:51 <cedk> ecir3: tout le mécanisme est basé sur le fait que tu traduit dans le logiciel | ||
2008-06-18 11:54 <CIA-52> tryton: ced roundup * #135/another error while installing/upgrading modules in new database: So you must have deleted all workflows? How do you create your database? | ||
2008-06-18 11:54 <ecir3> cedk: pour la creation de la traduction. mais si on veut mettre a jour une traduction existante, on ne va pas reprendre record par record pour mettre a jour la traduction. | ||
2008-06-18 11:54 <CIA-52> tryton: Timitos roundup * #136/cannot change tax name completely: [new] When I do the following steps I get an unexpected behavior: 1. Create a tax 2. Create a invoice with an invoiceline with the new tax 3. Pri ... | ||
2008-06-18 11:54 <ecir3> cedk: si on a 10 serveurs a mettre a jour, ce n'est pas possible. | ||
2008-06-18 11:55 <cedk> ecir3: tu ne traduit qu'une fois ! | ||
2008-06-18 11:57 <ecir3> cedk: oublie ma remarque, je n'avais pas vu ta reponse de [11:51:06] . a la mise a jour du module, la traduction est mise a jour. j'avais imagine que la mise a jour de la traduction se ferait en dehors de la mise a jour du module. | ||
2008-06-18 12:10 <CIA-52> tryton: matb roundup * #135/another error while installing/upgrading modules in new database: - updated to last version - created new database from menu of tryton - logged into new database - marked all modules to be installed/upgraded - st ... | ||
2008-06-18 12:11 <CIA-52> tryton: matb roundup * #135/another error while installing/upgrading modules in new database: add: module workflow is marked as installed | ||
2008-06-18 12:14 <CIA-52> tryton: ced roundup * #135/another error while installing/upgrading modules in new database: I don't understand how it is possible that your table with workflow is empty. | ||
2008-06-18 12:18 <udono> hello, I just wanted to start tryton after update all modules. I started with init=all and update=all, but I cant login to my existing database anymore... | ||
2008-06-18 12:19 <cedk> udono: is there any error message | ||
2008-06-18 12:20 <udono> cedk: yes, http://paste.pocoo.org/show/72672/ | ||
2008-06-18 12:21 <udono> cedk: I will provide a issue, but I think there is a general problem, first to discuss... but maybe Iam wrong, because I dont understand the update process in tryton this well... | ||
2008-06-18 12:22 <cedk> udono: it seems that you have any modules installed | ||
2008-06-18 12:22 <cedk> udono: not the base ir, workflow | ||
2008-06-18 12:24 <cedk> update process is pretty simple, just run the server with "-d db_name -u all" | ||
2008-06-18 12:24 <udono> No, the database was my old one, ir and workflow has been installed. But I think ir changed... | ||
2008-06-18 12:24 <udono> ok, I try | ||
2008-06-18 12:26 <CIA-52> tryton: ced roundup * #135/another error while installing/upgrading modules in new database: Stock module create just before the activity that failes, a workflow that seems to be deleted. | ||
2008-06-18 12:27 <udono> cedk: there are warnings about fields integrity not tested, did I miss some modules? | ||
2008-06-18 12:28 <cedk> udono: no, it is just a warning | ||
2008-06-18 12:28 <cedk> udono: and no message about Unmet dependency | ||
2008-06-18 12:32 <CIA-52> tryton: Bertrand Chenal <bch@b2ck.com> default * 36:80e0329b13ce account_statement/statement.py: Use Decimal to compare with Decimal | ||
2008-06-18 12:32 <CIA-52> tryton: Bertrand Chenal <bch@b2ck.com> default * 37:6ef1b479c591 account_statement/ (journal.xml statement.xml): Added model acces on statement journal, group on workflow transition. | ||
2008-06-18 12:32 <CIA-52> tryton: Bertrand Chenal <bch@b2ck.com> default * 38:1437ed6b498e account_statement/statement.xml: Added model access on statement. | ||
2008-06-18 12:32 <udono> cedk: no, nothing about Unmet dependencies. Now I can login to the database! But there are a lot of warnings about the integrity not tested thing... | ||
2008-06-18 12:33 <cedk> udono: this is nothing | ||
2008-06-18 12:33 <udono> cedk: and two warnings about: WARNING:init:Field action|password of 1@res.user not updated (id: user_admin), because it has changed since the last update | ||
2008-06-18 12:33 <cedk> udono: I think you try to login into an other DB | ||
2008-06-18 12:34 <udono> cedk: how can I avoid the warnings about integrity? | ||
2008-06-18 12:34 <cedk> udono: this is because the record 1@res.user have been changed by the user | ||
2008-06-18 12:34 <cedk> udono: it is not possible, ask bechamel | ||
2008-06-18 12:34 <udono> bechamel: ? | ||
2008-06-18 12:34 <cedk> udono: it is bechamel that put the warning | ||
2008-06-18 12:37 <udono> cedk: everything seems to be allright. Sorry, Iam a burned child in questions of database updating processes from the last project I worked for. But I semms that tryton is able to run the update by itself, without needing extra SQL... | ||
2008-06-18 12:38 <cedk> udono: we don't handle all cases | ||
2008-06-18 12:38 <cedk> udono: but many | ||
2008-06-18 12:40 <udono> cedk: just for info: Is there a framework for extra needed SQL for updates? Or did I need to play them into the database by hand? | ||
2008-06-18 12:41 <cedk> udono: currently, we don't have a framework for extra SQL | ||
2008-06-18 12:41 <cedk> udono: but I don't think, it is possible to have one, because if we can make it automaticly, it is because the user must take a choice | ||
2008-06-18 12:43 <udono> cedk, ok, understand. Do you have an general overview, in which case types the automated database update will fail? | ||
2008-06-18 12:43 <cedk> udono: no, it is case by case | ||
2008-06-18 12:45 <udono> cedk: ok | ||
2008-06-18 12:45 <cedk> udono: generally, it is becauseof bad initial design | ||
2008-06-18 12:47 <udono> ok, this mean Its possible to catch this database update errors by a better design of the _init method of an object? | ||
2008-06-18 12:49 <cedk> udono: yes | ||
2008-06-18 12:49 <CIA-52> tryton: matb roundup * #135/another error while installing/upgrading modules in new database: here comes the install log of a fresh new database without any additional modules installed - table wkf nevertheless is empty from the beginning: ... | ||
2008-06-18 12:51 <CIA-52> tryton: ced roundup * #135/another error while installing/upgrading modules in new database: And if you install stock ? | ||
2008-06-18 13:01 <bechamel> udono: the update process try to take care about the user modifications, you gave an example (":Field action|password of 1@res.user not updated (id: user_admin), because it has changed since the last update). This means that you can edit the records created by the module instalation and update it without being afraid of losing your changes. | ||
2008-06-18 13:02 <udono> bechamel: ah ok, sounds good. | ||
2008-06-18 13:02 <bechamel> udono: this is made thanks to a table (ir.model.data) wich keep the association with all the records on xml files and the corresponding records in the db | ||
2008-06-18 13:04 <udono> bechamel: Ah, yes. And what about the warnings about integrity not tested? can I avoid this warning. They sound for me, that something is not ok. | ||
2008-06-18 13:04 <bechamel> udono: unfortunately, it is not possible for some fields, because sometimes the xml allow tho define records without id in the xml | ||
2008-06-18 13:05 <udono> that means that the ir.model.data mechanism doesnt work for this fields? | ||
2008-06-18 13:05 <udono> bechamel: | ||
2008-06-18 13:07 <bechamel> udono: for exmaple groups on res.users: this create records on a specific table which handle the many2many realtion, and there is no id in the xml correcponding to records in this table. | ||
2008-06-18 13:10 <bechamel> udono: finaly, "integrity not tested" means that the module update will overwrite the field even if there was a modification, because it's not possible to tell if there was a modification for this record. | ||
2008-06-18 13:12 <bechamel> udono: conclusion: the update is ok, but there is a risk of loosing user modifications. | ||
2008-06-18 13:12 <udono> bechamel: ok, now I understand, thanks | ||
2008-06-18 13:13 <CIA-52> tryton: matb roundup * #135/another error while installing/upgrading modules in new database: Same error. How should stock work, if wkf isn't installed correctly? Are you not able to reproduce the error by simply creating new database from ... | ||
2008-06-18 13:24 <udono> bechamel: cedk: I wrote a short howto for updates with your informations: http://code.google.com/p/tryton/wiki/Update | ||
2008-06-18 13:28 <CIA-52> tryton: ced roundup * #135/another error while installing/upgrading modules in new database: wkf table must be filled by modules. I can not reproduce your issue. Here, all works normally. | ||
2008-06-18 13:29 <bechamel> udono: sounds good | ||
2008-06-18 13:31 <bechamel> udono: "Some errors on startup tryton depends on a module or framework update without updating the database. | ||
2008-06-18 13:31 <bechamel> udono: maybe "result" is a better than depend ? | ||
2008-06-18 13:51 <udono> bechamel: changed depend to result | ||
2008-06-18 13:57 <bechamel> udono: ok | ||
2008-06-18 13:59 <CIA-52> tryton: uso roundup * #137/icon tryton-delete is looking to harmless and meaningless: [new] The tryton-delete icon is looking to harmless and to meaningless for me. I suggest a red button. The big delete Button in Client Menu is the ... | ||
2008-06-18 14:02 <CIA-52> tryton: matb roundup * #135/another error while installing/upgrading modules in new database: [resolved] Dunno, sorry for the noise. This was due to the bug I introduced myself for testing of issue 63 and forgot to revert. I just changed t ... | ||
2008-06-18 14:15 -!- gadaga(n=gael@sednaco19320-gw.clients.easynet.fr) has joined #tryton | ||
2008-06-18 14:18 -!- kultviech(n=kultviec@p54976BB4.dip.t-dialin.net) has joined #tryton | ||
2008-06-18 14:47 -!- essich(n=essich@p4FCF996C.dip0.t-ipconnect.de) has joined #tryton | ||
2008-06-18 14:51 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has left #tryton | ||
2008-06-18 14:58 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 631:b0508f0fdabc trytond/trytond/osv/orm.py: Fix inherit view with position after | ||
2008-06-18 15:01 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has joined #tryton | ||
2008-06-18 15:21 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 33:a2e4340a2e48 timesheet/line.xml: Fix colspan on timesheet line form | ||
2008-06-18 15:22 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 0:f90cf78f1cbf project_revenue/ (7 files): Initial commit for module project_revenue | ||
2008-06-18 15:32 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 445:4bbabdb34bad tryton/tryton/gui/window/view_form/model/record.py: | ||
2008-06-18 15:32 <CIA-52> tryton: Improve rpc exception in record function | ||
2008-06-18 15:32 <CIA-52> tryton: Try again after the first exception and if failed raise the exception | ||
2008-06-18 15:40 <CIA-52> tryton: ced roundup * #136/cannot change tax name completely: [chatting] Are you sure you change the tax name for every languages ? | ||
2008-06-18 15:44 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton | ||
2008-06-18 16:17 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 632:343ee1f14510 trytond/trytond/web_service/db.py: Export db_exist method | ||
2008-06-18 16:17 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 446:51bcffe10a34 tryton/tryton/gui/main.py: Add test for db exist before creating it. | ||
2008-06-18 16:20 <CIA-52> tryton: Timitos roundup * #136/cannot change tax name completely: If I click on the button to translate the field, there is only one language shown (Deutsch in my case). | ||
2008-06-18 16:30 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 14:df2aa521fdac gentoo-overlay/app-office/tryton/ (Manifest tryton-9999.ebuild): Add pytz | ||
2008-06-18 16:30 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 15:83ed3e64af79 gentoo-overlay/app-office/trytond/ (Manifest trytond-9999.ebuild): Add pytz | ||
2008-06-18 16:34 <CIA-52> tryton: Timitos roundup * #138/Error when selecting a service in timesheet lines: [new] Error in Client: Argument '==' not supported Traceback on Server: [Wed Jun 18 16:30:25 2008] ERROR:web-services:Exception in call: Traceba ... | ||
2008-06-18 16:49 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 447:e46158327ae6 tryton/ (share/pixmaps/tryton-attachment-hi.svg tryton/gui/main.py): Add attachment highlight icon | ||
2008-06-18 16:57 <CIA-52> tryton: ced roundup * #136/cannot change tax name completely: What is it in the tax lines of the invoice? | ||
2008-06-18 16:59 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 1:4f6899f9e81b project_revenue/timesheet.py: Fix typo for issue138 | ||
2008-06-18 17:00 <CIA-52> tryton: ced roundup * #138/Error when selecting a service in timesheet lines: [resolved] Fix with changeset 4f6899f9e81b | ||
2008-06-18 17:00 <CIA-52> tryton: Timitos roundup * #136/cannot change tax name completely: In Tryton itself there is everywhere the new value of tax field name. Only when I print the invoice there is the old value in invoice.line | ||
2008-06-18 17:05 <CIA-52> tryton: ced roundup * #136/cannot change tax name completely: Also in the description field of tax lines of the invoice ? | ||
2008-06-18 17:29 <cedk> I need to find a shortcut to run action in form like ctrl+p for print | ||
2008-06-18 17:30 <cedk> I just realize that I put ctrl+a but it is used to select all row in list view | ||
2008-06-18 17:30 <cedk> any suggestion ? | ||
2008-06-18 17:31 <Timitos> ctrl+e (from 'execute') ? | ||
2008-06-18 17:32 <cedk> Timitos: good, I take it thx | ||
2008-06-18 17:32 <CIA-52> tryton: Timitos roundup * #136/cannot change tax name completely: When I double click on the invoice line there is the new name. An in the view on the left bottom in TaxLines there is the new name, too. Yes. | ||
2008-06-18 17:33 <Timitos> cedk: it was a pleasure | ||
2008-06-18 17:42 <cedk> Timitos: I just push a fix for translation | ||
2008-06-18 17:42 <cedk> Timitos: can you check your tax for translation | ||
2008-06-18 17:43 <Timitos> ok. i will check it. | ||
2008-06-18 17:45 <Timitos> cedk: is it in the repository? is it changeset 201858b546df? | ||
2008-06-18 17:45 <cedk> Timitos: it is in the client: 79e71b317fcc | ||
2008-06-18 17:46 <Timitos> cedk: ok. thx. i will check it. | ||
2008-06-18 17:56 <Timitos> cedk: issue #136 is solved with your translation fix. thx | ||
2008-06-18 18:01 <cedk> hey, guys, it seems that tiny take ours ideas http://husendaudi.blogspot.com/2008/06/google-map-launcher.html | ||
2008-06-18 18:01 <cedk> what do you think about? | ||
2008-06-18 18:02 <cedk> and in fact it is not the only things that I find they grab from us | ||
2008-06-18 18:02 <cedk> the attachment icon that is updated with the number... | ||
2008-06-18 18:04 <cedk> but in fact they make it less smart | ||
2008-06-18 18:06 <Timitos> cedk: i think there is much to do to bring openerp to the functions of tryton. and also if this will be done. i cannot work with a company that i cannot rely on to make fast bug fixing. and there is so much more what is really better on the tryton project. you are doing great work cedk. | ||
2008-06-18 18:07 <Timitos> cedk: i think that it is important to make some marketing on tryton after the first relase. because this is the only thing tiny is good in: marketing | ||
2008-06-18 18:07 <cedk> Timitos: I think about asking her to put our copyright on the tools they take | ||
2008-06-18 18:07 <Timitos> cedk: thats what i wanted to write now | ||
2008-06-18 18:07 <Timitos> :-) | ||
2008-06-18 18:08 <Timitos> this is important. | ||
2008-06-18 18:10 <cedk> one things, we need to have, is that the people know that the good thinks comes from us | ||
2008-06-18 18:12 <Timitos> cedk: +1 | ||
2008-06-18 18:13 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 448:201858b546df tryton/tryton/gui/window/view_form/view/form_gtk/parser.py: | ||
2008-06-18 18:13 <CIA-52> tryton: Fix translation: | ||
2008-06-18 18:13 <CIA-52> tryton: - add en_US if there is other languages | ||
2008-06-18 18:13 <CIA-52> tryton: - don't set language to False for en_US | ||
2008-06-18 18:15 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 449:79e71b317fcc tryton/share/tryton/tryton.glade: Change Ctrl+A shortcut into Ctrl+E because first is used to select all row | ||
2008-06-18 18:17 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 5:70c9bc3d10a2 currency/ (currency.py currency.xml): Add currency symbol | ||
2008-06-18 18:17 <CIA-52> tryton: ced roundup * #137/icon tryton-delete is looking to harmless and meaningless: [chatting] Did you have one that follow the tango guidel http://tango.freedesktop.org/Tango_Desktop_Projectines | ||
2008-06-18 18:19 <bechamel> cedk: about the google_map stuff: we can put a comment on the blog "happy that you found our idea enough good to take in back in your soft" and a link to tryton.org :) | ||
2008-06-18 18:20 <cedk> bechamel: I didn't find how to put comments | ||
2008-06-18 18:22 <bechamel> cedk: click on "O comment" at the end of the post | ||
2008-06-18 18:23 <bechamel> cedk: and i see that the same is true for password encrytion | ||
2008-06-18 18:23 <cedk> bechamel: for password I'm not sure, because they don't use the same encryption | ||
2008-06-18 18:23 <cedk> bechamel: but for context stuff on the client side | ||
2008-06-18 18:27 <cedk> bechamel: done | ||
2008-06-18 18:27 <cedk> bechamel: but as usual, it is done in a wrong way :-) | ||
2008-06-18 18:27 <cedk> bechamel: where are you with the documentation | ||
2008-06-18 18:28 <bechamel> cedk: "But it will be better to give us the original idea." i dont know if the sentence is correct :) | ||
2008-06-18 18:28 <cedk> bechamel: I don't know | ||
2008-06-18 18:29 <bechamel> cedk: one can use the Makefile to build or use a python script. | ||
2008-06-18 18:30 <bechamel> cedk: but the main issue is to write it :) | ||
2008-06-18 18:30 <cedk> bechamel: in fact we can already set up the file without build script | ||
2008-06-18 18:30 <bechamel> cedk: set up ? | ||
2008-06-18 18:31 <cedk> bechamel: what we need is the first skeleton | ||
2008-06-18 18:31 <cedk> bechamel: put the files | ||
2008-06-18 18:31 <bechamel> i wonder if husen will keep the comment or will erase it .. | ||
2008-06-18 18:31 <cedk> bechamel: or even put the makefile if it is simplier | ||
2008-06-18 18:45 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 11:26d40fd74658 analytic_account/account.py: Fix analytic account convert view for the new lxml | ||
2008-06-18 18:57 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 65:73231a43d5ef account_invoice/invoice.py: Use tax description | ||
2008-06-18 18:57 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 121:5cf497a5ed03 account/ (tax.py tax.xml): Add tax description for reports | ||
2008-06-18 19:10 <cedk> by the way as tiny take our dev, we can make the same :-) | ||
2008-06-18 19:11 <cedk> I find some thinks: | ||
2008-06-18 19:11 <cedk> - they add an action close_window | ||
2008-06-18 19:11 <cedk> when you run it, it close the current tab in the client | ||
2008-06-18 19:12 <cedk> - a new attribute to act_window, to open it in a dialog box | ||
2008-06-18 19:13 <cedk> - also you can return an action from a button on an object that will be run after | ||
2008-06-18 19:13 <cedk> So what do you think about that ? | ||
2008-06-18 19:14 <cedk> the last can be make with a wizard, but tiny don't like to much wizard because they are not instanciated by DB | ||
2008-06-18 19:14 <cedk> for me there is only close_window that can perhaps be usefull | ||
2008-06-18 19:15 <bechamel> it seems good | ||
2008-06-18 19:15 <cedk> bechamel: what ? | ||
2008-06-18 19:15 <Timitos> cedk: I think we should only take what is really seriosly useful, but why not? | ||
2008-06-18 19:16 <bechamel> all, but it dont know what to do with the action close_windows | ||
2008-06-18 19:16 <cedk> Timitos: so for me, nothing :-) | ||
2008-06-18 19:16 <Timitos> cedk: but we should do it the right way with commenting where the idea is from. | ||
2008-06-18 19:16 <cedk> bechamel: I think the number 2, is really not usefull as it add more complexity | ||
2008-06-18 19:17 <cedk> Timitos: of course, we have already on the website that we start from tinyerp | ||
2008-06-18 19:17 <bechamel> cedk: to open the dialog box ? what is complex ? | ||
2008-06-18 19:17 <cedk> bechamel: it is not complex, but I don't see where we can use it | ||
2008-06-18 19:17 <Timitos> cedk: i think it should be in the taken code as comment too. | ||
2008-06-18 19:18 <cedk> Timitos: yes, but we add also the copyright of tiny | ||
2008-06-18 19:18 <Timitos> cedk: sounds good. | ||
2008-06-18 19:20 <cedk> any all is very little code, so it can be add later if we need it | ||
2008-06-18 19:21 <Timitos> cedk: +1 | ||
2008-06-18 19:22 <bechamel> cedk: for me the annoying window on tryton today is the one open by "select moves" on the supplier packing | ||
2008-06-18 19:23 <bechamel> cedk: its working but it's disturbing with respect of the way other stuffs are working | ||
2008-06-18 19:23 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 450:73412b7814b2 tryton/tryton/gui/window/view_form/view/form_gtk/parser.py: Prevent set_text with boolean | ||
2008-06-18 19:24 <Timitos> bechamel: +1 there are two windows where only one windows could be enough | ||
2008-06-18 19:24 <cedk> bechamel: ok, I see we must add a add/remove button like for many2many on one2many widget | ||
2008-06-18 19:25 <cedk> bechamel: you can add it to the todo list | ||
2008-06-18 19:25 <bechamel> cedk: it's already a many2many widget | ||
2008-06-18 19:26 <bechamel> cedk: my opinion is that the button should open a search windows | ||
2008-06-18 19:26 <bechamel> cedk: because it is what is does | ||
2008-06-18 19:27 <cedk> bechamel: no, I speak about the one2many "Incoming move" | ||
2008-06-18 19:27 <cedk> bechamel: and removing the wizard | ||
2008-06-18 19:28 <bechamel> cedk: oh yes, good idea | ||
2008-06-18 19:28 <cedk> bechamel: it is I thin one day of dev | ||
2008-06-18 19:29 <bechamel> cedk: and also a "create new" on the m2m it's always a pita to have to open a new tab to define a new item | ||
2008-06-18 19:29 <cedk> bechamel: no, one we have the add/remove on one2many, you set the widget of m2m to o2m | ||
2008-06-18 19:32 <bechamel> cedk: yes ok | ||
2008-06-18 19:33 <bechamel> cedk: what to you think about the dust bin icon issue raised by udono ? | ||
2008-06-18 19:36 <Timitos> bechamel: i would prefer the green trash icon from tango. it has some signal function in the menu then with its green color | ||
2008-06-18 19:38 <bechamel> cedk, Timitos : maybe the icon in the ubuntu version of tango will to the trick: http://img405.imageshack.us/img405/8131/71696598zt8.png | ||
2008-06-18 19:39 <Timitos> cedk: this is really signal, yes | ||
2008-06-18 19:44 <Timitos> cedk: bechamel: did you already succed to install tryton on windows? what do i have to notice | ||
2008-06-18 19:46 <udono> bechamel: this Icon is really signal. But we can | ||
2008-06-18 19:46 <udono> sorry, to be continued... | ||
2008-06-18 19:48 <udono> But we habe to pay attention of the meaning of a dust-bin... normaly you have a bin function where you can delete thinks forever in the dust bin symbol. But I think its a question of documentation... | ||
2008-06-18 19:49 <udono> BTW. sorry this week I am just half eared to tryton, I have a seminar in the next time where I have to describe Plone customizations for one of my clients, and I have to learn a lot about Plone 3... | ||
2008-06-18 19:52 <bechamel> udono: no problem, and you dont have to apologise, you are free to work on what you want :) | ||
2008-06-18 19:54 <udono> bechamel: Yes I know, but I want faster. But unfortunately I cant, neither in Plone, nor in Tryton... | ||
2008-06-18 19:55 <udono> BTW did we have an approx. release date for Tryton? | ||
2008-06-18 19:58 <bechamel> udono: i dont know, we should also define release policy, how often (for the framwork and for the modules) until when it will be supported, etc | ||
2008-06-18 20:00 <udono> bechamel: yes | ||
2008-06-18 20:00 <bechamel> udono: if you have an opinion/an advice on it, don't hesitate | ||
2008-06-18 20:02 <udono> bechamel: I / we (timitos and me) have some note about this. If you like I create a new wikipage to discribe a possible releascycle we can discuss... | ||
2008-06-18 20:05 <bechamel> udono: yes, if you want but a mail will also do the trick | ||
2008-06-18 20:07 <udono> bechamel: Ok, but I think its more quick to edit a wikipage and diskuss and edit... or should we held this discussion first secret? | ||
2008-06-18 20:07 <bechamel> udono: i don't feel like having long discussion on a wiki, and from my experience release policy tends to generate infinite discussions | ||
2008-06-18 20:09 <udono> bechamel: you think so?! I prefer just a basic structure for the manpower we have. If the project grow the structure will grow. But if you like I send you just an email... | ||
2008-06-18 20:09 <bechamel> udono: or maybe on this channel, we only have to plan a meeting (it's a word that sound boring even when you only write it :) ) | ||
2008-06-18 20:09 <udono> bechamel: last time we met was every thing else than boring :-) | ||
2008-06-18 20:10 <bechamel> udono: you see we are already debating on how we should discuss about it :). but jokes aside, if you feel that the wiki is a good solution, just do it. | ||
2008-06-18 20:11 <bechamel> udono: yes i agree, the trick with meeting is to choose correctly attenders :) | ||
2008-06-18 20:12 <udono> bechamel: ok, and another meeting will be a good Idea, too. But for this we should collect some topics and contents and correct attenders ;-) | ||
2008-06-18 20:13 <bechamel> udono: :) | ||
2008-06-18 20:14 <Timitos> bechamel: did you already succed to install tryton on windows? what do i have to notice | ||
2008-06-18 20:17 <bechamel> Timitos: no i don't event tried | ||
2008-06-18 20:17 <bechamel> Timitos: i think cedk worked on it but i don't know if it's ok | ||
2008-06-18 20:18 <Timitos> i tried but and i got it to work but i had not a very good presentation of the client. | ||
2008-06-18 20:18 <Timitos> and i had some bugs. i will try it again and post my experience | ||
2008-06-18 20:18 <bechamel> Timitos: what do you mean by "very good presentation", the way it looks ? | ||
2008-06-18 20:21 <Timitos> bechamel: yes. there are white spaces between the fields. | ||
2008-06-18 20:26 <cedk> udono: release discussion can be put on the mailing list | ||
2008-06-18 20:26 <udono> cedk: ok | ||
2008-06-18 20:26 <cedk> Timitos: I start to make some try on win32, I have a setup.py for py2exe | ||
2008-06-18 20:27 <cedk> Timitos: next will be to have nsis script | ||
2008-06-18 20:27 <cedk> Timitos: for the space, I will check | ||
2008-06-18 20:27 <cedk> bechamel: do you have the svg of the icon ? | ||
2008-06-18 20:27 <Timitos> cedk: i can send you a screenshot | ||
2008-06-18 20:28 <cedk> Timitos: ok | ||
2008-06-18 20:29 <bechamel> cedk: no | ||
2008-06-18 20:29 <bechamel> cedk: is start t osearch | ||
2008-06-18 20:32 <cedk> Timitos: it is the journal label that is missing ? | ||
2008-06-18 20:33 <Timitos> cedk: yes. and take a look to the selection menu on the right near bottom | ||
2008-06-18 20:33 <Timitos> cedk: the state field | ||
2008-06-18 20:34 <cedk> Timitos: do you use rdesktop ? | ||
2008-06-18 20:34 <cedk> Timitos: or vmware ? | ||
2008-06-18 20:34 <Timitos> no. it is a virtual maschine. yes vmware | ||
2008-06-18 20:35 <Timitos> and there is an error on bugposting function. i will send an issue in a minute | ||
2008-06-18 20:35 <cedk> Timitos: it can be vmware issue | ||
2008-06-18 20:35 <Timitos> you think. i didn´t have that with tinyerp | ||
2008-06-18 20:36 <cedk> Timitos: no error message | ||
2008-06-18 20:36 <Timitos> cedk: but perhaps it depends on the packages i installed. | ||
2008-06-18 20:36 <Timitos> cedk: why posting no bug? | ||
2008-06-18 20:37 <cedk> Timitos: ??? | ||
2008-06-18 20:38 <Timitos> cedk: there is an error message when i try to use the bugposting function. i think i didn´t understand you. | ||
2008-06-18 20:38 <Timitos> cedk: shall i open an issue in bugtracker for that? | ||
2008-06-18 20:39 <cedk> Timitos: yes you can | ||
2008-06-18 20:39 <Timitos> cedk: ok | ||
2008-06-18 20:39 <cedk> Timitos: create a keyword for win32 issue | ||
2008-06-18 20:39 <Timitos> cedk: ok | ||
2008-06-18 20:39 <cedk> so go to lunch | ||
2008-06-18 20:40 <Timitos> cedk: enjoy your meal | ||
2008-06-18 20:49 <CIA-52> tryton: Timitos roundup * #139/win32: error in bugposting function: [new] Exception: Traceback (most recent call last): File "C:\tryton\tryton\tryton\common\common.py", line 299, in send_bugtracker for line i ... | ||
2008-06-18 21:05 <bechamel> udono: i struggle to find the exact same orange for the trash icon, iirc you a using ubuntu, is it possible for you to send the svg version of it to cedk ? it should be in /usr/share/icons/Tango/scalable/places/ | ||
2008-06-18 21:06 <bechamel> udono: or maybe /usr/share/icons/Tangerine/scalable/places/ | ||
2008-06-18 21:39 <CIA-52> tryton: ced roundup * #139/win32: error in bugposting function: [resolved] duplicate | ||
2008-06-18 21:51 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 451:33d342013f52 tryton/tryton/gui/window/ (3 files in 3 dirs): Use button size instead of menu | ||
2008-06-18 21:51 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 452:4dab74e3fb55 tryton/tryton/gui/window/view_form/screen/screen.py: Refresh attachment after 1 second | ||
2008-06-18 21:52 <udono> bechamel: done | ||
2008-06-18 21:53 <udono> bechamel: but the trashcan on ubuntu is yellow, not orange | ||
2008-06-18 21:56 <CIA-52> tryton: uso roundup * #140/osv/orm.py:1964: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.: [chatting] Complete: [Wed Jun 18 21:53:52 2008] INFO:web-service:successful login from 'admin' using database 'tryton' /home/uspallek/workspace/tr ... | ||
2008-06-18 21:58 <bechamel> udono: thanks, i wonder where this orange icon comes from, but if we really want orange i think it should be easy to edit the svg, i will try. | ||
2008-06-18 21:59 <CIA-52> tryton: ced roundup * #140/osv/orm.py:1964: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.: [resolved] Already fixed. | ||
2008-06-18 22:10 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2008-06-18 22:18 -!- Timitos(n=Timitos@88.217.184.172) has joined #tryton | ||
2008-06-18 22:24 <CIA-52> tryton: Timitos roundup * #141/AttributeError: 'module' object has no attribute 'D_FMT': [new] Traceback (most recent call last): File "\trytond\netsvc.py", line 338, in run res = method(*msg[2:]) File "\trytond\web_service\obj ... | ||
2008-06-18 22:25 <CIA-52> tryton: Timitos roundup * #141/AttributeError: 'module' object has no attribute 'D_FMT': [chatting] win32 | ||
2008-06-18 22:57 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 633:3d4937c46440 trytond/trytond/report/report.py: Fix format_lang to work on win32 as tryton | ||
2008-06-18 22:57 <CIA-52> tryton: ced roundup * #141/AttributeError: 'module' object has no attribute 'D_FMT': [testing] Must be fixed with changeset 3d4937c46440 | ||
2008-06-18 23:04 -!- Timitos(n=Timitos@88.217.184.172) has left #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!