chat.freenode.net #tryton log beginning Wed Jan 11 00:00:02 CET 2012 | ||
2012-01-11 01:21 <saxa> which modules are base modules , the ones can be installed only with trytond, and do not depend on another module ? | ||
2012-01-11 01:21 <saxa> country, currency probably? | ||
2012-01-11 01:22 <saxa> party ? | ||
2012-01-11 01:22 <saxa> ImportError: cannot import name StateTransition | ||
2012-01-11 01:22 <saxa> which module does have this inside ? | ||
2012-01-11 01:23 <saxa> I have installed account, company, country, currency and party iirc | ||
2012-01-11 01:23 <cedk> saxa: http://downloads.tryton.org/2.2/ | ||
2012-01-11 01:28 <saxa> all modules need to be installed ? | ||
2012-01-11 01:28 <saxa> as a minimum set I mean ? | ||
2012-01-11 01:31 <cedk> saxa: any | ||
2012-01-11 01:34 <saxa> http://pastebin.com/JU6JJTvF | ||
2012-01-11 01:35 <saxa> why do i get that error ? | ||
2012-01-11 01:35 <saxa> i'm trying the trunk modules from hg | ||
2012-01-11 01:35 <saxa> with the 2.3.0 trytond | ||
2012-01-11 01:36 <saxa> is there a secific order they must be installed ? | ||
2012-01-11 01:51 <saxa> heh, without any extra module installed my trytond runs and waits for connections. | ||
2012-01-11 01:51 <saxa> will try installing the modules one by one | ||
2012-01-11 01:51 <saxa> probably the first one should be company, correct ? | ||
2012-01-11 01:53 <saxa> huh, company, needs party, party , needs country and currency. | ||
2012-01-11 01:54 <saxa> installing all of them I get again the StateTransition error | ||
2012-01-11 01:54 <saxa> any hints + | ||
2012-01-11 01:54 <saxa> ? | ||
2012-01-11 01:55 <saxa> do I need to install the modules with the tryton cliente interface ? | ||
2012-01-11 02:11 <saxa> ok I got installed country and currency | ||
2012-01-11 02:11 <saxa> will try others one by one | ||
2012-01-11 02:11 <saxa> in any case and documentation on module dependencies would be really nice | ||
2012-01-11 02:14 <cedk> saxa: trytond is not uptodate | ||
2012-01-11 02:14 <cedk> saxa: run # hg pull -u on all repo | ||
2012-01-11 02:15 <cedk> saxa: when using the development version, you must always be uptodate | ||
2012-01-11 02:16 <saxa> oh ok | ||
2012-01-11 02:17 <saxa> will rebuild the package of trytond | ||
2012-01-11 02:17 <saxa> thx | ||
2012-01-11 02:17 <cedk> saxa: or run release | ||
2012-01-11 02:21 <saxa> hg pull should be enought to make it up to date correct ? | ||
2012-01-11 02:26 <pilou> saxa: http://code.google.com/p/tryton/wiki/InstallationMercurial#Updating_Client,_Server_and_Modules_Repositories | ||
2012-01-11 02:29 <saxa> thx pilou | ||
2012-01-11 02:29 <saxa> i just recloned it again and rebuilt the package | ||
2012-01-11 02:29 <saxa> but probably I will create one big build script, which will update and create packages of the updated code. | ||
2012-01-11 03:04 <alimon> /quit | ||
2012-01-11 08:42 -!- plantian(~ian@c-69-181-220-245.hsd1.ca.comcast.net) has left #tryton | ||
2012-01-11 10:53 <sisalp> saxa: about updating a package you can get uptodate archives on http://download.sisalp.net | ||
2012-01-11 10:54 <sisalp> they are called tryton-server-X.X-.uptodate.tar.gz | ||
2012-01-11 10:54 <sisalp> I think they are useless to you since you can easily make the same with hg | ||
2012-01-11 10:55 <sisalp> but I maintain them because I need them for my automated hosting | ||
2012-01-11 10:56 <sisalp> (when X.X is not there it is the development version.) | ||
2012-01-11 11:01 <cedk> do you think I can push the session patch: http://codereview.tryton.org/210012/ | ||
2012-01-11 11:02 <pilou> yep | ||
2012-01-11 13:49 <cedk> pilou: was it an answer for session patch? | ||
2012-01-11 14:19 <pilou> yes | ||
2012-01-11 14:51 -!- bdunnette(~dunn0172@x-134-84-214-108.cla.umn.edu) has left #tryton | ||
2012-01-11 15:58 -!- bdunnette(~dunn0172@x-134-84-214-108.cla.umn.edu) has left #tryton | ||
2012-01-11 16:55 -!- bdunnette(~dunn0172@x-134-84-214-108.cla.umn.edu) has left #tryton | ||
2012-01-11 16:58 <cedk> I got the new windows client 2.2.1: | ||
2012-01-11 16:58 <cedk> http://www.b2ck.com/~ced/tryton-2.2.1.exe | ||
2012-01-11 16:58 <cedk> http://www.b2ck.com/~ced/tryton-setup-2.2.1.exe | ||
2012-01-11 16:58 <cedk> thx for testing | ||
2012-01-11 18:31 <jcm> hi, I get a 'ascii' codec can't decode 0xcb byte error in my custom invoice report. What's the recommended way to debug report errors ? relatorio or genshi don't say where in the odt the error occurs | ||
2012-01-11 18:49 <cedk> jcm: I think normally you must have the line number in the XML | ||
2012-01-11 19:16 <udono> cedk: I am fighting with the trivial problems in http://codereview.tryton.org/187002/ | ||
2012-01-11 19:17 <udono> cedk: where I can find the states definition of the buttons? | ||
2012-01-11 19:17 <cedk> udono: in the view for now | ||
2012-01-11 19:19 <udono> cedk: I can not see them in http://hg.tryton.org/trytond/file/580fe61d540e/trytond/ir/module/module.xml#l40 ? | ||
2012-01-11 19:35 <udono> cedk: do you know where the states readonly/invisible definition for the buttons is exactly? | ||
2012-01-11 20:02 <cedk> udono: http://hg.tryton.org/trytond/file/580fe61d540e/trytond/res/ir.xml#l605 | ||
2012-01-11 20:06 <udono> cedk: thanks. | ||
2012-01-11 20:07 <udono> cedk: Shouldn't it be moved into ir/module/module.xml? | ||
2012-01-11 20:11 <cedk> udono: not possible | ||
2012-01-11 20:12 <udono> cedk: so I need to set the states for the tree view in the same way in ir.xml? | ||
2012-01-11 20:13 <cedk> udono: yes | ||
2012-01-11 20:26 -!- bdunnette(~dunn0172@x-134-84-214-108.cla.umn.edu) has left #tryton | ||
2012-01-11 20:57 <marc0s> where can i see an example of a search function? i want to be able to search on a model by fields of its related entities (i.e. a field on a many2one field) | ||
2012-01-11 21:00 <cedk> marc0s: just use dot notation | ||
2012-01-11 21:02 <marc0s> cedk: but i want to be able to search on this fields from the client | ||
2012-01-11 21:02 <marc0s> cedk: i imagine i have to create a function field on my model so it provides the content of the field i want to search by right? | ||
2012-01-11 21:03 <marc0s> (i probably explained myself badly in first instance :) | ||
2012-01-11 21:04 <cedk> marc0s: yes | ||
2012-01-11 21:11 <marc0s> cedk: thanks | ||
2012-01-11 22:41 -!- bdunnette(~dunn0172@x-134-84-214-108.cla.umn.edu) has left #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!