chat.freenode.net #tryton log beginning Sat Dec 3 00:00:02 CET 2011 | ||
2011-12-03 02:14 -!- yangoon_rm(~mathiasb@p549F36E7.dip.t-dialin.net) has left #tryton | ||
2011-12-03 09:36 <sampac> Hi all. I didn't find any information on how to populate the .po file with translation strings from a report. Anyone ? | ||
2011-12-03 15:53 <cjbarnes18> Hi all, I am putting together a demo module as a learning exercise, using all components of Tryton. Could someone point me to a resource that will explain the use and use-case for the Reference field? | ||
2011-12-03 16:31 <udono> cjbarnes18: Hi, the reference field is used in the Attachment Model: http://hg.tryton.org/trytond/file/96aa327a3657/trytond/ir/attachment.py#l38 | ||
2011-12-03 16:32 <cjbarnes18> udono: thanks will take a look. | ||
2011-12-03 16:56 <cjbarnes18> So to clarify my understanding: The reference field is used to relate the current record to a record in another non related model. | ||
2011-12-03 17:04 <udono> cjbarnes18: yes, sounds good to me. | ||
2011-12-03 17:08 <cjbarnes18> udono: cool, thanks | ||
2011-12-03 18:16 <pokoli> hello | ||
2011-12-03 18:16 <pokoli> i'm writting the HelloWorld module like explained in the wiki | ||
2011-12-03 18:17 <pokoli> I'm getting the following error: Reference to helloworld.act_hello_world_form not found | ||
2011-12-03 18:17 <pokoli> could anyone give me some tip? | ||
2011-12-03 18:20 <pokoli> i got the solution | ||
2011-12-03 18:20 <pokoli> i was referencing to act_hello_world_form before defining it | ||
2011-12-03 18:21 <yangoon> pokoli: this id is not on the hello world example, so you should explain a little bit what you are doing | ||
2011-12-03 18:22 <pokoli> yangoon | ||
2011-12-03 18:22 <pokoli> i got it solucioned | ||
2011-12-03 18:22 <yangoon> pokoli: yes, I saw it, congratulations | ||
2011-12-03 18:22 <pokoli> but now i got another error: Invalid XML for view | ||
2011-12-03 18:28 <pokoli> here is my hello.xml file: http://pastebin.com/jabjG8VD | ||
2011-12-03 18:33 <pokoli> yangoon could you give me some tips please? | ||
2011-12-03 18:34 <yangoon> pokoli: look at the error message | ||
2011-12-03 18:35 <yangoon> it should indicate the tag/id that is failing | ||
2011-12-03 18:40 <pokoli> i only got a windows saying: Invalid XML view | ||
2011-12-03 18:40 <pokoli> if i go to the views menu and create it manually it falls with the same error | ||
2011-12-03 18:58 <pokoli> yangoon finally i managed to get it work! Thanks for your help ;) | ||
2011-12-03 21:38 <yangoon> pokoli: if you start the server with option -v you should get more detailed information | ||
2011-12-03 22:59 <cjbarnes18> I am looking at the nereid web front for Tryton, anyone know which tryton version it works with? | ||
2011-12-03 23:00 <yangoon> cjbarnes18: AFAIR it was originally built on 1.8 | ||
2011-12-03 23:01 <cjbarnes18> yangoon: ok, thanks | ||
2011-12-03 23:24 <cjbarnes18> are there any viable web front ends for current Tryton? | ||
2011-12-03 23:25 <yangoon> cjbarnes18: did you have a look at http://code.google.com/p/tryton/wiki/TrytonDjango ? | ||
2011-12-03 23:26 <cjbarnes18> no, have you experience with it? | ||
2011-12-03 23:27 <yangoon> cjbarnes18: yes, it works;) | ||
2011-12-03 23:27 <cjbarnes18> great thank you | ||
2011-12-03 23:29 <yangoon> I had to change to tmpfile in download_invoice, because StringIO/FileWrapper didn't like buffer, but perhaps I missed a simple conversion to string | ||
2011-12-03 23:45 <cjbarnes18> I always thought Django to be more a DIY CMS framework than a web application framework. At least that is what I'd interpreted its design goals to be. |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!