chat.freenode.net #tryton log beginning Fri Aug 27 00:00:02 CEST 2010 | ||
2010-08-27 00:03 -!- FWiesing_(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton | ||
2010-08-27 02:04 -!- digitalsatori(~tony@116.233.243.197) has joined #tryton | ||
2010-08-27 03:00 -!- Okko(~Okko@dhcp-077-251-140-095.chello.nl) has joined #tryton | ||
2010-08-27 03:06 -!- ikks_(~ikks@190.158.116.172) has joined #tryton | ||
2010-08-27 03:35 -!- pheller(~pheller@2002:ad30:d8c3:0:fa1e:dfff:fee6:aabf) has joined #tryton | ||
2010-08-27 04:48 <zodman> someone live ? | ||
2010-08-27 04:51 <zodman> i have this error http://pastebin.com/2CmnJXZB | ||
2010-08-27 04:51 <zodman> on this model | ||
2010-08-27 04:51 <zodman> http://dpaste.com/234652/ | ||
2010-08-27 04:51 <zodman> someone know about that ? | ||
2010-08-27 04:58 -!- pheller(~pheller@2002:ad30:d8c3:0:fa1e:dfff:fee6:aabf) has joined #tryton | ||
2010-08-27 05:08 -!- gremly(~gremly@190.26.158.98) has joined #tryton | ||
2010-08-27 05:19 -!- yangoon(~mathiasb@p549F70F4.dip.t-dialin.net) has joined #tryton | ||
2010-08-27 06:27 -!- pheller(~pheller@2002:ad30:d8c3:0:fa1e:dfff:fee6:aabf) has joined #tryton | ||
2010-08-27 07:35 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2010-08-27 08:21 -!- eLBati(~elbati@94.161.67.225) has joined #tryton | ||
2010-08-27 08:36 -!- hoRn(~chatzilla@dslb-094-223-211-094.pools.arcor-ip.net) has joined #tryton | ||
2010-08-27 08:39 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton | ||
2010-08-27 09:11 -!- paepke(~paepke@p4FEB65D2.dip.t-dialin.net) has joined #tryton | ||
2010-08-27 09:17 -!- cheche(cheche@188.85.213.151) has joined #tryton | ||
2010-08-27 09:19 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2010-08-27 09:21 -!- eLBati(~elbati@94.160.40.28) has joined #tryton | ||
2010-08-27 09:34 -!- drupin(drupin@unaffiliated/drupin) has joined #tryton | ||
2010-08-27 09:52 -!- cheche(cheche@188.85.213.151) has joined #tryton | ||
2010-08-27 09:55 <drupin> ne one | ||
2010-08-27 10:05 -!- hoRn(~chatzilla@dslb-094-223-211-094.pools.arcor-ip.net) has joined #tryton | ||
2010-08-27 10:05 <hoRn> Good Morning | ||
2010-08-27 10:08 <hoRn> can anybody explain me to what references the xxxx in _parent_xxxx in a Pyson-Statement? Is this the name of the Many2One field in the model, which refers to an other model? | ||
2010-08-27 10:13 <cedk> hoRn: yes | ||
2010-08-27 10:14 <hoRn> cedk: ok | ||
2010-08-27 10:16 <hoRn> cedk: can i use a statement like this: Not(Equal(Eval('_parent_xxxx.Field'), 'Value of the Field in Parent Model') ? | ||
2010-08-27 10:17 <hoRn> cedk: i tried this, but there is no effect | ||
2010-08-27 10:19 <hoRn> cedk: the claim is to set the required state dynamicly depending of the value of a field in the parentmodel | ||
2010-08-27 10:22 <cedk> hoRn: something like this http://hg.tryton.org/hgwebdir.cgi/modules/sale/file/9a3e2b3ea830/sale.py#l875 | ||
2010-08-27 10:24 <hoRn> cedk: yes, i read this. but the field isn't set to required - __dict__ says: {'_statement1': <trytond.pyson.Eval object at 0xaab24ac>, '_statement2': 'lead'} | ||
2010-08-27 10:25 <cedk> hoRn: which field? | ||
2010-08-27 10:26 <hoRn> cedk: this is the __dict__ of the pyson-expression i use in the field i want to set required | ||
2010-08-27 10:27 <cedk> hoRn: could you send an url with copy | ||
2010-08-27 10:28 <hoRn> cedk: i need to delete something, because sharoon was dissing me for the bad code yesterday ;) | ||
2010-08-27 10:30 <hoRn> http://pastie.org/1119904 | ||
2010-08-27 10:31 <cedk> hoRn: which line? | ||
2010-08-27 10:31 <hoRn> cedk: 91 | ||
2010-08-27 10:34 <hoRn> cedk: need some explanation of what i use to do? | ||
2010-08-27 10:36 <cedk> hoRn: 'required':Not(Equal(Get(Eval('_parent_coating', {}), 'status'), 'lead')) | ||
2010-08-27 10:36 <hoRn> cedk: whooooooooooo | ||
2010-08-27 10:36 <hoRn> cedk: one moment please | ||
2010-08-27 10:36 <cedk> hoRn: this example looks like more yours http://hg.tryton.org/hgwebdir.cgi/modules/account_invoice/file/89647e22da77/invoice.py#l1260 | ||
2010-08-27 10:49 <hoRn> cedk: ok - now it seems better. some sideeffects i need to search. 6 beer at the next trytonconf ;) | ||
2010-08-27 11:00 -!- digitalsatori(~tony@116.233.245.229) has joined #tryton | ||
2010-08-27 11:10 -!- cheche(cheche@188.85.213.151) has joined #tryton | ||
2010-08-27 11:24 -!- tony_(~tony@116.233.241.144) has joined #tryton | ||
2010-08-27 11:56 -!- sharoon(~sharoon@vpn128.its.manchester.ac.uk) has joined #tryton | ||
2010-08-27 12:07 -!- Red15(~red15@unaffiliated/red15) has joined #tryton | ||
2010-08-27 12:11 -!- tony__(~tony@116.233.248.42) has joined #tryton | ||
2010-08-27 12:48 -!- paepke(~paepke@p4FEB6E68.dip.t-dialin.net) has joined #tryton | ||
2010-08-27 13:17 -!- sharoon_(~sharoon@vpn4.its.manchester.ac.uk) has joined #tryton | ||
2010-08-27 13:23 -!- bechamel(~user@chimie-prtx11.scf.fundp.ac.be) has joined #tryton | ||
2010-08-27 13:28 -!- sejo(~SeJo@exherbo/developer/sejo) has joined #tryton | ||
2010-08-27 16:03 -!- tony__(~tony@116.233.245.144) has joined #tryton | ||
2010-08-27 16:10 -!- gremly(~gremly@190.147.153.138) has joined #tryton | ||
2010-08-27 16:25 -!- tony__(~tony@116.233.245.144) has joined #tryton | ||
2010-08-27 16:32 -!- pepeu(~manuel@201.155.193.192) has joined #tryton | ||
2010-08-27 16:35 -!- pheller(~pheller@c1fw232.constantcontact.com) has joined #tryton | ||
2010-08-27 17:30 -!- bechamel(~user@host-85-201-147-56.brutele.be) has joined #tryton | ||
2010-08-27 17:41 -!- bechamel`(~user@host-85-201-147-56.brutele.be) has joined #tryton | ||
2010-08-27 17:46 -!- gremly(~gremly@190.147.153.138) has joined #tryton | ||
2010-08-27 18:02 -!- sharoon(~sharoon@vpn19.its.manchester.ac.uk) has joined #tryton | ||
2010-08-27 18:41 -!- woakas(~woakas@pcsp163-59.supercabletv.net.co) has joined #tryton | ||
2010-08-27 18:48 -!- gremly(~gremly@190.147.153.138) has joined #tryton | ||
2010-08-27 19:24 -!- sharoon(~sharoon@vpn19.its.manchester.ac.uk) has joined #tryton | ||
2010-08-27 19:53 -!- enlightx(~enlightx@dynamic-adsl-94-34-211-122.clienti.tiscali.it) has joined #tryton | ||
2010-08-27 21:10 -!- Hydrant_(~aj@unaffiliated/hydrant) has joined #tryton | ||
2010-08-27 21:10 -!- sharoon(~sharoon@vpn53.its.manchester.ac.uk) has joined #tryton | ||
2010-08-27 21:10 <Hydrant_> hello all... does anyone have tryton-client working on Ubuntu? it seems to be missing all icons for me... I've built from source before, which corrects this, but it is kinda odd | ||
2010-08-27 21:11 <sharoon> Hydrant_: i guess most developers here must be using ubuntu | ||
2010-08-27 21:13 <Hydrant_> what do you mean ? | ||
2010-08-27 21:24 -!- plantian(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton | ||
2010-08-27 21:50 <pheller> Hydrant_: are you installing the client from source, or using some package? | ||
2010-08-27 21:51 <pheller> Hydrant_: I think sharoon's point is that it's unlikely any ubuntu package is broken, given that most Tryton developers use ubuntu.... | ||
2010-08-27 21:51 <pheller> Hydrant_: .... do you have the svg loader installed? | ||
2010-08-27 21:56 <Hydrant_> I am installing using the Ubuntu package | ||
2010-08-27 21:57 <Hydrant_> I tried both on 10.04 and 9.10 with similar results | ||
2010-08-27 21:57 <Hydrant_> let me see if svg loader is present | ||
2010-08-27 21:57 <Hydrant_> what is the svg loader, a quick search through the repos shows nothing | ||
2010-08-27 22:13 <Hydrant_> aha | ||
2010-08-27 22:13 <Hydrant_> a missing dependency | ||
2010-08-27 22:14 <Hydrant_> librsvg2-common and python-rsvg installed fixed this | ||
2010-08-27 22:14 <pheller> excellent | ||
2010-08-27 22:14 <Hydrant_> hopefully people find this through the logs: If you do not have icons using Ubuntu 9.10 or 10.04 for Tryton ERP that use SVG apt-get install librsvg2-common python-rsvg | ||
2010-08-27 22:20 <pheller> Sounds like something that should be added to a FAQ somewhere :-) | ||
2010-08-27 22:21 <Hydrant_> indeed | ||
2010-08-27 22:21 <Hydrant_> or put in the deps for the Ubuntu package | ||
2010-08-27 22:22 <yangoon> Hydrant_: could you please report it to ubuntu bugtracker | ||
2010-08-27 22:22 <yangoon> Hydrant_: python-rsvg is definitely not required on debian | ||
2010-08-27 22:23 <Hydrant_> I'm not sure which thing fixed it | ||
2010-08-27 22:24 <Hydrant_> maybe it was just the lib | ||
2010-08-27 22:24 <Hydrant_> on debian everything just works? That would be very odd | ||
2010-08-27 22:27 <yangoon> Hydrant_: I will have to check that, may be librsvg2-common is installed on pretty each debian installation, I worked with | ||
2010-08-27 22:29 <Hydrant_> is there a big difference between the 1.4 adn 1.6 versions? 1.4 is in the repos, and I'd rather use what's provided... | ||
2010-08-27 22:33 <yangoon> Hydrant_: AFAIK 1.6 is in recent ubuntu | ||
2010-08-27 22:34 <Hydrant_> http://packages.ubuntu.com/search?keywords=tryton&searchon=names&suite=lucid§ion=all | ||
2010-08-27 22:34 <Hydrant_> 1.4 | ||
2010-08-27 22:34 <yangoon> Hydrant_: http://packages.ubuntu.com/search?suite=maverick&searchon=names&keywords=tryton | ||
2010-08-27 22:35 <Hydrant_> okay, but that release isn't out yet | ||
2010-08-27 22:36 <Hydrant_> I'm trying to get my tryton-client to connect to my server over VPN... and it's seemingly frozen | ||
2010-08-27 22:37 <yangoon> Hydrant_: which version | ||
2010-08-27 22:37 <yangoon> ? | ||
2010-08-27 22:38 <Hydrant_> 1.4 | ||
2010-08-27 22:38 <Hydrant_> oh wait no... somehow I have 1.2 on this box | ||
2010-08-27 22:38 <Hydrant_> hrrm | ||
2010-08-27 22:44 <Hydrant_> does tryton have invoices? I'm not an accountant, and I didn't see it | ||
2010-08-27 22:44 <Hydrant_> I see purchase orders though | ||
2010-08-27 22:49 -!- zodman(~zodman@foresight/developer/zodman) has joined #tryton | ||
2010-08-27 22:49 <yangoon> Hydrant_: take a look at Financial Management | ||
2010-08-27 22:50 <Hydrant_> okay | ||
2010-08-27 23:29 <pheller> does the tryton client *only* do netrpc? | ||
2010-08-27 23:36 <yangoon> pheller: yes | ||
2010-08-27 23:37 <pheller> yangoon: ok, that explains it :-) |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!