IRC logs of #tryton for Monday, 2009-07-20

chat.freenode.net #tryton log beginning Mon Jul 20 00:00:02 CEST 2009
2009-07-20 00:33 <udono> vengfulsquirrel: hmm, don't understand
2009-07-20 00:34 <vengfulsquirrel> That was how I handle sales tax, its not pretty.
2009-07-20 00:34 <vengfulsquirrel> Its not that important though.
2009-07-20 00:34 <vengfulsquirrel> I cannot get match templates to work I don't think relatorio supports them.
2009-07-20 00:38 <udono> vengfulsquirrel: can one party be the same party in different stores with different attributes?
2009-07-20 00:38 <vengfulsquirrel> Yes like one customer could by from either store.
2009-07-20 00:38 <vengfulsquirrel> *buy
2009-07-20 00:38 <vengfulsquirrel> Is that what you mean?
2009-07-20 00:43 <udono> vengfulsquirrel: yes, this I meant.
2009-07-20 03:07 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-07-20 05:19 -!- yangoon(n=mathiasb@p549F4684.dip.t-dialin.net) has joined #tryton
2009-07-20 07:40 -!- enlightx(n=enlightx@host198-42-static.85-94-b.business.telecomitalia.it) has joined #tryton
2009-07-20 07:49 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-07-20 08:01 -!- paepke(n=paepke@imap.metaldyne.de) has joined #tryton
2009-07-20 08:01 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-07-20 08:38 -!- carlos(n=carlos@70.157.221.87.dynamic.jazztel.es) has joined #tryton
2009-07-20 08:57 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-07-20 09:19 <vengfulsquirrel> Are reports cached in any way?
2009-07-20 09:23 <cedk> vengfulsquirrel: no except for invoice
2009-07-20 09:23 <vengfulsquirrel> oh that's the report i'm trying to override
2009-07-20 09:23 <vengfulsquirrel> account.invoice
2009-07-20 09:23 <vengfulsquirrel> Is it not possible to override?
2009-07-20 09:27 <cedk> vengfulsquirrel: it is, but once an invoice is openned the report is stored in the DB
2009-07-20 09:28 <vengfulsquirrel> Oh like a single customer invoice is cached?
2009-07-20 09:28 <vengfulsquirrel> So new customers will see the new format?
2009-07-20 09:28 <vengfulsquirrel> cedk: ^ , sorry always forget to label messages
2009-07-20 09:38 -!- bechamel(n=user@host-85-201-74-27.brutele.be) has joined #tryton
2009-07-20 09:49 <carlos> vengfulsquirrel: yes
2009-07-20 09:49 <carlos> vengfulsquirrel: when you confirm an invoice, it's stored in the database and it's note regenerated, the new ones will use the new format
2009-07-20 09:49 <cedk> vengfulsquirrel: no, when an invoice is openned the report generated is stored in the DB and will be re-used when asking for the report for this invoice
2009-07-20 09:53 <vengfulsquirrel> cedk: Okay thanks, that explains everything, I was only testing against old paid invoices and nothing was happening.
2009-07-20 10:01 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-07-20 10:27 <vengfulsquirrel> cedk: Will there be a symmetric module for tracking the primary stock location for products for customers? Does such a module make sense?
2009-07-20 10:56 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-07-20 10:56 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-07-20 10:56 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-07-20 13:07 <CIA-67> ced roundup * #1111/locale is not working on Language Dateformat %B: http://codereview.appspot.com/97042
2009-07-20 13:07 <CIA-67> http://bugs.tryton.org/roundup/issue1111
2009-07-20 13:19 <cedk> any body see where was the issue for this change: http://bazaar.launchpad.net/%7Eopenerp/openobject-server/5.0/revision/1803.1.1
2009-07-20 13:22 -!- enlightx(n=enlightx@host198-42-static.85-94-b.business.telecomitalia.it) has joined #tryton
2009-07-20 13:45 -!- ikks(n=ikks@186.97.6.176) has joined #tryton
2009-07-20 14:40 -!- _TiN_(n=TiN@201-213-85-3.net.prima.net.ar) has joined #tryton
2009-07-20 14:40 -!- kleinerdrache(n=mn@88-117-125-214.adsl.highway.telekom.at) has joined #tryton
2009-07-20 14:40 -!- kleinerdrache(n=mn@88-117-125-214.adsl.highway.telekom.at) has left #tryton
2009-07-20 14:56 -!- igor__(i=igor@186.97.9.200) has joined #tryton
2009-07-20 14:59 -!- udono1(n=udono@dynamic-unidsl-85-197-20-10.westend.de) has joined #tryton
2009-07-20 16:15 -!- enlightx(n=enlightx@host198-42-static.85-94-b.business.telecomitalia.it) has joined #tryton
2009-07-20 16:29 -!- igor__(i=igor@186.97.20.229) has joined #tryton
2009-07-20 17:40 <udono1> cedk: https://bugs.launchpad.net/openobject-server/+bug/310918
2009-07-20 17:44 <cedk> udono1: I saw it but for me it doesn't fix anything
2009-07-20 17:47 <udono1> cedk: maybe openERP magic?
2009-07-20 17:50 <cedk> udono1: I think the issue is due to concurent update of the dictionnary
2009-07-20 17:51 <cedk> udono1: which in Tryton is solved since more then 1 year with a Lock
2009-07-20 17:51 <CIA-67> udono roundup * #1111/locale is not working on Language Dateformat %B:
2009-07-20 17:51 <CIA-67> I try it with the patch, but having some problems with the datepicker
2009-07-20 17:51 <CIA-67> on the invoice date I have for input a date the pattern:
2009-07-20 17:51 <CIA-67> __. %B ____
2009-07-20 17:51 <CIA-67> If ...
2009-07-20 17:51 <CIA-67> http://bugs.tryton.org/roundup/issue1111
2009-07-20 17:56 <CIA-67> udono roundup * #1111/locale is not working on Language Dateformat %B: Another issue seems, when changing the date format it is needed to re-login.
2009-07-20 17:56 <CIA-67> http://bugs.tryton.org/roundup/issue1111
2009-07-20 17:57 <udono1> cedk: ok, I understand.
2009-07-20 18:07 <cedk> udono1: please create new issue for new problem
2009-07-20 18:25 <cedk> udono1: for date issue, I think we should use in the client only number format
2009-07-20 19:32 <udono1> cedk: for date issue: Yes, this seems good for me. Because the longdate is for me an output only representation on reports.
2009-07-20 20:03 -!- kleinerdrache1(n=mn@88-117-126-190.adsl.highway.telekom.at) has joined #tryton
2009-07-20 20:04 -!- kleinerdrache1(n=mn@88-117-126-190.adsl.highway.telekom.at) has left #tryton
2009-07-20 20:06 -!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2009-07-20 20:07 -!- kleinerdrache2(n=mn@91-115-68-142.adsl.highway.telekom.at) has joined #tryton
2009-07-20 20:07 -!- kleinerdrache2(n=mn@91-115-68-142.adsl.highway.telekom.at) has left #tryton
2009-07-20 20:17 -!- _TiN_(n=TiN@201-213-85-3.net.prima.net.ar) has joined #tryton
2009-07-20 20:23 <vengfulsquirrel> Does relatorio combine the style templates with the actual report templates or is that functionality specific to Tryton ?
2009-07-20 20:39 -!- essich(n=essich@f053113046.adsl.alicedsl.de) has joined #tryton
2009-07-20 20:44 <udono1> vengfulsquirrel: hi, I think it is done in Tryton: http://hg.tryton.org/hgwebdir.cgi/1.2/trytond/file/7ef27ee15ad6/trytond/report/report.py#l164
2009-07-20 20:51 <vengfulsquirrel> udono1: Okay yeah I was looking at that code right now, but its pretty cryptic.
2009-07-20 20:53 <udono1> vengfulsquirrel: afaik it does replacing all styles in the report template with the styles of the header.
2009-07-20 21:13 <essich> cedk: Which GTK installation *exactly* are you using on Windows? I did not yet find a complite and working set.
2009-07-20 21:17 <essich> s/complite /complete/
2009-07-20 22:46 <CIA-67> C?dric Krier <ced@b2ck.com> default * 1363:a0c361d4e4e2 tryton/setup.py:
2009-07-20 22:46 <CIA-67> Use python script instead of shell for fixing path in shared libraries for
2009-07-20 22:46 <CIA-67> py2app
2009-07-20 22:46 <CIA-67> http://hg.tryton.org/tryton/rev/a0c361d4e4e2
2009-07-20 22:46 <CIA-67> ced roundup * #1101/Patch: code cleanup for client setup.py: py2app spawned shell script: [resolved] Fixed patch applied in changeset a0c361d4e4e2
2009-07-20 22:46 <CIA-67> http://bugs.tryton.org/roundup/issue1101

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