IRC logs of #tryton for Thursday, 2012-01-12

chat.freenode.net #tryton log beginning Thu Jan 12 00:00:01 CET 2012
2012-01-12 12:23 <cedk> I got a macbundle for 2.2.1: http://www.b2ck.com/~ced/tryton-2.2.1.dmg
2012-01-12 12:24 <cedk> thanks for testing
2012-01-12 13:40 <flox> cedk: seems ok here
2012-01-12 13:59 <cedk> flox: what is ok?
2012-01-12 14:00 <flox> the mac client works fine
2012-01-12 14:00 <cedk> flox: ok thanks
2012-01-12 14:52 <jcm> cedk: hi, the mac client works, seaminlgly the same way as the one I compiled. There is still a second (empty) apple menu on the left of the menu bar.
2012-01-12 14:54 -!- bdunnette(~dunn0172@x-134-84-214-108.cla.umn.edu) has left #tryton
2012-01-12 16:11 <jcm> cedk: not possible to save translations in list view from mac client, but works from form view
2012-01-12 16:24 <udono> cedk: nicoe: do you need some help for the pygtk3?
2012-01-12 19:13 <coeps> hello everybody,
2012-01-12 19:17 <coeps> I am still having a problem with the helloworld example. I tried to change the label and as far as I understand the documentation this http://pastebin.com/GeAAdAfd should work. Can someone please have a look and correct this stuff. When I try to run tryton -u ... I get a "Invalid xml" error. thank you for any help
2012-01-12 19:21 <udono> coeps: hi, can you paste the full traceback? Which Tryton version you use?
2012-01-12 19:26 <coeps> full traceback http://pastebin.com/sQnj98Wg , version 2.2 downloaded about 1 week ago from the tryton.org website
2012-01-12 19:38 <udono> coeps: sorry, can not see a problem. Did you try with a new database?
2012-01-12 19:38 <udono> ACTION afk
2012-01-12 19:49 <coeps> udono: thanks for the check, I get the same error when I try to install the module into a new db. I will no try to rewrite the file, but I only edited that on one single linux-system so there should not be any corruption due to system-swap. :( . When I change the line back to the original <label name = fieldname/> everything works fine. So it seems to be a local error at this line.
2012-01-12 19:59 -!- bdunnette(~dunn0172@x-134-84-214-108.cla.umn.edu) has left #tryton
2012-01-12 21:40 <coeps> whatever I try with my http://pastebin.com/GeAAdAfd I cannot use string. I can add more references of greeting, a <newline/>... but no string as I was told to change a label (or just display a string in a form).
2012-01-12 21:41 <coeps> Is the correct rnc the one in ..trytond/ir/ui/form.rnc?
2012-01-12 22:12 <cedk> coeps: you must add an id attribute
2012-01-12 22:15 <coeps> cedk: where? only the <string = "greetingxg"/> is the problem
2012-01-12 22:15 <cedk> coeps: <label string="greetinxg" id="greetinxg"/>
2012-01-12 22:21 <coeps> Yeaaaaaaah!! Thank you! Please give me a hint, where can I take that information from. I just found (after you told me yesterday) that string is a common attribute in a form (docu). Why then does label name= "fieldname" does not need an ID=?
2012-01-12 22:22 <cedk> coeps: name is like id
2012-01-12 22:23 <cedk> coeps: the description is in trytond/ir/ui/form.rnc
2012-01-12 22:25 <coeps> cedk: thank you , the next step then is to learn reading .rnc files. I was going nuts with this simple problem. However, as far as I can see yet, tryton is a wonderful peace of software. congratulations to everybody involved.
2012-01-12 22:26 <cedk> coeps: you can also read http://doc.tryton.org/2.2/trytond/doc/topics/views/index.html#xml-description
2012-01-12 22:31 <coeps> cedk: ok now i do understand the description of the att. "id" better. I didn't understand it as a must have when no name is around.
2012-01-12 22:34 <cedk> coeps: it is a constraint to allow easy override later
2012-01-12 22:34 <cedk> coeps: because id can be used easily with xpath query
2012-01-12 22:35 <cedk> jcm: I try to save translation in list view with the Mac client and it works here
2012-01-12 22:49 -!- bdunnette(~dunn0172@x-134-84-214-108.cla.umn.edu) has left #tryton
2012-01-12 23:09 <jcm> cedk: in fact I thought it didn't save because the save button is never active ; seems translations are nevertheless saved
2012-01-12 23:10 <cedk> jcm: it is related to an already fixed issue but not yet backported
2012-01-12 23:10 <jcm> all words I added (for instance in the footer of my invoice) were grabbed in the words to be translated. Is there a way to tell tryton to ignore them ?
2012-01-12 23:12 <cedk> jcm: no
2012-01-12 23:12 <cedk> jcm: just leave them empty
2012-01-12 23:16 <jcm> cedk: on the opposite, some translations are not used. I wanted for instance to correct Total into Total T.T.C. But maybe this is already translated in invoice, and so my module translation is ignored ?
2012-01-12 23:45 <udono> jcm: hi, is this the behavior you have with unsaved changes: https://bugs.tryton.org/issue2352

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