IRC logs of #tryton for Saturday, 2010-04-03

chat.freenode.net #tryton log beginning Sat Apr 3 00:00:02 CEST 2010
2010-04-03 00:04 -!- FWiesing_(~FWiesing@194-208-185-012.tele.net) has joined #tryton
2010-04-03 00:13 -!- dba(~daniel@static.88-198-196-34.clients.your-server.de) has joined #tryton
2010-04-03 00:13 -!- johbo_(~joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton
2010-04-03 00:47 -!- sharoon(~sharoon@212.183.140.18) has joined #tryton
2010-04-03 00:50 <plantian> /msg nickserv help release
2010-04-03 01:21 -!- plantian(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2010-04-03 05:18 -!- yangoon(~mathiasb@p549F3AB2.dip.t-dialin.net) has joined #tryton
2010-04-03 05:35 -!- mr_amit(~amit@117.254.30.51) has joined #tryton
2010-04-03 07:51 -!- gour(~gour@178.160.41.48) has joined #tryton
2010-04-03 07:56 -!- tekoholic(~quassel@tekoholic-1-pt.tunnel.tserv8.dal1.ipv6.he.net) has joined #tryton
2010-04-03 07:56 <gour> any archlinux uses which uses tryton here?
2010-04-03 08:06 <gour> i'd like to disown tryton packages, so if anyone wants to adopt it...
2010-04-03 08:06 <gour> s/it/them
2010-04-03 08:07 <plantian> Just no time to maintain them ? I don't use archlinux.
2010-04-03 08:09 <gour> well, i won't use tryton and therefore no time to maintain
2010-04-03 08:25 <gour> ok. i disowned them...feel free to adopt it
2010-04-03 08:25 <plantian> Okay, sorry tryton didn't work out.
2010-04-03 08:27 <gour> well, it's not documented according to my taste and i simply didn't grok that xml files etc...will use gnucash for my invoicing/accounting a learn a bit guile to customize reports
2010-04-03 08:30 <plantian> Yeah the documentation is still kind of sparse but its made a lot of progress in the last year. I understand though.
2010-04-03 08:31 <gour> i even tried to help with the docs, but not being openerp user from before, i needed some more docs in order to tweak tryton for my reqs.
2010-04-03 08:31 <gour> otoh, not being full-time dev, not even python programmer, it would require too much time to spend on it
2010-04-03 08:32 <gour> however, i understand that for python-devs and former openerp devs it is piece of cake
2010-04-03 08:34 <plantian> ha it is no piece of cake
2010-04-03 08:38 <gour> heh, then you can understand my position ;)
2010-04-03 08:38 <plantian> Well hopefully the docs keep getting better though. Its just a matter of time.
2010-04-03 08:39 <gour> anyway, tryton devs were kind to me, project is nicely organized and led...but not documented...as many open-source projects...that's why i'm looking for alternatives Context (tex markup) is another good example of nice project without proper docs...
2010-04-03 08:40 <plantian> Yeah there are ton of guides on tex though. I think its also just a complicated solution to a complicated problem.
2010-04-03 08:42 <gour> atm, i plan to learn jquery and i can choose from several books to buy - i'm book guy and accustomed to learn from books instead of wasting hours in internet and putting pieces together from several tutorials
2010-04-03 08:42 <gour> in any case, i need to start with our small 'company' asap, so no time to fiddle with tryton
2010-04-03 08:43 <gour> guile does not look bad and i won't need a lot...for other stuff i'll write my app in haskell
2010-04-03 08:45 <plantian> Guile the extension language?
2010-04-03 08:47 <plantian> You will have to use scheme.
2010-04-03 08:52 <plantian> brb
2010-04-03 08:53 -!- plantian(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2010-04-03 09:09 -!- sharkcz(~dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2010-04-03 09:10 <gour> plantian: yes, guile as dialect of cheme
2010-04-03 09:10 <gour> *scheme
2010-04-03 09:14 <gour> ok. i've to go out, orphaned my tryton* pkgs, that's it...
2010-04-03 09:16 <gour> good luck to tryton project
2010-04-03 09:16 <plantian> Okay thanks, I will pass it on.
2010-04-03 09:16 <plantian> *about the packages
2010-04-03 09:19 <gour> plantian: thanks. i've posted on AUR list as well
2010-04-03 09:19 <gour> ok. i'm leaving..bye
2010-04-03 09:19 -!- gour(~gour@178.160.41.48) has left #tryton
2010-04-03 09:32 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-04-03 09:41 -!- sharoon(~sharoon@opg066b.halls.manchester.ac.uk) has joined #tryton
2010-04-03 09:58 -!- enlightx(~enlightx@dynamic-adsl-78-13-122-182.clienti.tiscali.it) has joined #tryton
2010-04-03 10:05 -!- Mayank_OL(~fortune@117.197.58.126) has joined #tryton
2010-04-03 10:07 <Mayank_OL> i am facing problem in calling a wizard on a button.
2010-04-03 10:07 <Mayank_OL> Can somebody help me?
2010-04-03 10:11 <sharoon> Mayank_OL: ?
2010-04-03 10:16 <plantian> Yeah can you be more specific.
2010-04-03 10:23 <Mayank_OL> i have created a model having two fields. i have defined view for it.
2010-04-03 10:23 <Mayank_OL> Now, i want to open this view from a different model on a button.
2010-04-03 10:34 <yangoon> Mayank_OL: you can have a look at http://code.google.com/p/tryton/wiki/ViewsAndActions where menu entries are defined
2010-04-03 10:35 <yangoon> Mayank_OL: if you search for calls like you find at the bottom of the party view, look in hte appropriate modules i.e. account_invoice, sale, purchase
2010-04-03 10:38 <Mayank_OL> i have created a wizard . Am able to call that wizard on menuitem
2010-04-03 10:38 <Mayank_OL> But i want to call it from a button placed in view of some other model
2010-04-03 10:41 <sharoon> Mayank_OL: <button name="%(xml_id_of_wizard)d" string="Name of Button" type="action"/>
2010-04-03 10:42 -!- Varunkumar_OL(~VARUN@117.197.58.126) has joined #tryton
2010-04-03 10:45 <Mayank_OL> thanks.
2010-04-03 10:45 <Mayank_OL> it worked.
2010-04-03 10:48 -!- Shalabh_OL1(~openlabs@117.197.58.126) has joined #tryton
2010-04-03 11:46 -!- Shalabh_OL1(~openlabs@117.197.58.126) has joined #tryton
2010-04-03 12:51 -!- Mayank_OL(~fortune@117.197.58.126) has left #tryton
2010-04-03 12:54 -!- Varunkumar_OL1(~VARUN@117.197.48.120) has joined #tryton
2010-04-03 13:03 -!- Varunkumar_OL(~VARUN@117.197.48.204) has joined #tryton
2010-04-03 13:11 -!- Shalabh_OL(~openlabs@117.197.48.204) has joined #tryton
2010-04-03 13:14 -!- Varunkumar_OL1(~VARUN@117.197.57.235) has joined #tryton
2010-04-03 14:02 -!- enlightx(~enlightx@dynamic-adsl-78-13-122-182.clienti.tiscali.it) has joined #tryton
2010-04-03 14:19 -!- Varunkumar_OL(~VARUN@117.197.53.142) has joined #tryton
2010-04-03 14:53 -!- Varunkumar_OL(~VARUN@117.197.53.142) has left #tryton
2010-04-03 15:39 -!- Mayank_OL(~fortune@117.197.60.75) has joined #tryton
2010-04-03 16:09 -!- tekknokrat(~gthielebe@dslb-088-075-176-002.pools.arcor-ip.net) has joined #tryton
2010-04-03 16:12 <Mayank_OL> hi
2010-04-03 16:12 <Mayank_OL> i have created a wizard and called it on a button in the form view of some other model X.
2010-04-03 16:12 <Mayank_OL> How can i access the fields of the model X??
2010-04-03 16:32 <udono> Mayank_OL: Hi, I don't understand what is your goal?
2010-04-03 16:36 <Mayank_OL> udono: actually i am working on a project for my company, Consider X is a model which have a button
2010-04-03 16:36 <Mayank_OL> on which a wizard gets opened. now in this wizard, an onchange function is called on a field Y which should get the fields of model X. How to get the id of model X??
2010-04-03 16:37 <cedk> Mayank_OL: you will get in data the id of the record
2010-04-03 16:37 <cedk> Mayank_OL: data['id']
2010-04-03 16:38 <cedk> Mayank_OL: look at the PayInvoice in account_invoice/invoice.py
2010-04-03 16:39 <Mayank_OL> udono: i am getting [-9] in data.
2010-04-03 16:39 <udono> Mayank_OL: negative id is a hint, that the record is not saved
2010-04-03 16:40 <udono> s/saved/created/
2010-04-03 16:41 <cedk> Mayank_OL: strange because click on button will save the record at first
2010-04-03 16:42 <udono> Mayank_OL: IIRC you want to get the id of the parent object, from where the wizard is called?
2010-04-03 16:43 <Mayank_OL> udono: yes
2010-04-03 16:43 <cedk> Mayank_OL: you must show the code
2010-04-03 16:49 <udono> Mayank_OL: with the given informations I have no idea, too.
2010-04-03 16:49 <cedk> Mayank_OL: could you check if create or write methods are called when you click on the button?
2010-04-03 17:06 -!- FWiesing(~FWiesing@194-208-185-012.tele.net) has joined #tryton
2010-04-03 17:18 -!- sharkcz(~dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2010-04-03 20:23 -!- plantian(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2010-04-03 21:28 -!- udono(~udono@dynamic-unidsl-85-197-17-249.westend.de) has joined #tryton
2010-04-03 23:05 -!- pepeu(~manuel@187.137.156.82) has joined #tryton

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