IRC logs of #tryton for Wednesday, 2009-09-23

chat.freenode.net #tryton log beginning Wed Sep 23 00:00:02 CEST 2009
2009-09-23 01:20 <CIA-2> matb roundup * #1184/TypeError: unsupported operand type(s) for /: 'float' and 'Decimal':
2009-09-23 01:20 <CIA-2> [chatting] I got the answer:
2009-09-23 01:20 <CIA-2> "drh added on 2009-09-22 13:00:57:
2009-09-23 01:20 <CIA-2> FLOAT is NUMERIC. Casting to NUMERIC simply converts strings and blobs into nume ...
2009-09-23 01:20 <CIA-2> http://bugs.tryton.org/roundup/issue1184
2009-09-23 02:33 -!- panthera(n=daniel@static.88-198-196-34.clients.your-server.de) has joined #tryton
2009-09-23 02:33 -!- preC(n=preCTWO@orkan.Informatik.Uni-Oldenburg.DE) has joined #tryton
2009-09-23 03:54 -!- ikks(n=ikks@190.158.100.203) has joined #tryton
2009-09-23 05:19 -!- yangoon(n=mathiasb@p549F34D5.dip.t-dialin.net) has joined #tryton
2009-09-23 07:05 -!- udono1(n=udono@dynamic-unidsl-85-197-16-75.westend.de) has joined #tryton
2009-09-23 07:46 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-09-23 08:02 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-09-23 08:14 -!- gour(n=Gour@87.252.129.108) has joined #tryton
2009-09-23 08:25 -!- MarkusB(n=burli@dslb-088-068-141-244.pools.arcor-ip.net) has joined #tryton
2009-09-23 08:28 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-09-23 08:43 -!- dukai(n=quassel@77.46.176.142) has joined #tryton
2009-09-23 08:49 -!- vengfulsquirrel(i=48ad6405@gateway/web/freenode/x-jmxdclxhularwvsc) has joined #tryton
2009-09-23 08:51 <vengfulsquirrel> hello hello, is there a known problem with direct print in the mac version of the client or am I just not configuring it correctly ?
2009-09-23 08:54 <cedk> vengfulsquirrel: not implemented
2009-09-23 08:55 -!- paepke(n=paepke@imap.metaldyne.de) has joined #tryton
2009-09-23 08:55 <cedk> vengfulsquirrel: it is in tryton/common/common.py line 307
2009-09-23 08:55 <vengfulsquirrel> cedk: is that because the openoffice binaries are not as accesible?
2009-09-23 08:56 <cedk> vengfulsquirrel: we use open and I don't know if there is a option or alternative for printing
2009-09-23 09:01 -!- carlos(n=carlos@88.157.221.87.dynamic.jazztel.es) has joined #tryton
2009-09-23 09:01 <vengfulsquirrel> cedk: Oh I see open is generic for macos and just opens file based on whatever application is associated with that file type.
2009-09-23 09:05 <vengfulsquirrel> cedk: Wouldn't it be possible to dig the binary out of the open office .app directory and set that in file actions?
2009-09-23 09:06 <cedk> vengfulsquirrel: why?
2009-09-23 09:06 <gour> ACTION is sad not being able to work with & learn tryton
2009-09-23 09:07 <vengfulsquirrel> cedk: I thought direct print worked in linux because you could just specify -p to the oowriter binary.
2009-09-23 09:07 <gour> ...as well as work on the tutorial...
2009-09-23 09:07 <vengfulsquirrel> gour: ?
2009-09-23 09:07 <cedk> vengfulsquirrel: running MacOSX app is quite difficult
2009-09-23 09:08 <gour> vengfulsquirrel: for some time i'm getting way too often kernel-panics and machine is crashing a lot...have to sort it out first
2009-09-23 09:08 <cedk> vengfulsquirrel: with open, we fit with the OS
2009-09-23 09:09 <vengfulsquirrel> cedk: Yeah, I understand its way cleaner and should be default, but it seems like you could hack up the path to the office binary and use that.
2009-09-23 09:10 <vengfulsquirrel> cedk: Such as /Applications/NeoOffice.app/Contents/MacOS/soffice
2009-09-23 09:12 <cedk> vengfulsquirrel: MacOSX users don't know about this path
2009-09-23 09:12 <vengfulsquirrel> gour: Why can't you work/learn tryton?
2009-09-23 09:12 <vengfulsquirrel> cedk: Yes I know, I mean just for an implementer to "make it work", not for it to be shipped that way.
2009-09-23 09:12 <vengfulsquirrel> cedk: I created a sale register wizard and it tries to automatically print invoices but it just opens openoffice all over the place when done from mac.
2009-09-23 09:12 <gour> vengfulsquirrel: because machine can crash at any moment...it is very sensitive to my usb mobile 3g stick which is my only net-connection atm. now i'm questioning at different forums and googling to try to solve it...cannot do any normal work
2009-09-23 09:13 <vengfulsquirrel> gour: ha oh yeah welcome to the unreliable internet and computer group, i've been a member for quite some time
2009-09-23 09:13 <vengfulsquirrel> gour: You running linux ?
2009-09-23 09:14 <cedk> vengfulsquirrel: you must search for "print" tool like "open"
2009-09-23 09:14 <gour> vengfulsquirrel: yep. archlinux on x86_64
2009-09-23 09:15 <gour> ACTION thinks that >=2.6.30 are quite unstable kernel series
2009-09-23 09:18 <vengfulsquirrel> cedk: Would it be possible to generate pdf and then send it to cups/lpr ?
2009-09-23 09:19 <vengfulsquirrel> btw I know absolutely nothing about macs, I don't know if they all run cups or just this single machine
2009-09-23 09:20 <cedk> vengfulsquirrel: it is possible to generate pdf from server
2009-09-23 09:20 <vengfulsquirrel> cedk: yeah so if we make pdf then we can pass that to lp command i think which is pretty standardized
2009-09-23 09:28 -!- bechamel(n=user@host-85-201-159-186.brutele.be) has joined #tryton
2009-09-23 09:29 <gour> ACTION noticed openerp-5.0.5 stuff appeared in archlinux's repo wondering what happened with 5.0.3 & 5.04
2009-09-23 09:36 <cedk> vengfulsquirrel: I don't find a open like cmd for printing
2009-09-23 09:54 <CIA-2> C?dric Krier <ced@b2ck.com> default * 90:928891d5e416 timesheet/line.py: Use Char instead of Integer for year for issue1185
2009-09-23 09:54 <CIA-2> http://hg.tryton.org/modules/timesheet/rev/928891d5e416
2009-09-23 09:54 <CIA-2> ced roundup * #1185/Localized year format in timesheet reports: [resolved] Fix with changeset 928891d5e416
2009-09-23 09:54 <CIA-2> http://bugs.tryton.org/roundup/issue1185
2009-09-23 09:59 -!- essich(n=essich@p4FCFA0AC.dip0.t-ipconnect.de) has joined #tryton
2009-09-23 11:01 -!- udono(n=udono@dynamic-unidsl-85-197-16-75.westend.de) has joined #tryton
2009-09-23 11:09 <CIA-2> C?dric Krier <ced@b2ck.com> default * 371:7a62a4f22f3d account_invoice/invoice.xml: Fix indent in states of buttons
2009-09-23 11:09 <CIA-2> http://hg.tryton.org/modules/account_invoice/rev/7a62a4f22f3d
2009-09-23 11:39 -!- carlos_(n=carlos@206.157.221.87.dynamic.jazztel.es) has joined #tryton
2009-09-23 11:39 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has joined #tryton
2009-09-23 12:09 -!- gour(n=Gour@188.125.13.97) has joined #tryton
2009-09-23 13:12 -!- ikks(n=ikks@190.158.100.203) has joined #tryton
2009-09-23 13:59 <CIA-2> C?dric Krier <ced@b2ck.com> default * 2022:1f69e8c06be4 trytond/trytond/ (config.py server.py): Parse option only if TrytonServer is instanciated for issue1182
2009-09-23 13:59 <CIA-2> http://hg.tryton.org/trytond/rev/1f69e8c06be4
2009-09-23 14:00 <CIA-2> ced roundup * #1182/building of docs with latex builder fails: [resolved] Fix with changeset 1f69e8c06be4
2009-09-23 14:00 <CIA-2> http://bugs.tryton.org/roundup/issue1182
2009-09-23 14:11 -!- _TiN_(i=ahenze@190.0.162.41) has joined #tryton
2009-09-23 14:45 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has joined #tryton
2009-09-23 14:47 <CIA-2> Bertrand Chenal <bch@b2ck.com> default * 2023:51a653babec6 trytond/ (etc/trytond.conf trytond/config.py trytond/tools/misc.py): Improved email support
2009-09-23 14:47 <CIA-2> http://hg.tryton.org/trytond/rev/51a653babec6
2009-09-23 14:57 -!- gour(n=Gour@87.252.133.81) has joined #tryton
2009-09-23 14:57 <aa_> gour hi!
2009-09-23 14:58 <gour> aa_: hello
2009-09-23 14:58 <gour> aa_: you're using tryton?
2009-09-23 15:01 <aa_> gour: assessing it
2009-09-23 15:01 <aa_> gour: it's pygtk, so I won't have any problems making it do whatever we want...
2009-09-23 15:02 <gour> aa_: cool. i'll use it. just have to become familiar with it...i don't know pygtk
2009-09-23 15:02 <aa_> ah right
2009-09-23 15:02 <aa_> is tere a list of people using it in business that you know of? something to persuade my bosses?
2009-09-23 15:03 <gour> aa_: show them openerp and tell's it 'openerp IM' :-)
2009-09-23 15:04 <gour> aa_: i plna to use it for our small 'clinic' instead of fiddling with gnumed & co.
2009-09-23 15:04 <aa_> ah
2009-09-23 15:05 <gour> however, i still have some residues of 'kernel panics' with >2.6.29...trying to consolidate my setup here
2009-09-23 15:06 <cedk> aa_: which kind of business?
2009-09-23 15:06 <gour> aa_: is pida-0.6 close?
2009-09-23 15:07 <aa_> gour: it's released
2009-09-23 15:07 <aa_> cedk: it supply
2009-09-23 15:07 <gour> aa_: beta3 or 0.6?
2009-09-23 15:08 <cedk> aa_: so globaly sale and invoice?
2009-09-23 15:08 <aa_> cedk: yes, purchasing, sales, accounting
2009-09-23 15:11 <udono> aa_: pida 0.6 is out, great!
2009-09-23 15:12 <gour> udono: i do not see any reference to it?
2009-09-23 15:12 <udono> using beta2
2009-09-23 15:12 <udono> gour: Iam a happy pida user, too
2009-09-23 15:14 <cedk> udono: is it work with pdb?
2009-09-23 15:14 <udono> cedk: pida?
2009-09-23 15:14 <cedk> udono: yes
2009-09-23 15:15 <udono> cedk: yes
2009-09-23 15:15 <udono> cedk: but I never used it
2009-09-23 15:15 <udono> the debugger in pida
2009-09-23 15:16 <cedk> udono: is it like gdb and emacs
2009-09-23 15:16 <udono> cedk: I don't know much about emacs, better ask aa_
2009-09-23 15:17 <udono> or join #pida
2009-09-23 15:17 <udono> cedk:
2009-09-23 15:19 <paepke> ACTION is using eric
2009-09-23 15:20 <cedk> udono: I think I find: http://code.google.com/p/vimpdb/
2009-09-23 15:21 <udono> cedk: looks interesting
2009-09-23 15:22 <cedk> udono: it is the only thing that I miss with vim :-)
2009-09-23 15:23 <aa_> gour / udono: just between us the 0.6 betas should becalled 0.6.1 0.6.2 not bet1 beta2 etc.. they are fine to use
2009-09-23 15:23 <aa_> p.s. pida loves you
2009-09-23 15:24 <aa_> I think would be really useful to have a page "These people are happily using tryton"
2009-09-23 15:25 <cedk> aa_: http://www.ohloh.net/p/tryton
2009-09-23 15:25 -!- dukai_(n=quassel@93.86.28.136) has joined #tryton
2009-09-23 15:27 <gour> udono: i was testing it a lot, but after moving from vim, wasn't using it much...we're waiting for 0.6
2009-09-23 15:28 <gour> udono: you're writing stuff for tryton in pida?
2009-09-23 15:39 <udono> gour: yes, http://imagebin.ca/view/gXW1ABeO.html
2009-09-23 15:41 <gour> udono: cool. i've to deploy it then ;)
2009-09-23 15:42 <udono> gour: vim coloscheme: fruity and font: Monaco
2009-09-23 15:43 <gour> aa_: thank you for the info.
2009-09-23 15:43 <gour> udono: i've the following in my .xdefaults: Emacs*font: Inconsolata-12 :-)
2009-09-23 15:45 <udono> :-)
2009-09-23 15:47 <gour> udono: do you have pkg for anyvc?
2009-09-23 15:58 -!- gour(n=Gour@87.252.128.50) has joined #tryton
2009-09-23 16:00 <gour> ACTION experienced another kernel-panic :-/
2009-09-23 16:09 -!- jerojasro(n=jerojasr@190.144.69.234) has joined #tryton
2009-09-23 16:42 <CIA-2> Bertrand Chenal <bch@b2ck.com> default * 596:81b9e7b4dbbd stock/product.py: Ignore inactives product in product_by_locations
2009-09-23 16:42 <CIA-2> http://hg.tryton.org/modules/stock/rev/81b9e7b4dbbd
2009-09-23 16:42 <CIA-2> Bertrand Chenal <bch@b2ck.com> default * 597:790946d21170 stock/inventory.py:
2009-09-23 16:42 <CIA-2> Handle gracefully inventory completion
2009-09-23 16:42 <CIA-2> if a exsiting product has been set inactive or not stockable
2009-09-23 16:42 <CIA-2> http://hg.tryton.org/modules/stock/rev/790946d21170
2009-09-23 16:53 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-09-23 16:54 -!- gour(n=Gour@87.252.129.4) has joined #tryton
2009-09-23 17:04 -!- gour(n=Gour@188.125.9.36) has joined #tryton
2009-09-23 17:19 <CIA-2> Bertrand Chenal <bch@b2ck.com> default * 598:602360b06ed4 stock/product.py: Re-apply chunck 6f0af488dd35
2009-09-23 17:19 <CIA-2> http://hg.tryton.org/modules/stock/rev/602360b06ed4
2009-09-23 17:24 -!- vengfulsquirrel(n=plinux@wireless-216-170-122-150.digitalputty.com) has joined #tryton
2009-09-23 18:19 -!- Gedd(n=ged@77.109.112.177) has joined #tryton
2009-09-23 18:21 -!- Gedd(n=ged@77.109.112.177) has left #tryton
2009-09-23 18:36 <CIA-2> bch roundup * #1188/Updating currency on invoice:
2009-09-23 18:36 <CIA-2> [new] Because the currency is set readonly when a line is added to an invoice, the following flow does not work correctly:
2009-09-23 18:36 <CIA-2> 1. open existing invoi ...
2009-09-23 18:36 <CIA-2> http://bugs.tryton.org/roundup/issue1188
2009-09-23 18:42 <CIA-2> C?dric Krier <ced@b2ck.com> default * 2024:58c6f0e8da9f trytond/trytond/ (res/user.py security.py): Allow to have accent in password
2009-09-23 18:42 <CIA-2> http://hg.tryton.org/trytond/rev/58c6f0e8da9f
2009-09-23 18:46 <CIA-2> ced roundup * #1188/Updating currency on invoice: [chatting] Can not reproduce.
2009-09-23 18:46 <CIA-2> http://bugs.tryton.org/roundup/issue1188
2009-09-23 18:48 <CIA-2> ced roundup * #1188/Updating currency on invoice: Ok, I find it happens only when editing not creating
2009-09-23 18:48 <CIA-2> http://bugs.tryton.org/roundup/issue1188
2009-09-23 18:49 <CIA-2> C?dric Krier <ced@b2ck.com> default * 1405:0ab1f0e61501 tryton/tryton/gui/window/view_form/model/record.py: Save also readonly values when editing for issue1188
2009-09-23 18:49 <CIA-2> http://hg.tryton.org/tryton/rev/0ab1f0e61501
2009-09-23 18:49 <CIA-2> ced roundup * #1188/Updating currency on invoice: [resolved] Fix with changeset 0ab1f0e61501
2009-09-23 18:49 <CIA-2> http://bugs.tryton.org/roundup/issue1188
2009-09-23 18:50 -!- juanfer(n=juanfer@190.144.69.234) has joined #tryton
2009-09-23 18:53 <aa_> udono: cool, I am a pida user too
2009-09-23 18:54 <udono> aa_: yeah, ronny told me about
2009-09-23 18:54 <aa_> ah, you know ronny
2009-09-23 18:55 <aa_> is there any after sales support stuff in tryton modules?
2009-09-23 18:59 -!- MarkusB(n=burli@dslb-088-068-141-244.pools.arcor-ip.net) has joined #tryton
2009-09-23 19:04 <Timitos> aa_: no. not yet.
2009-09-23 19:06 <aa_> Timitos: Is anyone writing it?
2009-09-23 19:08 <Timitos> aa_: for the moment i do not know anyone. but i think there will be some modules in future.
2009-09-23 19:20 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has joined #tryton
2009-09-23 19:22 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has left #tryton
2009-09-23 19:23 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has joined #tryton
2009-09-23 19:42 <udono> aa_: what exactly you are looking for?
2009-09-23 20:25 -!- vengfulsquirrel(n=plinux@wireless-216-170-122-150.digitalputty.com) has joined #tryton
2009-09-23 20:41 <vengfulsquirrel> Is there a way to control trytond's memory usage?
2009-09-23 20:53 <cedk> vengfulsquirrel: no why?
2009-09-23 20:57 <udono> vengfulsquirrel: why not use top?
2009-09-23 20:58 <cedk> vengfulsquirrel: by "control", you mean limit or verify
2009-09-23 20:59 <vengfulsquirrel> limit
2009-09-23 20:59 <vengfulsquirrel> i gotta go though, i will just try to upgrade plan
2009-09-23 21:00 <vengfulsquirrel> trytond is breaking 440 MB
2009-09-23 21:00 <vengfulsquirrel> which is guess is expected just took me a while to realize oomkiller was getting it
2009-09-23 21:00 <cedk> vengfulsquirrel: by default trytond doesn't use a lot of memory, there is some cache but it is limited
2009-09-23 21:00 <vengfulsquirrel> okay thanks be back tonight
2009-09-23 21:00 <vengfulsquirrel> got to catch bus
2009-09-23 22:36 <aa_> sorry, had a long disconnection..
2009-09-23 22:36 <aa_> Timitos: ok, thanks, well, i guess I will write it
2009-09-23 22:37 <Timitos> aa_: sounds great. maybe we could put some ideas together.
2009-09-23 22:38 <Timitos> aa_: i need to leave now. cu tomorrow
2009-09-23 22:38 <aa_> Timitos: definitely
2009-09-23 22:39 <aa_> udono: hah "exactly" :) Basically after-sales support calls
2009-09-23 22:39 <aa_> logging calls, mappig issues to products
2009-09-23 22:40 <aa_> but whatever m tech support manager tells me she needs
2009-09-23 22:43 -!- tekknokrat(n=gthieleb@dslb-088-074-151-144.pools.arcor-ip.net) has joined #tryton
2009-09-23 23:28 <cedk> aa_: looks like a CRM
2009-09-23 23:35 <aa_> cedk: right, basically
2009-09-23 23:36 <aa_> cedk: I was hoping that tryton would fulfil on the promise of being a sane framework for developing business apps

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