IRC logs of #tryton for Friday, 2012-05-25

chat.freenode.net #tryton log beginning Fri May 25 00:00:01 CEST 2012
2012-05-25 00:43 <grasbauer> anybody knows why on processing sales also shipment_return an out_credit_not is created?
2012-05-25 08:14 -!- sisalp(~sisalpuse@ks396650.kimsufi.com) has left #tryton
2012-05-25 11:32 <cedk> albertca: the catalan mailing is created on gmane
2012-05-25 11:33 <cedk> albertca: have you an archive of the emails already sent on it?
2012-05-25 11:34 <grasbauer> ACTION ¡Visca Catalunya!
2012-05-25 11:48 <cedk> or any one else on groups-ca?
2012-05-25 11:48 <cedk> I need a mbox archive
2012-05-25 14:09 <rhubner> hi nicoe
2012-05-25 14:10 <rhubner> nicoe: recently I can't see the modules that I get in trytond/modules/ using hg
2012-05-25 14:14 <rhubner> nicoe: has something changed? What does I have to do to view them in Administration->Modules->Modules and mark them for install?
2012-05-25 14:18 <rhubner> hi cedk! Do you know anything about this?
2012-05-25 14:51 <guyvdb_> Hi, I am trying out trytond for the first time. I have pulled using hg. I cannot find any modules
2012-05-25 14:54 <bechamel> guyvdb_: did you follow http://code.google.com/p/tryton/wiki/InstallationMercurial ?
2012-05-25 14:54 <nicoe> rhubner: strange you should see them
2012-05-25 14:54 <guyvdb_> yes
2012-05-25 14:54 <nicoe> guyvdb_: is trytond/modules filled with modules ?
2012-05-25 14:55 <guyvdb_> no just __init__
2012-05-25 14:55 <cedk> rhubner: you must make an update
2012-05-25 14:55 <guyvdb_> you mean a pull?
2012-05-25 14:56 <cedk> guyvdb_: you must clone wanted modules from http://hg.tryton.org/modules
2012-05-25 14:56 <guyvdb_> ok thx
2012-05-25 14:57 <rhubner> cedk: I didn't understand... Where do I have to do the update?
2012-05-25 14:57 <guyvdb_> I have been reading a bit about tryton.. have also been evaluating openerp. Tryron site says mrp is in progress. what is the status of that?
2012-05-25 14:59 <cedk> rhubner: you can simply run: trytond -d <DB> -u all
2012-05-25 14:59 <cedk> guyvdb_: it is in staging for inclusion in 2.4
2012-05-25 15:00 <cedk> guyvdb_: http://hg.tryton.org/2.4/modules/production/
2012-05-25 15:00 <guyvdb_> another question. It trytond using json for RPC? where can I read about intergration with http calles
2012-05-25 15:01 <cedk> guyvdb_: don't understand
2012-05-25 15:01 <guyvdb_> What is the web service layer? How do you talk to trytond without the client... ie from another system
2012-05-25 15:03 <bechamel> guyvdb_: tryton use json rpc calls over http
2012-05-25 15:04 <rhubner> cedk: ok! it works...
2012-05-25 15:05 <cedk> guyvdb_: see http://json-rpc.org/
2012-05-25 15:06 <rhubner> cedk: I'm with a difficulty in my project... To build the GUI I'll slip data using gtkScale
2012-05-25 15:06 <guyvdb_> cedk thx
2012-05-25 15:07 <rhubner> cedk: But I don't know which widget to use to enter data... Could it be the GtkTreeView widget?
2012-05-25 15:08 <cedk> rhubner: to enter which data?
2012-05-25 15:08 <guyvdb_> a couple more questions: what is neso and proteus in the 2.4 staging area?
2012-05-25 15:08 <rhubner> cedk: the data from history tables
2012-05-25 15:09 <cedk> rhubner: just update the form
2012-05-25 15:09 <bechamel> guyvdb_: neso is a standlone version of tryton, IE tryton server and client stucked together and use sqlite as db
2012-05-25 15:10 <nicoe> rhubner: Every write you make will create extra data so just change something
2012-05-25 15:10 <bechamel> so no more client or server
2012-05-25 15:10 <guyvdb_> and proteus?
2012-05-25 15:11 <bechamel> guyvdb_: and proteus is a scripting solution for tryton
2012-05-25 15:11 <rhubner> cedk,nicoe: Because I don't know what the other widget I could use to display data in "time x date"
2012-05-25 15:11 <guyvdb_> k thx
2012-05-25 15:11 <bechamel> guyvdb_: you can connect to remote server with it and it provides an active-record api
2012-05-25 15:12 <nicoe> rhubner: why would you want to display other data
2012-05-25 15:12 <bechamel> guyvdb_: a client cli
2012-05-25 15:12 <guyvdb_> that is nice..
2012-05-25 15:14 <bechamel> guyvdb_: like oersted for openerp :D
2012-05-25 15:15 <guyvdb_> I don't really know oersted or openerp for that matter.. just starting investigate now... have had openerp setup for a few days, wrote a module... now looking at at tryton
2012-05-25 15:15 <rhubner> nicoe: It's taking me to understand how to work the presentation of data...
2012-05-25 15:16 <nicoe> rhubner: What I think the presentation of the data should be is:
2012-05-25 15:17 <nicoe> gtk.Entry | gtk.Scale
2012-05-25 15:17 <bechamel> guyvdb_: this may help you http://code.google.com/p/tryton/wiki/HelloWorld
2012-05-25 15:17 <nicoe> the entry having the date
2012-05-25 15:17 <guyvdb_> yea i read through that already... seems pretty straight forward but I will go back over it once I start to implement :)
2012-05-25 15:22 <guyvdb_> is the module ir & res part of the core?
2012-05-25 15:27 <cedk> guyvdb_: yes
2012-05-25 15:27 <flox> this is in module 'base' (openerp/addons/base/ir/...)
2012-05-25 15:29 <cedk> flox: yes but a lot smaller
2012-05-25 15:29 <flox> oops, I'm not in openobject channel :)
2012-05-25 15:30 <guyvdb_> :)
2012-05-25 15:32 <guyvdb_> what is the initial login admin/admin ?
2012-05-25 15:34 <cedk> guyvdb_: depends of what you setup when creating the database
2012-05-25 15:35 <guyvdb_> ok got it ... not the pg login... admin/admin worked
2012-05-25 15:36 <guyvdb_> ok ... it is up and running :) thx for help so far
2012-05-25 15:43 <rhubner> nicoe: gtkEntry? but the only think that it show is date in gtkEntry?
2012-05-25 15:49 <nicoe> rhubner: an entry or a label to display the date related to the gtk.Span
2012-05-25 15:50 <cedk> nicoe, rhubner: An Entry is better like that it is possible to enter the right date without the need to slice precisly
2012-05-25 15:50 <cedk> and even better to use the common/date_entry.py to have shortcuts etc.
2012-05-25 15:54 <rhubner> nicoe: each record must contain a widget to inform changes (history) or should I create a module that will show the changes of all records?
2012-05-25 15:56 <rhubner> nicoe: When it open a record, should be shown the history of changes in a widget?
2012-05-25 15:56 <nicoe> rhubner: when you open a record, you show the current version
2012-05-25 15:56 <nicoe> when you use the scale (or the entry) to go back in time you show the record as it was at that time
2012-05-25 15:59 <rhubner> nicoe: So I'll have to change the data in the form itself when I change the scale or click on another date in GtkEntry?
2012-05-25 16:00 <cedk> rhubner: yes and set the form in readonly
2012-05-25 16:01 <rhubner> Owwww! NOW I understand :)
2012-05-25 16:05 <rhubner> cedk: All forms must have this feature?
2012-05-25 16:06 <cedk> rhubner: only Model that has _history
2012-05-25 16:07 <guyvdb_> How is the connection speed if the server is in the cloud? Is the client quite responsive? Is there a web client yet?
2012-05-25 16:08 <nicoe> guyvdb_: which kind of cloud cumulo-nimbus ? ;)
2012-05-25 16:08 <guyvdb_> :) e2c :)
2012-05-25 16:09 <guyvdb_> err ec2
2012-05-25 16:09 <cedk> guyvdb_: B2CK has his trytond instance on a datacenter and we work with it
2012-05-25 16:10 <cedk> guyvdb_: but it will mainly depend of your bandwith and latency
2012-05-25 16:11 <guyvdb_> is there a way to print the chart of account?
2012-05-25 16:12 <cedk> guyvdb_: you can do a copy/paste if you want
2012-05-25 16:12 <cedk> guyvdb_: or there is some reports depending on what you want
2012-05-25 16:14 <cedk> guyvdb_: indeed the copy/paste works for any list/tree
2012-05-25 16:16 <guyvdb_> ok copy/paste looks good :)
2012-05-25 16:31 <guyvdb_> I have added more modules to the modules directory but they do not show up in the modules tree in the client after restarting both... do i need to refresh the list some how?
2012-05-25 16:32 <cedk> guyvdb_: update the database
2012-05-25 16:32 <guyvdb_> how?
2012-05-25 16:33 <guyvdb_> ahh got it from above: trytond -d <DB> -u all is that right
2012-05-25 16:40 -!- pjstevns(~pjstevns@nfg3.nfgs.net) has left #tryton
2012-05-25 16:41 <guyvdb_> In Admin > UI > Icons what is the path relative to? None of my UI icons are showing up
2012-05-25 16:44 <cedk> guyvdb_: you probably miss librsvg
2012-05-25 16:45 <guyvdb_> nope librsvg2-2 is installed
2012-05-25 16:47 <guyvdb_> ahh installed librsvg2-dev and they are now there
2012-05-25 17:10 <guyvdb_> Got to go.. cedk thx for your help. chat soo
2012-05-25 17:16 <grasbauer> can anybody point me to the script where in the context of invoice_line 'standalone' is set - i can't find it in account_invoice nor in account_invoice_line_standalone ...
2012-05-25 17:19 <cedk> grasbauer: I think it is in purchase_invoice_line_standalone
2012-05-25 22:50 <grasbauer1> puhh - hg review uploads all the module - not only the change. wiki says "don't commit before"

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